{"info":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","description":"<html><head></head><body><h2>Error Codes</h2><table><tbody><tr><td><p><b>Error Code</b></p></td><td><p><b>Description</b></p></td></tr><tr><td><p>200 OK</p></td><td><p>Successful.</p></td></tr><tr><td><p>201 Created</p></td><td><p>Created.</p></td></tr><tr><td><p>400 Bad Request</p></td><td><p>Bad input parameter. Error message should indicate which one and why.</p></td></tr><tr><td><p>401 Unauthorised</p></td><td><p>The client passed in the invalid Auth token. Client should refresh the token and then try again.</p></td></tr><tr><td><p>403 Forbidden</p></td><td><p>Unauthorised Access</p></td></tr><tr><td><p>404 Not Found</p></td><td><p>Resource not found.</p></td></tr><tr><td><p>405 Method Not Allowed</p></td><td><p>The resource doesn't support the specified HTTP verb.</p></td></tr><tr><td><p>411 Length Required</p></td><td><p>The Content-Length header was not specified.</p></td></tr><tr><td><p>412 Precondition Failed</p></td><td><p>Precondition failed.</p></td></tr><tr><td><p>429 Too Many Requests</p></td><td><p>Too many request for rate limiting.</p></td></tr><tr><td><p>500 Internal Server Error</p></td><td><p>Servers are not working as expected. The request is probably valid but needs to be requested again later.</p></td></tr><tr><td><p>503 Service Unavailable</p></td><td><p>Service Unavailable.</p></td></tr></tbody></table>\n\n<h1 id=\"baseurl\">BaseURL</h1>\n<p>base_url is basicaly URL of SimplyOrg Backend. so for example if backend URL is <a href=\"https://xyz.simplyorg-seminare.de\"><strong>https://xyz.simplyorg-seminare.de</strong></a> then base_url will be <a href=\"https://xyz.simplyorg-seminare.de/de/api/v3/\"><strong>https://xyz.simplyorg-seminare.de/de/api/v3/</strong></a></p>\n<p>EndFragment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"BaseURL","slug":"baseurl"}],"owner":"12162609","collectionId":"46b3badf-4884-44bc-bc16-b2ecc096d00d","publishedId":"UUy1fT73","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-10-01T11:33:15.000Z"},"item":[{"name":"API Token","item":[{"name":"Api Token","id":"db623801-d75a-4392-9bc4-e13e3c36d93b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-Auth-Email","value":"YOUR EMAIL","type":"text"},{"key":"X-Auth-Password","value":"YOUR PASSWORD","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\": \"YOUR EMAIL\",\n    \"password\": \"YOUR PASSWORD\"\n}"},"url":"authenticate","description":"<p>Api Token</p>\n","urlObject":{"host":["authenticate"],"query":[],"variable":[]}},"response":[],"_postman_id":"db623801-d75a-4392-9bc4-e13e3c36d93b"}],"id":"9d467816-e6bd-439c-bf34-4323957c13fd","description":"<p>To create authentication token. E-Mail and Password is required. Please use email-id and password provided to generate auth token. API token is valid for one hour. </p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8ce1a074-0caa-44ea-8d4e-c98242cf50db"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"36709e05-1449-4c0d-977d-af2cde982ef5"}}],"_postman_id":"9d467816-e6bd-439c-bf34-4323957c13fd"},{"name":"Contact API","item":[{"name":"List Contacts","id":"dfb157f8-5575-46ea-9db1-cc245b418f36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"contact","description":"<p>This will display all contacts. All information about a contact will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","urlObject":{"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfb157f8-5575-46ea-9db1-cc245b418f36"},{"name":"List Trainers","id":"6ff22e63-6813-43e9-9bb2-2eb249bf6518","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"trainer","description":"<p>This will display all Trainers. All information about a Trainers will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["trainer"],"query":[],"variable":[]}},"response":[],"_postman_id":"6ff22e63-6813-43e9-9bb2-2eb249bf6518"},{"name":"Get Trainers By TrainerID","id":"868c0d4d-e69d-4a6e-8ae2-6a6df4c8a63c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"trainer/5","description":"<p>This will display specific Trainer by TrainerID. All information about a Trainer will appear in JSON format. </p>\n<p>TrainerID url parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["5"],"host":["trainer"],"query":[],"variable":[]}},"response":[],"_postman_id":"868c0d4d-e69d-4a6e-8ae2-6a6df4c8a63c"},{"name":"List Contact By OrganizationID","id":"54e30277-92b7-4f6e-9f28-4cfbdea2e2c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationID\": \"2\"\n}"},"url":"contact","description":"<p>This will display all contacts for a particular Organization. OrganizationID is a required parameter for this API. To get the OrganizationID, please refer to Organization API's</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"54e30277-92b7-4f6e-9f28-4cfbdea2e2c4"},{"name":"Get Contact By ContactID","id":"730cd5ff-23f9-44ff-87a2-2ec1fbf6592b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"1\"\n}"},"url":"contact/5","description":"<p>This will display one contact at a time. ContactID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["5"],"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"730cd5ff-23f9-44ff-87a2-2ec1fbf6592b"},{"name":"Create Contact","id":"9e977716-7b41-4cd8-aeeb-b9965a8cdaa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"FirstName\": \"DemoFirst\",\n    \"LastName\": \"DemoLast\",\n    \"OrganizationID\": 2,\n    \"TitleID\": 1,\n    \"SalutationID\": 1,\n    \"DateofBorth\": \"1990-01-01\",\n    \"LevelID\": 1,\n    \"SectorID\": \"2\",\n    \"DepartmentID\": 3,\n    \"PhoneNumber\": \"+498405446668\",\n    \"FaxNumber\": \"+499405446669\",\n    \"AdditionalPhoneNumber\": \"+496405446666\",\n    \"Email\": \"Demo1@api1.com\",\n    \"LanguageCode\": \"en\",\n    \"TargetGroupID\": \"1,2\",\n    \"RoleID\": \"1,6,7\",\n    \"DebitNumber\": \"123456789\",\n    \"PaymentMethodID\": 3,\n    \"PaymentTermID\": 2,\n    \"BankName\": \"Demo Bank\",\n    \"IBAN\": \"DE89 3704 0044 0532 0130 00\",\n    \"BICNumber\": \"AARBDE5W200\"\n}"},"url":"contact","description":"<table>\n<tbody>\n<tr>\n<th>\n<p>Inputs</p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>FirstName</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>First Name of customer</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>LastName</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Last Name of Customer</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Organisation/Company where contact is working/associated</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>TitleID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Designation of the person in the organisation</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>SalutationID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>SalutationID can be taken from Salutation API. Example of salutation: Mr, Mrs</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>DateofBirth</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Allowed Format: YYYY-MM-DD, Date of Birth of contact</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>LevelID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>LevelID can be taken from Level API. , Example, Beginner, Expert</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>SectorID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>SectorID can be taken from Sector API. Example: IT, Tech.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>DepartmentID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>DepartmentID can be taken from Department API. Example: Management, HR.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PhoneNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Main contact number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>FaxNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Fax number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>AdditionalPhoneNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Additional Phone number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Email (Required)</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Email of contact.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>LanguageCode</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>LanguageCode can be taken from Language API. Example: English, German. One at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>TargetGroupID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>TargetGroupID can be taken from TargetGroup API. Example: Customer Care, Makekup-Artist. Multiple entries comma separated.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RoleID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>RoleID can be taken from Role API. Example: Agent, Admin. Multiple entries comma separated.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>DebitNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p> </p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentMethodID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>PaymentMethodID can be taken from PaymentMethod API. Example: Credit, Debit. One entry at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentTermsID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>PaymentTermsID can be taken from PaymentTerms API. Payment terms of the customer</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BankName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Customer Bank Name</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>IBAN</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Customer IBAN number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BICNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Customer BIC Number</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e977716-7b41-4cd8-aeeb-b9965a8cdaa9"},{"name":"Update Contact","id":"300b712d-72fa-4b06-9460-8033301b7cf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"1460\",\n\t\"FirstName\": \"DemoFirst\",\n    \"LastName\": \"DemoLast\",\n    \"OrganizationID\": 2,\n    \"TitleID\": 1,\n    \"SalutationID\": 1,\n    \"DateofBorth\": \"1990-01-01\",\n    \"LevelID\": 1,\n    \"SectorID\": \"2\",\n    \"DepartmentID\": 3,\n    \"PhoneNumber\": \"+498405446668\",\n    \"FaxNumber\": \"+499405446669\",\n    \"AdditionalPhoneNumber\": \"+496405446666\",\n    \"Email\": \"Demo1@api.com\",\n    \"LanguageCode\": \"en\",\n    \"TargetGroup\": \"1,2\",\n    \"RoleID\": \"1,6,7\",\n    \"DebitNumber\": \"123456789\",\n    \"PaymentMethodID\": 3,\n    \"PaymentTermID\": 2,\n    \"BankName\": \"Demo Bank\",\n    \"IBAN\": \"DE89 3704 0044 0532 0130 00\",\n    \"BICNumber\": \"AARBDE5W200\"\n}"},"url":"contact","description":"<table><tbody><tr><th><p>Request Params</p></th><th><p><b>Is Required?</b></p></th><th><p><b>Type</b></p></th><th><p><b>Description</b></p></th></tr><tr><td><div><p>FirstName</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>First Name of customer</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>LastName</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Last Name of Customer</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>OrganizationID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Organisation/Company where contact is working/associated</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>TitleID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Designation of the person in the organisation</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>SalutationID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>SalutationID can be taken from Salutation API. Example of salutation: Mr, Mrs</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>DateofBirth</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Allowed Format: YYYY-MM-DD, Date of Birth of contact</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>LevelID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>LevelID can be taken from Level API. , Example, Beginner, Expert</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>SectorID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>SectorID can be taken from Sector API. Example: IT, Tech.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>DepartmentID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>DepartmentID can be taken from Department API. Example: Management, HR.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>PhoneNumber</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Main contact number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>FaxNumber</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Fax number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>AdditionalPhoneNumber</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Additional Phone number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>Email (Required)</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Email of contact.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>LanguageCode</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>LanguageCode can be taken from Language API. Example: English, German. One at a time.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>TargetGroupID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>TargetGroupID can be taken from TargetGroup API. Example: Customer Care, Makekup-Artist. Multiple entries comma separated.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>RoleID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>RoleID can be taken from Role API. Example: Agent, Admin. Multiple entries comma separated.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>DebitNumber</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p> </p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>PaymentMethodID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>PaymentMethodID can be taken from PaymentMethod API. Example: Credit, Debit. One entry at a time.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>PaymentTermsID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>PaymentTermsID can be taken from PaymentTerms API. Payment terms of the customer</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>BankName</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Customer Bank Name</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>IBAN</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>String</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Customer IBAN number</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>BICNumber</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>No</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Integer</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Customer BIC Number</p></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"300b712d-72fa-4b06-9460-8033301b7cf1"},{"name":"Delete Contact","id":"dec48654-88bc-4df8-b93d-ad1866c7be7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"1460\"\n}"},"url":"contact","description":"<p>Only ContactID needs to be send as a parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["contact"],"query":[],"variable":[]}},"response":[],"_postman_id":"dec48654-88bc-4df8-b93d-ad1866c7be7b"}],"id":"3dbdc107-2a89-4c73-b7c7-7f15abad2dbf","description":"<p>Contact can have one or multiple roles. This section of API's can be used to view, add, edit or delete.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fab0958b-1c2f-48aa-850f-97ff8ab37e46"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ac12e440-4e14-426f-93d3-9aa564769409"}}],"_postman_id":"3dbdc107-2a89-4c73-b7c7-7f15abad2dbf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Organization API","item":[{"name":"List Organization","id":"35d99165-c0b7-4650-a601-8ce34a9e0edd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"organization","description":"<p>This will list all organizations details. No parameter is required to send.  </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization"],"query":[],"variable":[]}},"response":[],"_postman_id":"35d99165-c0b7-4650-a601-8ce34a9e0edd"},{"name":"Get Organization By Organization ID","id":"2dc4468a-90df-4f7a-8e4b-c9ea782880f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"organization/2","description":"<p>This API will provide detail of one single Organization. OrganizationID is required to be send in parameter. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["2"],"host":["organization"],"query":[],"variable":[]}},"response":[],"_postman_id":"2dc4468a-90df-4f7a-8e4b-c9ea782880f3"},{"name":"Create Organization","id":"ac416df1-2edb-45db-938c-c75dea210a2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationName\": \"Demo Organization Private Limited\",\n\t\"LanguageCode\": \"en\",\n    \"Phone\": \"+498405449998\",\n    \"Fax\": \"+498405447778\",\n    \"OrganizationTypeID\": \"1\",\n    \"OrganizationEmail\": \"demo.organization@api.com\",\n    \"Website\": \"https://demo.organization.com\",\n    \"NumberofEmployees\": \"\",\n    \"IndustryID\": \"1\",\n    \"PaymentMethodID\": \"2\",\n    \"CustomerNumber\": \"987654321\",\n    \"BankName\": \"Demo Bank\",\n    \"IBAN\": \"DE89 3704 0044 0532 0130 00\",\n    \"BIC\": \"AARBDE5W200\",\n    \"UstID\": \"Order-6669\",\n    \"SteuerID\": \"Order-7777\",\n    \"PaymentTermsID\": \"2\",\n    \"MainContactPerson\": \"2\"\n}"},"url":"organization","description":"<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>OrganizationName</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization Name</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>LanguageCode</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>LanguageCode can be taken from Language API. Example: English, German. One at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Phone</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Main Phone number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Fax</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Fax number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationTypeID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>OrganizationTypeID can be taken from OrganizationType API. Example: Hotel, Restaurent. Multiple entries comma separated.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationEmail</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Email id of organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Website</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Website of Organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>NumberofEmployees</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Number of employees in organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>IndustryID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>IndustryID can be taken from Industry API. Example: Agriculture, Construction. One entry at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentMethodID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>PaymentMethodID can be taken from PaymentMethod API. Example: Credit, Debit. One entry at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CustomerNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization Phone Number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BankName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization BIC Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>IBAN</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization IBAN Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BIC</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization BIC Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>UstID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization UstID Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>SteuerID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization SteuerID Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentTermsID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>PaymentTermsID can be taken from PaymentTerms. Payment terms of the customer</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>MainContactPerson</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ContactID</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac416df1-2edb-45db-938c-c75dea210a2e"},{"name":"Update Organization","id":"4c7f5e56-395a-4de2-a4e8-34e6ab59f4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationID\": 2,\n\t\"OrganizationName\": \"Demo Organization Private Limited\",\n\t\"LanguageCode\": \"en\",\n    \"Phone\": \"+498405449998\",\n    \"Fax\": \"+498405447778\",\n    \"OrganizationTypeID\": \"1\",\n    \"OrganizationEmail\": \"demo.organization@api.com\",\n    \"Website\": \"https://demo.organization.com\",\n    \"NumberofEmployees\": \"\",\n    \"IndustryID\": \"1\",\n    \"PaymentMethodID\": \"2\",\n    \"CustomerNumber\": \"987654321\",\n    \"BankName\": \"Demo Bank\",\n    \"IBAN\": \"DE89 3704 0044 0532 0130 00\",\n    \"BIC\": \"AARBDE5W200\",\n    \"UstID\": \"Order-6669\",\n    \"SteuerID\": \"Order-7777\",\n    \"PaymentTermsID\": \"2\",\n    \"MainContactPerson\": \"2\"\n}"},"url":"organization","description":"<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>OrganizationName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization Name</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>LanguageCode</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>LanguageCode can be taken from Language API. Example: English, German. One at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Phone</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Main Phone number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Fax</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Fax number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationTypeID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>OrganizationTypeID can be taken from OrganizationType API. Example: Hotel, Restaurent. Multiple entries comma separated.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationEmail</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Email id of organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Website</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Website of Organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>NumberofEmployees</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Number of employees in organization</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>IndustryID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>IndustryID can be taken from Industry API. Example: Agriculture, Construction. One entry at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentMethodID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>PaymentMethodID can be taken from PaymentMethod API. Example: Credit, Debit. One entry at a time.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CustomerNumber</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization Phone Number of contact. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BankName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization BIC Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>IBAN</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization IBAN Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>BIC</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization BIC Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>UstID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization UstID Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>SteuerID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Organization SteuerID Number</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>PaymentTermsID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>PaymentTermsID can be taken from PaymentTerms. Payment terms of the customer</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>MainContactPerson</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ContactID</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c7f5e56-395a-4de2-a4e8-34e6ab59f4ac"},{"name":"Delete Organization","id":"68e75360-c0a2-4f68-b826-5f520440bf66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationID\": \"1695\"\n}"},"url":"organization","description":"<p>OrganizationID needs to passed as parameter to perform this action. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization"],"query":[],"variable":[]}},"response":[],"_postman_id":"68e75360-c0a2-4f68-b826-5f520440bf66"}],"id":"a1b31015-5dd1-4259-b322-28485c2c661d","description":"<p>Organization API's help to perform all actions for the Organization. It can be Add, Delete, View and Update. </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"53f78e7e-5d4f-4638-b004-2d6747cd8eb9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"99850ccd-38cb-461e-bac7-8b3d78c15aab"}}],"_postman_id":"a1b31015-5dd1-4259-b322-28485c2c661d","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Address API","item":[{"name":"List Address (By ContactID or OrganizationID)","id":"de8cc89b-1793-49b4-947a-d972cf86b0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"1448\"\n}"},"url":"address","description":"<p><strong>Fetch Address based on ContactID or OrganizationID</strong><br />{<br />\"PersonID\": \"1\"<br />}</p>\n<p><br /><strong>or</strong></p>\n<p><br />{<br />\"OrganizationID\": \"1\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address"],"query":[],"variable":[]}},"response":[],"_postman_id":"de8cc89b-1793-49b4-947a-d972cf86b0bc"},{"name":"Create Address (ContactID or OrganizationID)","id":"18d6dde0-1949-435c-b39d-9514f4417ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationID\": \"2\",\n\t\"AddressTypeID\": \"2\",\n\t\"StreetAddress\": \"Landhausstraße 30\",\n\t\"CountryID\": \"1\",\n\t\"RegionID\": \"3\",\n\t\"City\": \"Gransee\",\n\t\"Zip\": \"16771\",\n\t\"Latitude\": \"48.784210\",\n\t\"Longitude\": \"9.391030\"\n}"},"url":"address","description":"<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>AddressTypeID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>AddressTypeID from Address API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>StreetAddress</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Address of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CountryID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>CountryID from the country API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RegionID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Region ID from the Region API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>City</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>City name</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Zip</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ZIP code of particular city</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Latitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Latitude of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Longitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Longitude of the location</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p> </p>\n<p>Add address based on ContactID or OrganizationID<br />{<br />\"ContactID\": \"1\",<br />\"AddressTypeID\": \"2\",<br />\"StreetAddress\": \"street add\",<br />\"CountryID\": \"1\",<br />\"RegionID\": \"\",<br />\"City\": \"city\",<br />\"Zip\": \"12345\",<br />\"Latitude\": \"\",<br />\"Longitude\": \"\"<br />}</p>\n<p>or</p>\n<p>{<br />\"OrganizationID\": \"2\",<br />\"AddressTypeID\": \"2\",<br />\"StreetAddress\": \"street add\",<br />\"CountryID\": \"1\",<br />\"RegionID\": \"\",<br />\"City\": \"city\",<br />\"Zip\": \"12345\",<br />\"Latitude\": \"\",<br />\"Longitude\": \"\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address"],"query":[],"variable":[]}},"response":[],"_postman_id":"18d6dde0-1949-435c-b39d-9514f4417ddf"},{"name":"Update Address","id":"283079c8-4481-4114-bda2-6ebeed93bb2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AddressID\": \"3\",\n\t\"AddressTypeID\": \"2\",\n\t\"StreetAddress\": \"Landhausstraße 30\",\n\t\"CountryID\": \"1\",\n\t\"RegionID\": \"3\",\n\t\"City\": \"Gransee\",\n\t\"Zip\": \"16771\",\n\t\"Latitude\": \"48.784210\",\n\t\"Longitude\": \"9.391030\"\n}"},"url":"address","description":"<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>AddressTypeID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>AddressTypeID from Address API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>StreetAddress</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Address of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CountryID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>CountryID from the country API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RegionID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Region ID from the Region API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>City</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>City name</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Zip</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ZIP code of particular city</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Latitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Latitude of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Longitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Longitude of the location</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p> </p>\n<p>Add address based on ContactID or OrganizationID<br />{<br />\"ContactID\": \"1\",<br />\"AddressTypeID\": \"2\",<br />\"StreetAddress\": \"street add\",<br />\"CountryID\": \"1\",<br />\"RegionID\": \"\",<br />\"City\": \"city\",<br />\"Zip\": \"12345\",<br />\"Latitude\": \"\",<br />\"Longitude\": \"\"<br />}</p>\n<p>or</p>\n<p>{<br />\"OrganizationID\": \"2\",<br />\"AddressTypeID\": \"2\",<br />\"StreetAddress\": \"street add\",<br />\"CountryID\": \"1\",<br />\"RegionID\": \"\",<br />\"City\": \"city\",<br />\"Zip\": \"12345\",<br />\"Latitude\": \"\",<br />\"Longitude\": \"\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address"],"query":[],"variable":[]}},"response":[],"_postman_id":"283079c8-4481-4114-bda2-6ebeed93bb2d"},{"name":"Delete Address","id":"945f6f72-b30b-48d6-8f88-e10208f80d30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AddressID\": \"4\"\n}"},"url":"address","description":"<p>AddressID is required input to delete an address.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address"],"query":[],"variable":[]}},"response":[],"_postman_id":"945f6f72-b30b-48d6-8f88-e10208f80d30"}],"id":"353bdced-3f1d-42f6-b75c-798f66c6607a","description":"<p>Address can be added either in a contact or in Organization. These API's help to Add, Edit, Update or Delete Address in a Organization or in a Contact.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"16ff05fb-7e18-4c66-9869-c05a94b41b7e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"118dc1a2-31df-48e4-af0e-12179c3d4090"}}],"_postman_id":"353bdced-3f1d-42f6-b75c-798f66c6607a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Note API","item":[{"name":"List Note (By ContactID or OrganizationID or SeminarID)","id":"243a1994-640d-4050-bd9b-09a002ed34a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"1\"\n}"},"url":"notes","description":"<p>List of Notes can be seen for contact, Organization or Seminar. ID must be be passed for any one of this as an input.</p>\n<p>{<br />\"ContactID\": \"3\"<br />}</p>\n<p>or</p>\n<p>{<br />\"OrganizationID\": \"3\"<br />}</p>\n<p>or</p>\n<p>{<br />\"SeminarID\": \"3\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["notes"],"query":[],"variable":[]}},"response":[],"_postman_id":"243a1994-640d-4050-bd9b-09a002ed34a8"},{"name":"Get Note By Note ID","id":"dd8b3b07-ba3d-46ae-86a1-dd3ed65320f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"notes/1","description":"<p>Only one note will be shown at a time. Based on NoteID send send as a parameter. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["notes"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd8b3b07-ba3d-46ae-86a1-dd3ed65320f3"},{"name":"Create Note (By ContactID or OrganizationID or SeminarID)","id":"02d4e4f6-5219-40eb-82f9-78f0fbc48804","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"34\",\n\t\"Note\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis rutrum sapien sed vulputate semper. Cras elementum feugiat tellus, at eleifend ex tempus interdum. Morbi gravida est nec lacus porta congue. Maecenas vulputate sollicitudin felis sed varius. Phasellus scelerisque tincidunt bibendum.\"\n}"},"url":"notes","description":"<p>Note can be added either for a Contact, Organization or Seminar. ID is required and inputs wil be sent as below format. </p>\n<p> </p>\n<p>{<br />\"ContactID\": \"1\",<br />\"Note\": \"Note 1 add\"<br />}</p>\n<p>or</p>\n<p>{<br />\"OrganizationID\": \"1\",<br />\"Note\": \"Note 1 add\"<br />}</p>\n<p>or</p>\n<p>{<br />\"SeminarID\": \"1\",<br />\"Note\": \"Note 1 add\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["notes"],"query":[],"variable":[]}},"response":[],"_postman_id":"02d4e4f6-5219-40eb-82f9-78f0fbc48804"},{"name":"Update Note","id":"511b3a76-c85d-4275-b45b-82db612dd071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"NoteID\": \"34\",\n\t\"Note\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis rutrum sapien sed vulputate semper. Cras elementum feugiat tellus, at eleifend ex tempus interdum. Morbi gravida est nec lacus porta congue. Maecenas vulputate sollicitudin felis sed varius. Phasellus scelerisque tincidunt bibendum.\"\n}"},"url":"notes","description":"<p>Note can be updated by sending NoteID as an input.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["notes"],"query":[],"variable":[]}},"response":[],"_postman_id":"511b3a76-c85d-4275-b45b-82db612dd071"},{"name":"Delete Note","id":"3d8a8456-6b58-44b6-a30e-dee7bbe0a12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"NoteID\": \"28\"\n}"},"url":"notes","description":"<p>Note can be deleted by sending ID as an input.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["notes"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d8a8456-6b58-44b6-a30e-dee7bbe0a12b"}],"id":"de082759-a7fa-4493-b2d8-af44c863ca2f","description":"<p>These API's help to add, edit, update or remove Notes from Organization, Contacts or Seminars</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e698724c-5c4d-464d-bab8-fa0d2f4fee63"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b2c04f57-a613-40ed-b386-95c42922d939"}}],"_postman_id":"de082759-a7fa-4493-b2d8-af44c863ca2f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Document API","item":[{"name":"List Document (By ContactID or OrganizationID or SeminarID)","id":"2ca02ee2-e1b7-46fd-b59f-4d0aace122b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ContactID\": \"4\"\n}"},"url":"document","description":"<p>List of Notes can be seen for contact, Organization or Seminar. ID must be be passed for any one of this as an input.</p>\n<p>{<br />\"ContactID\": \"3\"<br />}</p>\n<p>or</p>\n<p>{<br />\"OrganizationID\": \"3\"<br />}</p>\n<p>or</p>\n<p>{<br />\"SeminarID\": \"3\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ca02ee2-e1b7-46fd-b59f-4d0aace122b4"},{"name":"Get Document By Document ID","id":"8404791d-a232-4643-9ffc-63316b0c6e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"document/12","description":"<p>Document can also be seen using DocumentID.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["12"],"host":["document"],"query":[],"variable":[]}},"response":[],"_postman_id":"8404791d-a232-4643-9ffc-63316b0c6e93"},{"name":"Create Document (By ContactID or OrganizationID or SeminarID)","id":"b810c71e-e66f-4a3f-9df9-2ec240778d69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"OrganizationID","value":"3","description":"<p>Any one of the iD is required from following: PersonID, OrganizationID,SeminarID</p>\n","type":"text"},{"key":"DocumentTitle","value":"Certificate Graduation","type":"text"},{"key":"DocumentCategoryID","value":"1","type":"text"},{"key":"FilePath","type":"file","value":""},{"key":"Description","value":"Graduation day is a very special moment for any students or participants that completed a course of study at a university, college, school, or any other learning institutions.","type":"text"},{"key":"RoleIds","value":"3,4","type":"text"}]},"url":"document","description":"<p>Document can be added by using local diretory path. It can be added wither to an organization, contact or semniar. Below format can be used as a input. </p>\n<p> </p>\n<p>{<br />\"DocumentTitle\": \"Title\",<br />\"DocumentCategoryID\": \"2\",<br />\"FilePath\": \"select path of local directory\",<br />\"Description\": \"Description\",<br />\"ContactID\": \"1\"<br />}</p>\n<p>or</p>\n<p>{<br />\"DocumentTitle\": \"Title\",<br />\"DocumentCategoryID\": \"2\",<br />\"FilePath\": \"select path of local directory\",<br />\"Description\": \"Description\",<br />\"OrganizationID\": \"1\"<br />}</p>\n<p>or</p>\n<p>{<br />\"DocumentTitle\": \"Title\",<br />\"DocumentCategoryID\": \"2\",<br />\"FilePath\": \"select path of local directory\",<br />\"Description\": \"Description\",<br />\"SeminarID\": \"1\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document"],"query":[],"variable":[]}},"response":[],"_postman_id":"b810c71e-e66f-4a3f-9df9-2ec240778d69"},{"name":"Update Document","id":"98ca0ee0-fdab-4382-ad17-663d0e8a46ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"_method","value":"PUT","description":"<p>don' change this value</p>\n","type":"text"},{"key":"DocumentID","value":"12","type":"text"},{"key":"DocumentTitle","value":"Certificate Graduation","type":"text"},{"key":"DocumentCategoryID","value":"3","type":"text"},{"key":"FilePath","type":"file","value":""},{"key":"Description","value":"Graduation day is a very special moment for any students or participants that completed a course of study at a university, college, school, or any other learning institutions. test","type":"text"},{"key":"RoleIds","value":"3,4","type":"text"}]},"url":"document","description":"<p>Document can be updated by using DocumentID. Use this format to update:</p>\n<p>{<br />\"DocumentID\": \"1\",<br />\"DocumentTitle\": \"Title\",<br />\"DocumentCategoryID\": \"2\",<br />\"FilePath\": \"select path\",<br />\"Description\": \"Description\"<br />}</p>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document"],"query":[],"variable":[]}},"response":[],"_postman_id":"98ca0ee0-fdab-4382-ad17-663d0e8a46ae"},{"name":"Delete Document","id":"3a131c65-b34d-4f3b-8c1c-d2bf94da7315","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"DocumentID\": \"73\"\n}"},"url":"document","description":"<p>Document can be deleted by passing DocumentID as a parameter. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a131c65-b34d-4f3b-8c1c-d2bf94da7315"}],"id":"99eb5f4a-aa54-4dab-89a2-78b9333ea5d3","description":"<p>Documents can be attached either with Seminars, Contact or an Organization. These API's help to Add, View, Delete or Update documents. </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9f6f48e6-3cd8-48bd-9c77-89ded71c7f45"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3b26f5c7-df3b-42b3-b733-f173b7e4dc55"}}],"_postman_id":"99eb5f4a-aa54-4dab-89a2-78b9333ea5d3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Salutation API","item":[{"name":"List Salutation ","id":"cb0b4d96-7fec-480c-a6f7-9461f099f204","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"salutation","description":"<p>This API will display list of all salutations available. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["salutation"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb0b4d96-7fec-480c-a6f7-9461f099f204"},{"name":"Create Salutation","id":"2aa415cc-0d48-4852-9835-52b7a0154d4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SalutationNameEN\": \"DemoEn\",\n    \"SalutationNameDE\": \"DemoDe\",\n    \"ExternalID\": \"DemoSalutation\"\n}"},"url":"salutation","description":"<p>Salutation can be added by using below format. ExternalID is optional. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["salutation"],"query":[],"variable":[]}},"response":[],"_postman_id":"2aa415cc-0d48-4852-9835-52b7a0154d4d"},{"name":"Update Salutation","id":"f4a12e6e-d227-42d8-aa1d-c6e249c7ec8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"SalutationID\": \"8\",\n\t\"SalutationNameEN\": \"DemoEn\",\n    \"SalutationNameDE\": \"DemoDe\",\n    \"ExternalID\": \"DemoSalutation\"\n}"},"url":"salutation","description":"<p>Salutation can be updated by passing SalutationID in input and the updated value. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["salutation"],"query":[],"variable":[]}},"response":[],"_postman_id":"f4a12e6e-d227-42d8-aa1d-c6e249c7ec8c"},{"name":"Delete Salutation","id":"f25c64ae-7726-43ae-93e8-f8182ed13bc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SalutationID\": \"8\"\n}"},"url":"salutation","description":"<p>Salutation can be deleted by passing SalutationID</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["salutation"],"query":[],"variable":[]}},"response":[],"_postman_id":"f25c64ae-7726-43ae-93e8-f8182ed13bc8"}],"id":"ebbfb1a7-0b99-4848-ac5d-6b95624dd029","description":"<p>Salutation can be added in both English and German. </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"97ad7142-c309-4f57-8670-766835b9ba79"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5cd001a0-5590-4640-970d-a346840a5fdb"}}],"_postman_id":"ebbfb1a7-0b99-4848-ac5d-6b95624dd029","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Title API","item":[{"name":"List Title","id":"2fa37249-0279-48c7-8197-cba5115ea9ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"person-title","description":"<p>List of title can be seen by using this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["person-title"],"query":[],"variable":[]}},"response":[],"_postman_id":"2fa37249-0279-48c7-8197-cba5115ea9ad"},{"name":"Create Title","id":"1b433025-722a-4863-afa3-6ee7886cd1b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TitleNameEN\": \"DemoTitleEn\",\n    \"TitleNameDE\": \"DemoTitleDe\",\n    \"ExternalID\": \"091234243\"\n}"},"url":"person-title","description":"<p>Title can be added in both German and English. Use JSON format to add a new title. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["person-title"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b433025-722a-4863-afa3-6ee7886cd1b2"},{"name":"Update Title","id":"fd5b130c-a84f-405e-ae32-95463c3d93fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"TitleID\": \"2\",\n\t\"TitleNameEN\": \"DemoTitleEn\",\n    \"TitleNameDE\": \"DemoTitleDe\",\n    \"ExternalID\": \"091234243\"\n}"},"url":"person-title","description":"<p>Title can be updated by using TitleID. Use JSON format to update title. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["person-title"],"query":[],"variable":[]}},"response":[],"_postman_id":"fd5b130c-a84f-405e-ae32-95463c3d93fe"},{"name":"Delete Title","id":"171a9ec0-1e3d-45a3-bafb-a15dc7ed5c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TitleID\": \"2\"\n}"},"url":"person-title","description":"<p>Title can be deleted by passing TitleID as a input.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["person-title"],"query":[],"variable":[]}},"response":[],"_postman_id":"171a9ec0-1e3d-45a3-bafb-a15dc7ed5c47"}],"id":"e0075d93-907f-456d-9893-ac64ba5eed47","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"71be7972-c57d-4850-ba67-d6fca2e47d4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"136db261-260f-4cc1-8ebd-264a70f8384c"}}],"_postman_id":"e0075d93-907f-456d-9893-ac64ba5eed47","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Level API","item":[{"name":"List Level","id":"25cdab54-cfea-45a1-ae23-b1b4ff73e623","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"profession","description":"<p>This API will list all the levels. No input is required to run this API</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["profession"],"query":[],"variable":[]}},"response":[],"_postman_id":"25cdab54-cfea-45a1-ae23-b1b4ff73e623"},{"name":"Create Level","id":"9feee620-518f-4521-8dbf-63c643d94c69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"LevelNameEN\": \"profession 1 en\",\n    \"LevelNameDE\": \"profession 1 de\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"profession","description":"<p>Level can be created in both German and English. ExternalID is optional.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["profession"],"query":[],"variable":[]}},"response":[],"_postman_id":"9feee620-518f-4521-8dbf-63c643d94c69"},{"name":"Update Level","id":"255a2005-776e-4915-be05-2b1b43e80fb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"LevelID\": \"6\",\n\t\"LevelNameEN\": \"profession 1 en\",\n    \"LevelNameDE\": \"profession 1 de\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"profession","description":"<p>LevelID needs to be passed as an input to update the level. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["profession"],"query":[],"variable":[]}},"response":[],"_postman_id":"255a2005-776e-4915-be05-2b1b43e80fb6"},{"name":"Delete Level","id":"b3d2d286-5bae-4f53-97f6-5bcaf58c77de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"LevelID\": \"6\"\n}"},"url":"profession","description":"<p>LevelID is the only input needs to be passed to run delete the level. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["profession"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3d2d286-5bae-4f53-97f6-5bcaf58c77de"}],"id":"145f40ce-4c1e-4a9f-ae9c-955543c08efc","description":"<p>These API's will help to see all levels, add, update or delete levels. </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"bf17ca2b-52fc-4bdb-b001-54373fe2e6dd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1677c19a-409b-4928-9803-0e57ec547a63"}}],"_postman_id":"145f40ce-4c1e-4a9f-ae9c-955543c08efc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Department API","item":[{"name":"List Department","id":"f1205411-684e-4a2b-9a29-0f9744bc6626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"department","description":"<p>All department list will be visible by running this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["department"],"query":[],"variable":[]}},"response":[],"_postman_id":"f1205411-684e-4a2b-9a29-0f9744bc6626"},{"name":"Create Department ","id":"68c7e099-793f-48d0-b281-cc13f68820e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"DepartmentNameEN\": \"Hr en\",\n    \"DepartmentNameDE\": \"Hr de\",\n    \"SectorID\": \"1\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"department","description":"<p>Department can be added in both English and German. ExternalID is and optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["department"],"query":[],"variable":[]}},"response":[],"_postman_id":"68c7e099-793f-48d0-b281-cc13f68820e4"},{"name":"Update Department ","id":"a0dde83c-dfa4-475c-8cc1-17da99f08ad8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"DepartmentID\": \"146\",\n    \"DepartmentNameEN\": \"Hr en updated\",\n    \"DepartmentNameDE\": \"Hr de updated\",\n    \"SectorID\": \"1\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"department","description":"<p>DepartmentID is required to update update the department. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["department"],"query":[],"variable":[]}},"response":[],"_postman_id":"a0dde83c-dfa4-475c-8cc1-17da99f08ad8"},{"name":"Delete Department","id":"f394336d-fad5-432f-9e28-282d9352d448","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"DepartmentID\": \"146\"\n}"},"url":"department","description":"<p>To delete department, only DepartmentID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["department"],"query":[],"variable":[]}},"response":[],"_postman_id":"f394336d-fad5-432f-9e28-282d9352d448"}],"id":"4be45e60-c9ce-4d99-8508-97c83bb008ac","description":"<p>Department can be viewed, added, updated, deleted by using these API'S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7ec98076-d91c-455a-8497-92c4187cde12"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"35a25e8c-d946-4bfb-9544-06ed99f33493"}}],"_postman_id":"4be45e60-c9ce-4d99-8508-97c83bb008ac","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Sector API","item":[{"name":"List Sector","id":"26ef2f82-9619-43ce-ab09-1503d1dce4ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"organization-unit","description":"<p>All Sector list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-unit"],"query":[],"variable":[]}},"response":[],"_postman_id":"26ef2f82-9619-43ce-ab09-1503d1dce4ba"},{"name":"Create Sector","id":"8920c3db-e4e8-4cc0-b952-1773c362f64b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SectorNameEN\": \"Unit 1 en\",\n    \"SectorNameDE\": \"Unit 1 de\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"organization-unit","description":"<p>Sector can be added in both English and German. ExternalID is and optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-unit"],"query":[],"variable":[]}},"response":[],"_postman_id":"8920c3db-e4e8-4cc0-b952-1773c362f64b"},{"name":"Update Sector","id":"0f065a43-9323-4674-8452-ea9376b1de28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SectorID\": \"4\",\n    \"SectorNameEN\": \"Unit 1 en updated\",\n    \"SectorNameDE\": \"Unit 1 de updated\",\n    \"ExternalID\": \"TEST001\"\n}"},"url":"organization-unit","description":"<p>SectorID is required to update update the sector. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-unit"],"query":[],"variable":[]}},"response":[],"_postman_id":"0f065a43-9323-4674-8452-ea9376b1de28"},{"name":"Delete Sector","id":"e10dfbb9-79f7-4350-ab26-d59c0b710c2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SectorID\": \"4\"\n}"},"url":"organization-unit","description":"<p>To delete Sector, only DepartmentID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-unit"],"query":[],"variable":[]}},"response":[],"_postman_id":"e10dfbb9-79f7-4350-ab26-d59c0b710c2c"}],"id":"c0770299-7957-4e1c-b267-e3d30c4a778a","description":"<p>Sector can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"75b77a1a-d007-41e9-86be-5d94f044f21f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"dac4f33d-561c-4690-808e-cca75321c6c7"}}],"_postman_id":"c0770299-7957-4e1c-b267-e3d30c4a778a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Language API","item":[{"name":"List Language","id":"4b49dd0a-137c-42da-9ff1-67a8a16c4aa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"language","description":"<p>All Language list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["language"],"query":[],"variable":[]}},"response":[],"_postman_id":"4b49dd0a-137c-42da-9ff1-67a8a16c4aa9"},{"name":"Create Language","id":"505d2235-8cd2-48f6-ae98-11ef01287c47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"LanguageNameEN\": \"Dutch en\",\n    \"LanguageCode\": \"nl\",\n    \"LanguageNameDE\": \"Dutch de\"\n}"},"url":"language","description":"<p>Language can be added in both English and German. ExternalID is and optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["language"],"query":[],"variable":[]}},"response":[],"_postman_id":"505d2235-8cd2-48f6-ae98-11ef01287c47"},{"name":"Update Language","id":"39687532-480e-47b5-980f-24bc682bda25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"LanguageID\": \"3\",\n    \"LanguageNameEN\": \"Dutch en updated\",\n    \"LanguageCode\": \"nl\",\n    \"LanguageNameDE\": \"Dutch en updated\"\n}"},"url":"language","description":"<p>LanguageID is required to update update the Language. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["language"],"query":[],"variable":[]}},"response":[],"_postman_id":"39687532-480e-47b5-980f-24bc682bda25"},{"name":"Delete Language","id":"49a8a4c1-865d-421a-bacf-440ece3a73a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"LanguageID\": \"3\"\n}"},"url":"language","description":"<p>To delete language, only LanguageID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["language"],"query":[],"variable":[]}},"response":[],"_postman_id":"49a8a4c1-865d-421a-bacf-440ece3a73a4"}],"id":"acaf489e-5d16-43d2-887e-f898ca9a87dc","description":"<p>Language can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a329639d-17cf-4c8e-a1bf-19424be776f1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"af5e17b5-92c3-4284-b958-f8ed6ce903e1"}}],"_postman_id":"acaf489e-5d16-43d2-887e-f898ca9a87dc","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"TargetGroup API","item":[{"name":"List TargetGroup","id":"4dd93736-07e7-4636-873e-a5aca6af4da0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"target-group","description":"<p>All Target Group list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["target-group"],"query":[],"variable":[]}},"response":[],"_postman_id":"4dd93736-07e7-4636-873e-a5aca6af4da0"},{"name":"Create TargetGroup","id":"c6fe68d9-59d1-4130-ad8b-5a9adcd5c1d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TargetGroupEN\": \"Target Group en\",\n    \"TargetGroupDE\": \"Target Group en\",\n    \"ExternalID\": \"TEST002\"\n}"},"url":"target-group","description":"<p>Target Group can be added in both English and German. ExternalID is and optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["target-group"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6fe68d9-59d1-4130-ad8b-5a9adcd5c1d6"},{"name":"Update TargetGroup","id":"41ce29f4-1df1-4dbb-ac53-5a142d769ff6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TargetGroupID\": \"3\",\n    \"TargetGroupEN\": \"Target Group en updated\",\n    \"TargetGroupDE\": \"Target Group en updated\",\n    \"ExternalID\": \"TEST002\"\n}"},"url":"target-group","description":"<p>TargetGroupID is required to update the Target Group. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["target-group"],"query":[],"variable":[]}},"response":[],"_postman_id":"41ce29f4-1df1-4dbb-ac53-5a142d769ff6"},{"name":"Delete TargetGroup","id":"c3feb756-50f6-4f05-b6e6-cfa510325aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"TargetGroupID\": \"45\"\n}"},"url":"target-group","description":"<p>To delete Target Group, only TargetGroupID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["target-group"],"query":[],"variable":[]}},"response":[],"_postman_id":"c3feb756-50f6-4f05-b6e6-cfa510325aee"}],"id":"2e80ead9-8d79-4ec8-82e5-ac2f5227f142","description":"<p>Target Group can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"849e0fb8-d6db-47bf-85a3-4003b59c625f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"952bed0d-baaf-4a5e-8e77-f3037cb0aed7"}}],"_postman_id":"2e80ead9-8d79-4ec8-82e5-ac2f5227f142","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Role API","item":[{"name":"List Role","id":"6f7b88ec-502f-486c-be8f-39d8e4dd12e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"role","description":"<p>All role list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["role"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f7b88ec-502f-486c-be8f-39d8e4dd12e8"},{"name":"Create Role","id":"ceba0556-0634-4bff-8857-018909568d57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RoleNameEN\": \"DemoRole En\",\n    \"RoleNameDE\": \"DemoRole De\",\n    \"RoleDescription\": \"DemoRole description\",\n    \"ExternalID\": \"DemoRole\"\n}"},"url":"role","description":"<p>Department can be added in both English and German. ExternalID is an optional field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["role"],"query":[],"variable":[]}},"response":[],"_postman_id":"ceba0556-0634-4bff-8857-018909568d57"},{"name":"Update Role","id":"f098707e-db9f-497b-b5f9-e0a41ea3b5bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RoleID\": \"11\",\n    \"RoleNameEN\": \"DemoRole En\",\n    \"RoleNameDE\": \"DemoRole De\",\n    \"RoleDescription\": \"DemoRole description\",\n    \"ExternalID\": \"DemoRole\"\n}"},"url":"role","description":"<p>RoleID is required to update the role. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["role"],"query":[],"variable":[]}},"response":[],"_postman_id":"f098707e-db9f-497b-b5f9-e0a41ea3b5bd"},{"name":"Delete Role","id":"2bc023d3-21bf-4725-92c4-01b7366ceff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"RoleID\": \"15\"\n}"},"url":"role","description":"<p>To delete role, only RoleID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["role"],"query":[],"variable":[]}},"response":[],"_postman_id":"2bc023d3-21bf-4725-92c4-01b7366ceff2"}],"id":"ade58ae1-2209-4701-921e-64e0933af0ba","description":"<p>Role can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a1e8293f-8448-41af-9250-839d38d0eb01"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"df984f12-d51f-4189-b873-bfb77a16befe"}}],"_postman_id":"ade58ae1-2209-4701-921e-64e0933af0ba","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"PaymentMethods API","item":[{"name":"List PaymentMethods","id":"72d78487-1f41-4f82-b38e-378ee4bf762e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"payment-methods","description":"<p>All Payment Method list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["payment-methods"],"query":[],"variable":[]}},"response":[],"_postman_id":"72d78487-1f41-4f82-b38e-378ee4bf762e"},{"name":"Create PaymentMethods","id":"178ffccb-2524-416a-96f8-2608db17edfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"PaymentMethodsEN\": \"Demo UPI en\",\n    \"PaymentMethodsDE\": \"Demo UPI de\",\n    \"ExternalID\": \"DemoTEST001\"\n}"},"url":"payment-methods","description":"<p>Payment Methods can be added in both English and German. ExternalID is an optional field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["payment-methods"],"query":[],"variable":[]}},"response":[],"_postman_id":"178ffccb-2524-416a-96f8-2608db17edfe"},{"name":"Update PaymentMethods","id":"4197fe43-3f10-40b3-bbee-2e0a5fcdf600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"PaymentMethodsID\": \"5\",\n    \"PaymentMethodsEN\": \"Demo UPI en updated\",\n    \"PaymentMethodsDE\": \"Demo UPI de updated\",\n    \"ExternalID\": \"DemoTEST001Update\"\n}"},"url":"payment-methods","description":"<p>PaymentMethodsID is required to update the Payment Methods. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["payment-methods"],"query":[],"variable":[]}},"response":[],"_postman_id":"4197fe43-3f10-40b3-bbee-2e0a5fcdf600"},{"name":"Delete PaymentMethods","id":"fc70b64c-36e9-46ae-b7e6-fa5f92caa78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"PaymentMethodsID\": \"5\"\n}"},"url":"payment-methods","description":"<p>To delete payment methods, only PaymentMehodsID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["payment-methods"],"query":[],"variable":[]}},"response":[],"_postman_id":"fc70b64c-36e9-46ae-b7e6-fa5f92caa78c"}],"id":"2edc9fe6-bdaa-4ac4-a56e-b4df0ac077b7","description":"<p>Payment Method can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fbbbc336-a706-4451-9fd7-b291e818630d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"74da3bba-b592-46e3-8101-d187c2aff2f3"}}],"_postman_id":"2edc9fe6-bdaa-4ac4-a56e-b4df0ac077b7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"PaymentTerms API","item":[{"name":"List PaymentTerms","id":"8edce588-6270-4abf-8a8b-c0461dd5c9f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"paymentterms","description":"<p>All Payment Terms list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["paymentterms"],"query":[],"variable":[]}},"response":[],"_postman_id":"8edce588-6270-4abf-8a8b-c0461dd5c9f9"},{"name":"Create PaymentTerms","id":"6bf7abf4-17bf-44b2-afc0-b90967576872","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"PaymentTermsEN\": \"Demo 10 Days en\",\n    \"PaymentTermsDE\": \"Demo 10 Days de\",\n    \"Days\": \"10\",\n    \"ExternalID\": \"DemoTEST001Create\"\n}"},"url":"paymentterms","description":"<p>Payment Terms can be added in both English and German. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["paymentterms"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bf7abf4-17bf-44b2-afc0-b90967576872"},{"name":"Update PaymentTerms","id":"34ab972c-418e-463c-9a58-2260745c62e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"PaymentTermsID\": 2,\n    \"PaymentTermsEN\": \"Demo 10 Days en updated\",\n    \"PaymentTermsDE\": \"Demo 10 Days de updated\",\n    \"Days\": \"8\",\n    \"ExternalID\": \"DemoTEST001Updated\"\n}"},"url":"paymentterms","description":"<p>PaymentTermsID is required to update the Payment Terms. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["paymentterms"],"query":[],"variable":[]}},"response":[],"_postman_id":"34ab972c-418e-463c-9a58-2260745c62e9"},{"name":"Delete PaymentTerms","id":"c54c2efc-4042-466e-b90e-209f6cdec6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"PaymentTermsID\": \"3\"\n}"},"url":"paymentterms","description":"<p>To delete Payment Terms, only PaymenTermsID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["paymentterms"],"query":[],"variable":[]}},"response":[],"_postman_id":"c54c2efc-4042-466e-b90e-209f6cdec6e2"}],"id":"b6375048-3711-4d0b-9e11-7080846f4a22","description":"<p>Payment Terms can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a19e656c-ac2f-45c1-931c-cc00f3740681"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6cfbb62b-fd70-4683-a105-a24c5b7ea3b7"}}],"_postman_id":"b6375048-3711-4d0b-9e11-7080846f4a22","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"OrganizationSize API","item":[{"name":"List OrganizationSize","id":"bc977859-51dc-4e8d-aad7-d322f5ff1d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"organization-size","description":"<p>All Organization Size list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-size"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc977859-51dc-4e8d-aad7-d322f5ff1d39"},{"name":"Create OrganizationSize","id":"3a4541c6-727d-4017-ac3a-b46cdbd0cf68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationSize\": \"10-100\",\n\t\"ExternalID\": \"TEST001Create\"\n}"},"url":"organization-size","description":"<p>Oranization Size can be added using this API. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-size"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a4541c6-727d-4017-ac3a-b46cdbd0cf68"},{"name":"Update OrganizationSize","id":"f5207d4d-f81f-46ed-a263-185ce23dd180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrganizationSizeID\": \"7\",\n    \"OrganizationSize\": \"10-150\",\n    \"ExternalID\": \"TEST001Udpdated\"\n}"},"url":"organization-size","description":"<p>OrganozationSizeID is required to update the Organozation Size. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-size"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5207d4d-f81f-46ed-a263-185ce23dd180"},{"name":"Delete OrganizationSize","id":"069d3669-e1dc-4abc-abfd-21786c6f0c06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"OrganizationSizeID\": \"7\"\n}"},"url":"organization-size","description":"<p>To delete Organization Size, only OrganizationSizeID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-size"],"query":[],"variable":[]}},"response":[],"_postman_id":"069d3669-e1dc-4abc-abfd-21786c6f0c06"}],"id":"39bada32-ad75-45d1-b3dd-0b59b5f46d7e","description":"<p>Organization Size can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7873fd6c-80ec-4227-b16f-5063f4b3974c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a3c1c2ff-feee-47b6-851b-93eccbc5ac63"}}],"_postman_id":"39bada32-ad75-45d1-b3dd-0b59b5f46d7e","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"OrganizationType API","item":[{"name":"List OrganizationType","id":"904b8ef7-410f-41c7-b963-aa08b973c810","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"organization-type","description":"<p>All Organization Type list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"904b8ef7-410f-41c7-b963-aa08b973c810"},{"name":"Create OrganizationType","id":"485da882-9711-47f1-9964-13ad7915c894","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrganizationTypeEN\": \"Demo Org type en\",\n    \"OrganizationTypeDE\": \"Demo Org type de\",\n    \"ExternalID\": \"TEST001DemoTest\"\n}"},"url":"organization-type","description":"<p>Organization Type can be added in both English and German. ExternalID is an optional field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"485da882-9711-47f1-9964-13ad7915c894"},{"name":"Update OrganizationType","id":"a1f63dd1-d7b3-4662-9de6-215469407bc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrganizationTypeID\": \"2\",\n    \"OrganizationTypeEN\": \"Demo Org type 1 en updated\",\n    \"OrganizationTypeDE\": \"Demo Org type 1 de updated\",\n    \"ExternalID\": \"TEST001Demo\"\n}"},"url":"organization-type","description":"<p>OrganizationTypeID is required to update the Organization Type. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"a1f63dd1-d7b3-4662-9de6-215469407bc0"},{"name":"Delete OrganizationType","id":"c4f99e2e-36a2-4862-b385-4a5c6b76d43d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"OrganizationTypeID\": \"2\"\n}"},"url":"organization-type","description":"<p>To delete Organization Type, only OrganizationTypeID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["organization-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4f99e2e-36a2-4862-b385-4a5c6b76d43d"}],"id":"84952368-2d39-4d66-9959-0513b0e98729","description":"<p>Organization Type can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e3a40417-ad73-4502-8da7-648e4bb5fb99"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"823ebf7f-864a-4b1e-a143-484e2184ce6a"}}],"_postman_id":"84952368-2d39-4d66-9959-0513b0e98729","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Address Type API ","item":[{"name":"List Address Type","id":"b578f0e5-d828-4fea-adc6-9d284bd2473e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"address-type","description":"<p>This will display all address type. All information about a address type will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"b578f0e5-d828-4fea-adc6-9d284bd2473e"},{"name":"Get AddressType By AddressTypeID","id":"54d7e30c-dd64-46e5-84bb-6ceebcc5db49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"address-type/1","description":"<p>This will display one Address Type at a time. AddressTypeID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["address-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"54d7e30c-dd64-46e5-84bb-6ceebcc5db49"},{"name":"Create AddressType","id":"138f9070-a9ec-42f8-80f9-4b8a714e97ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"AddressTypeEN\": \"EN AddressType\",\n    \"AddressTypeDE\": \"DE AddressType\",\n    \"ExternalID\": \"ID\"\n}"},"url":"address-type","description":"<p>AddressType can be added in both English and German. ExternalID is an optional field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"138f9070-a9ec-42f8-80f9-4b8a714e97ae"},{"name":"Update AddressType","id":"d6bf5e0a-d352-4a0b-8e93-5b3571901711","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"AddressTypeID\": \"5\",\n\t\"AddressTypeEN\": \"Updated EN AddressType\",\n    \"AddressTypeDE\": \"Updated DE AddressType\",\n    \"ExternalID\": \"ID\"\n}"},"url":"address-type","description":"<p>AddressTypeID is required to update the Address Type. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6bf5e0a-d352-4a0b-8e93-5b3571901711"},{"name":"Delete AddressType","id":"7dcc6724-ecb7-4c32-88d4-8a3e68e794b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"AddressTypeID\": \"5\"\n}"},"url":"address-type","description":"<p>To delete Address Type, only AddressTypeID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["address-type"],"query":[],"variable":[]}},"response":[],"_postman_id":"7dcc6724-ecb7-4c32-88d4-8a3e68e794b3"}],"id":"aac5e97f-cf36-4025-b1c0-8f479b2b2293","description":"<p>Address Type can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b32e090f-7d67-4741-9b33-39d1d37a1ef0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5ecf25a3-16d0-4d90-a860-cdbb7922b531"}}],"_postman_id":"aac5e97f-cf36-4025-b1c0-8f479b2b2293","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Industry API","item":[{"name":"List Industry","id":"5ffbfee9-5684-4193-8344-a9bedb3580c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"industry","description":"<p>All industry list will be visible by running this API. No input is required to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["industry"],"query":[],"variable":[]}},"response":[],"_postman_id":"5ffbfee9-5684-4193-8344-a9bedb3580c7"},{"name":"Create Industry","id":"2ae0b413-7e56-46e3-a16a-bc864b850dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"IndustryEN\": \"Demo Industry en\",\n    \"IndustryDE\": \"DemoIndustry de\",\n    \"ExternalID\": \"DemoTEST001CReate\"\n}"},"url":"industry","description":"<p>Industry can be added in both English and German. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["industry"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ae0b413-7e56-46e3-a16a-bc864b850dfd"},{"name":"Update Industry","id":"52cedf00-2604-4d47-a9c2-7c8f0f09c3ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"IndustryID\": \"2\",\n    \"IndustryEN\": \"Demo Industry en updated\",\n    \"IndustryDE\": \"Demo Industry de updated\",\n    \"ExternalID\": \"DemoTEST001Update\"\n}"},"url":"industry","description":"<p>IndustryID is required to update the Industry. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["industry"],"query":[],"variable":[]}},"response":[],"_postman_id":"52cedf00-2604-4d47-a9c2-7c8f0f09c3ae"},{"name":"Delete Industry","id":"37a4162d-696c-4286-8e39-f259ad91f313","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"IndustryID\": \"148\"\n}"},"url":"industry","description":"<p>To delete Industry, only IndustryID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["industry"],"query":[],"variable":[]}},"response":[],"_postman_id":"37a4162d-696c-4286-8e39-f259ad91f313"}],"id":"9a6c54e2-82fc-4215-a429-099ec1eccf3a","description":"<p>Industry can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f1ac4d8f-a781-487d-86f4-2ea41fde9e0a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b1758230-2d44-46b7-a54d-ed7bba8a7e0b"}}],"_postman_id":"9a6c54e2-82fc-4215-a429-099ec1eccf3a","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Budget Planning API","item":[{"name":"List Budget Planning","id":"6bd59681-db1b-42f2-be40-f58e424d6963","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"budgetplanning/3","description":"<p>This will list out the budget of a specific seminar. SeminarID is required parameter to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["3"],"host":["budgetplanning"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bd59681-db1b-42f2-be40-f58e424d6963"},{"name":"Add Fix/variable Cost - Budget Planning","id":"52e23971-5627-4b10-9380-ff2a922a582e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SeminarID\": 3,\n\t\"RevenueType\": \"fix\",\n\t\"ItemID\": \"1\",\n    \"ItemDescription\": \"Demo Industry Description\",\n    \"Unit\": \"1\",\n    \"UnitPrice\": \"1.1\"\n}"},"url":"budgetplanning","description":"<p>This will help to add fix/variable budget to a budget seminar. To add fix budget following fields can be used in below format</p>\n<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>SeminarID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>SeminarID can be found in SeminarID. This will help to add fix budget in a specific Seminar.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RevenueType</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>This can be only 2 values: fix or variable</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ItemID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>ItemID can be found from Item API.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ItemDescription</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Description of the Item that is added as a fixed.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Unit</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Unit is the count of the item added as fix or variable cost</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>UnitPrice</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>UnitPrice is the price of the item per unit.</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["budgetplanning"],"query":[],"variable":[]}},"response":[],"_postman_id":"52e23971-5627-4b10-9380-ff2a922a582e"},{"name":"Update Sales - Budget Planning","id":"265a57cf-9386-4854-addc-1cbbe66233f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SeminarID\": \"3\",\n    \"NoOfExpectedParticipants\": \"11\"\n}"},"url":"budgetplanning","description":"<p>This will help to determine how many participants are expected to be participating in the seminar. SeminarID and NoOfExpectedParticipants are required parameters for this.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["budgetplanning"],"query":[],"variable":[]}},"response":[],"_postman_id":"265a57cf-9386-4854-addc-1cbbe66233f9"},{"name":"Update Fix/Variable Cost - Budget Planning","id":"d255272b-d6a2-474f-9d60-ba2286dc0e1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SeminarID\": 3,\n\t\"RevenueItemID\": 11,\n\t\"RevenueType\": \"fix\",\n\t\"ItemID\": \"1\",\n    \"ItemDescription\": \"Demo Industry Description\",\n    \"Unit\": \"1\",\n    \"UnitPrice\": \"1.1\"\n}"},"url":"budgetplanning","description":"<p>This will help to update fix/variable budget to a budget seminar. To add fix budget following fields can be used in below format</p>\n<table>\n<tbody>\n<tr>\n<th>\n<p><strong>Inputs</strong></p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>SeminarID</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>SeminarID can be found in SeminarID. This will help to add fix budget in a specific Seminar.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RevenueType</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>This can be only 2 values: fix or variable</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ItemID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>ItemID can be found from Item API.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ItemDescription</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Description of the Item that is added as a fixed.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Unit</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Unit is the count of the item added as fix or variable cost</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>UnitPrice</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>UnitPrice is the price of the item per unit.</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["budgetplanning"],"query":[],"variable":[]}},"response":[],"_postman_id":"d255272b-d6a2-474f-9d60-ba2286dc0e1d"},{"name":"Delete Fix/Variable Cost - Budget Planning","id":"efb2499c-252c-4c04-854d-9235792480d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"RevenueItemID\": \"10\"\n}"},"url":"budgetplanning","description":"<p>This will delete fix/variable cost from a Seminar. Only ID is required as a input to perform this action. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["budgetplanning"],"query":[],"variable":[]}},"response":[],"_postman_id":"efb2499c-252c-4c04-854d-9235792480d9"}],"id":"f20a9372-b487-4e3a-8071-fa66dd068a4b","description":"<p>These API's can plan your budget and also calculate your revenue. </p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"755b5eab-cdb5-4729-a50c-816e9b782ab0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0043dbe4-eced-4ede-ba70-6d5ecef037a0"}}],"_postman_id":"f20a9372-b487-4e3a-8071-fa66dd068a4b","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Cms Seminar API","item":[{"name":"List Cms Seminar","id":"a1e41632-6d95-4812-aa4a-0509640b393b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"\",\n\t\"LocationID\": \"\",\n\t\"Startdate\": \"\",\n\t\"Enddate\": \"\",\n\t\"CategoryID\": \"\",\n    \"ExternalID\": \"\",\n\t\"Search\": \"\"\n}"},"url":"CMSSeminarList","description":"<p>Here we can get list of seminars by various search parameters:</p>\n\n<p>1. Type: Seminar or SeminarSeries or E-Learning or OnlineSeminar or Course<br />2. LocationID: Location of the seminar. ID can be fetched from location API<br />3. StartDate: Start Date of Seminar<br />4. EndDate: End Date of Seminar<br />5. CategoryID: Category of the seminar. ID can be fetched from Category API</p>\n\n<p>6. Search: We can also do search in this API. Search will filter out specific Seminars</p>\n","urlObject":{"host":["CMSSeminarList"],"query":[],"variable":[]}},"response":[{"id":"a9095e81-3328-4dc0-8a04-5e829ca00a4c","name":"List Cms Seminar","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"\",\n\t\"LocationID\": \"\",\n\t\"Startdate\": \"\",\n\t\"Enddate\": \"\",\n\t\"CategoryID\": \"\",\n\t\"Search\": \"Demo\"\n}"},"url":"CMSSeminarList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 05 Sep 2023 11:03:07 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6ImpLTXZReWxzT3dCRStzdE1KUm5jTEE9PSIsInZhbHVlIjoicXBTNXZIZlpDVVJmU1hHd0Fud0E3R2dUS3ZlazlLZXJsdHBZajJNR2pqeEk3ZWFvQ29obmxwTjBaci9oamNDWUsvZDR2SFNzR2lMZG9yaFVZcndyNStkY1oxd3p4bEhBbjBwcEQzd2tZK0NsdC9PTVN6OXlDa05PbjdGSUw2Q1NVVEMrRDZxaEZmU2hBVmJBM00zK2Y3K3VKTzlFSWZ2MktHRFh1WktERGJVdlZjS2R6cnVUK2liYzY0SldHckdGKzRZZ3MwRmMvTXVKVXA5TFJSK1E5d1lHQUJwa2RNdWhtWDJGUVhpdlFocWdTK3dTU1lWdHU0M3pwL3Q0dFpPQiIsIm1hYyI6ImZmM2FiNjk4YzQxZjgyYWYzMWU1YTViNTE4OWVjNDBjYWIxZDIzNTEyYWRjZTIzODM4NTRkMGU2Y2U4MzhjMGEifQ%3D%3D; expires=Tue, 05-Sep-2023 13:03:07 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IjZpc3pPMkY0WG96TGMzbDhGL1FqTXc9PSIsInZhbHVlIjoiS3BreVQxSnhRQTduS0ttTW5qUnFjNTVsRWdIbUJxQVk5bk5aRURuUDZyZzBScUdkOE5GTFFsTDIzWlhiMmFWOCIsIm1hYyI6IjkxMTJjYzFlMDkyZjcwMjk2OTJkNGUwZTRkYzUyMzU1NjM2YzVkODA2MzJhNTFhNDk3MzBhOGNhYTg2ZTE3MzkifQ%3D%3D; expires=Tue, 05-Sep-2023 13:03:07 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkJNWkJ0dmpKQjhwQVpHdllNSjJQQlE9PSIsInZhbHVlIjoib3B2NThBTlMvUmxyNDVsaS9xbExrZlJzOEFOTUR3dy96YTZCSTBtaEdDUVRPT2JJbDNlR1lzNjZvRWwrL1NQTSIsIm1hYyI6Ijg2MmZkYWY3ODRmN2ZhOWU4NzM4ODFlZjAwNGUwYWUzNGE0ZThjZmM2MDg1OWJmM2Y3YTYwNzUzYmMxOWMxMGUifQ%3D%3D; expires=Tue, 05-Sep-2023 13:03:07 GMT; Max-Age=7200; path=/; httponly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Security-Policy","value":"frame-ancestors https://*.test-simplyorg-tenant.de https://matrixhive.com"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-Robots-Tag","value":"noindex, nofollow, nosnippet, noarchive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-24\",\n            \"EndDate\": \"2025-03-27\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 2,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 5,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-24\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 6,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-25\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 7,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-26\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 8,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-27\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-24\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=2\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-03-26\",\n            \"EndDate\": \"2025-03-26\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 6,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 2,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 6,\n                \"rating\": \"67.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 2600,\n                \"Sales\": 2600,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 2,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 2600\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 2600,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-26\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=6\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-31\",\n            \"EndDate\": \"2025-04-03\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 3,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 9,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-31\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 10,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-01\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 11,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-02\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 12,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-03\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-31\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=3\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-21\",\n            \"EndDate\": \"2025-04-21\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 9,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 1,\n                \"event_id\": 9,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=9\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-24\",\n            \"EndDate\": \"2025-04-24\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 11,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 1,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 11,\n                \"rating\": \"77.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -200,\n                \"Sales\": 1300,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 2,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 1300\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 1,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -200,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-24\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=11\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-13\",\n            \"EndDate\": \"2025-05-14\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 85,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 85,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-13\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=85\",\n            \"event_days\": 2\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-15\",\n            \"EndDate\": \"2025-05-15\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 90,\n            \"Description\": \"<h6><strong>Daten\\u00adschutz\\u00adkonformer Einsatz von KI und KI-Tools</strong></h6><p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 187,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-15\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 90,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -1500,\n                \"Sales\": 0,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 5,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -1500,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-15\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=90\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-20\",\n            \"EndDate\": \"2025-05-20\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 87,\n            \"Description\": \"<p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 2,\n            \"Schedules\": [\n                {\n                    \"id\": 183,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-20\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 2,\n                \"event_id\": 87,\n                \"rating\": \"88.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 450,\n                \"Sales\": 1950,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 3,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 1950\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 3,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": 450,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-20\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=87\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-21\",\n            \"EndDate\": \"2025-05-22\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 80,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 80,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 1700,\n                \"Sales\": 1700,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 1700\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 1700,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=80\",\n            \"event_days\": 2\n        }\n    ],\n    \"first_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=1\",\n    \"from\": 1,\n    \"last_page\": 8,\n    \"last_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=8\",\n    \"next_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=2\",\n    \"path\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 79\n}"},{"id":"83df3ecf-5592-4ecc-abbb-4dd95d652808","name":"List Cms Seminar","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"SeminarSeries\",\n\t\"LocationID\": \"\",\n\t\"Startdate\": \"\",\n\t\"Enddate\": \"\",\n\t\"CategoryID\": \"\",\n\t\"Search\": \"\"\n}"},"url":"CMSSeminarList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 09 Oct 2023 12:49:59 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6Im44NU9PMko1UGI5UnZTV3R5SmMwZ2c9PSIsInZhbHVlIjoiRFQ3b2kvNEEydkdBV3JQYTdkSHNiQmp4UjhFUzdMempUYVg1ZDd5eVNGR2xOVFBha3V6RHgyc2NYdDY0RDRTdEpuNXR4ZEd2c3hEcXJQWFhIWTYyL2Eyd2JIV2VlNjg5enZ1N204V2ozQWI2R3dneldxdkNGckJlekpFNHZDaTlRUUNkb3RoTEFHcWtVVkJpcTlzWXVXMVVoc3VMSSt3LzY1L1hOaGhNdVBMTjE3bkZFT3FSR1BhN3d0bE9LVjIybWtJaml4WGhzN1hrcUUrNm51YklKbXBKNVNuNSt0MTcwQUk4K254ckVnQmxWbmJGNFhsQTBYeWI5TEs3UDJxTSIsIm1hYyI6ImFlN2U1Mjg4MjlhYmI0OTZhOWY4MzI0YmZlZjQ1MDQ1N2ZjNWI2MmYzM2RmYzdiODI1NzcxMDMwMzE4YzgwYTMifQ%3D%3D; expires=Mon, 09-Oct-2023 14:49:59 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6InBiSnIyOHg4ZjAvY0dvWnNuSW9TTlE9PSIsInZhbHVlIjoicVVteFBRUCtsWS9kR1ZySWVSRXI5RlBQclFTVENwUGxxSGZ6R2pEaUlSMDczRGFWVmhyMElKWUM1SGxxYUpMdyIsIm1hYyI6IjI0ODA4NTYyZWY2YjAyZDMzYjc2MGIwMDM3ZWZmM2I1ZTFjNGY2Mzg3YmQ1ZTM1YjdmYjM0ZmJmMWRkOTI1YTcifQ%3D%3D; expires=Mon, 09-Oct-2023 14:49:59 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IkF1dHpHbE1CVnYydmVCd0RndVpGNWc9PSIsInZhbHVlIjoicWhWMmVCbG5SWWhBeFVaZ2JsWHZFdUwxRnhBRG10bEFFYzNVMElzTVMxcWw2ODliN1cyVjVPQ3kzdUk1ZnlGQSIsIm1hYyI6IjgxNDZlYjc1NjBhMWI0ZWQ4ZTgzM2MyMjk0MDhiZDk5MjRkYjQwOGQwZDI1YWE5NjZmZGUxNTdjNzE4Mzc1YzAifQ%3D%3D; expires=Mon, 09-Oct-2023 14:49:59 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-24\",\n            \"EndDate\": \"2025-03-27\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 2,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 5,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-24\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 6,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-25\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 7,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-26\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 8,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-27\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-24\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=2\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-03-26\",\n            \"EndDate\": \"2025-03-26\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 6,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 2,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 6,\n                \"rating\": \"67.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 2600,\n                \"Sales\": 2600,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 2,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 2600\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 2600,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-26\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=6\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-31\",\n            \"EndDate\": \"2025-04-03\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 3,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 9,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-31\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 10,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-01\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 11,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-02\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 12,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-03\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-31\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=3\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-21\",\n            \"EndDate\": \"2025-04-21\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 9,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 1,\n                \"event_id\": 9,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=9\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-24\",\n            \"EndDate\": \"2025-04-24\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 11,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 1,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 11,\n                \"rating\": \"77.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -200,\n                \"Sales\": 1300,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 2,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 1300\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 1,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -200,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-24\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=11\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-13\",\n            \"EndDate\": \"2025-05-14\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 85,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 85,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-13\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=85\",\n            \"event_days\": 2\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-15\",\n            \"EndDate\": \"2025-05-15\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 90,\n            \"Description\": \"<h6><strong>Daten\\u00adschutz\\u00adkonformer Einsatz von KI und KI-Tools</strong></h6><p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 187,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-15\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 90,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -1500,\n                \"Sales\": 0,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 5,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -1500,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-15\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=90\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-20\",\n            \"EndDate\": \"2025-05-20\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 87,\n            \"Description\": \"<p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 2,\n            \"Schedules\": [\n                {\n                    \"id\": 183,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-20\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 2,\n                \"event_id\": 87,\n                \"rating\": \"88.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 450,\n                \"Sales\": 1950,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 3,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 1950\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 3,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": 450,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-20\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=87\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-21\",\n            \"EndDate\": \"2025-05-22\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 80,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 80,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 1700,\n                \"Sales\": 1700,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 1700\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 1700,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=80\",\n            \"event_days\": 2\n        }\n    ],\n    \"first_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=1\",\n    \"from\": 1,\n    \"last_page\": 8,\n    \"last_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=8\",\n    \"next_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=2\",\n    \"path\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 79\n}"},{"id":"2650704b-3e19-4c17-9fc0-d3fdf25b7a82","name":"List Cms Seminar","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"SeminarSeries\",\n\t\"LocationID\": \"\",\n\t\"Startdate\": \"\",\n\t\"Enddate\": \"\",\n\t\"CategoryID\": \"\",\n\t\"Search\": \"\"\n}"},"url":"CMSSeminarList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 17 Oct 2023 11:23:10 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6IjZwM0tZZGtENmUyN25oUFBTMXJQbnc9PSIsInZhbHVlIjoibHBRTm1WcTVodS91dnl4blRTWkppRmhkTHlldG4wYmlmaThkT3haZEMraE44OUxib2YwMkx5Yy9PZHduNnMxbnVoVzF4a2NlKzBmZTQrZEdwd3laYzYvcWE5TUZCTzVTVUxtSEc0ekk1OENKVmhuV1lJK004UHAzYTdUOCtPREZNcVpLU3hUOU1Zd2ZGaFBXVFVScWFCN1doelZDQm1IWjB0cEwzM2duRWF6eVhHRUhOZm9aOEhlNVE3MnVKSk5JTWNGaERxYThyVkNuN3hjSDZET21ueDFHN1dKc29HRlA3dHBJSVJyRlBGYVhPTk1seVNEWEpvc2NtVVVVRU8xdSIsIm1hYyI6IjNlZDEyY2VkZTBiZTlhZTlkZjRkOTQ4NDFjYzFkNWM2YWRiMzgwZWNkYzEyYTMyNDI1NTAwNzhhMGQwMjQ0NDgifQ%3D%3D; expires=Tue, 17-Oct-2023 13:23:10 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IkZNNWFoMmRVckZLUDc2QzFRL0hxamc9PSIsInZhbHVlIjoidDRWSWRiOFZwd3pKMzZyYVZxSTM0ZEY4VzJLVlQ5Y2tUNUEyM0RBQ1JBeVhxV004c0U1dHVuSXQ4ejE5L1laLyIsIm1hYyI6IjQ4ZTVmYjRlNzk2YTgyMGM1NWE3Y2FjZDAzNTJmZTY1MDFhMTI2MDM0MTE2OWU1MDZkMTk3OTkzZWQ0YmJmYzIifQ%3D%3D; expires=Tue, 17-Oct-2023 13:23:10 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlgvV0NVbXZCUjI4eXdRemNibVU4eFE9PSIsInZhbHVlIjoiSTdGWW0wem9uTStyNkFUVk1PQkJFamN3Z1hFdG5wVi8yWHdmQUFGNkI2dVRzWERDd3JOaGtFYkZ2T0dDbXlSZiIsIm1hYyI6IjU4MWIxOWY4NGFjZTRkMzhmM2I4ZjYzNDZkODM0OTUyNzQ4NmM1OWQwMjhiYTkwMjEwZTZmNDlhMTA0NDc5YjkifQ%3D%3D; expires=Tue, 17-Oct-2023 13:23:10 GMT; Max-Age=7200; path=/; httponly"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-24\",\n            \"EndDate\": \"2025-03-27\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 2,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 5,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-24\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 6,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-25\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 7,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-26\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 8,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-27\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-24\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=2\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-03-26\",\n            \"EndDate\": \"2025-03-26\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 6,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 2,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 6,\n                \"rating\": \"67.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 2600,\n                \"Sales\": 2600,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 2,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 2600\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 2600,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-26\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=6\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-31\",\n            \"EndDate\": \"2025-04-03\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 3,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 9,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-31\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 10,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-01\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 11,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-02\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 12,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-03\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-31\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=3\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-21\",\n            \"EndDate\": \"2025-04-21\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 9,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 1,\n                \"event_id\": 9,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=9\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-24\",\n            \"EndDate\": \"2025-04-24\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 11,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 1,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 11,\n                \"rating\": \"77.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -200,\n                \"Sales\": 1300,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 2,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 1300\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 1,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -200,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-24\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=11\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-13\",\n            \"EndDate\": \"2025-05-14\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 85,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 85,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-13\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=85\",\n            \"event_days\": 2\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-15\",\n            \"EndDate\": \"2025-05-15\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 90,\n            \"Description\": \"<h6><strong>Daten\\u00adschutz\\u00adkonformer Einsatz von KI und KI-Tools</strong></h6><p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 187,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-15\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 90,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -1500,\n                \"Sales\": 0,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 5,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -1500,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-15\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=90\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-20\",\n            \"EndDate\": \"2025-05-20\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 87,\n            \"Description\": \"<p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 2,\n            \"Schedules\": [\n                {\n                    \"id\": 183,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-20\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 2,\n                \"event_id\": 87,\n                \"rating\": \"88.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 450,\n                \"Sales\": 1950,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 3,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 1950\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 3,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": 450,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-20\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=87\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-21\",\n            \"EndDate\": \"2025-05-22\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 80,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 80,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 1700,\n                \"Sales\": 1700,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 1700\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 1700,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=80\",\n            \"event_days\": 2\n        }\n    ],\n    \"first_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=1\",\n    \"from\": 1,\n    \"last_page\": 8,\n    \"last_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=8\",\n    \"next_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=2\",\n    \"path\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 79\n}"},{"id":"eec21f1f-f128-4908-bc3b-3a6400e87ea8","name":"List Cms Seminar Latest","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"\",\n\t\"LocationID\": \"\",\n\t\"Startdate\": \"\",\n\t\"Enddate\": \"\",\n\t\"CategoryID\": \"\",\n    \"ExternalID\": \"\",\n\t\"Search\": \"\"\n}"},"url":"CMSSeminarList"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 14 Oct 2025 11:51:35 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6IkFwUFplNHdIVHVBYVlWdEw1YUxMZVE9PSIsInZhbHVlIjoicVlvblIyWWZwQmUxSm44ZUNJU21DWjU3bW1hOXhFeVBEdXFyM1oraVBjRFhPTnNxalRYK0x0ZnpVNWxzUHFablhmYjJTQXowbVBER2cvOGkwTjZ3NlhWZ0lpdjFvOEFBL1locnV5WFhBNEpNV3d6cFZQNWEvbFA5NEROQ2UybndKNm9zTHJUTnZ0VUdZc2ZXdlBYbFJVY1B6WGMrVGN0UXZkVTJFWUtBU3dNckFCcWpLdUsrQlN5aERQOGYyUHBOcnVwRnhXZ0xYUVhJVGRKdjlMZGFVRjg0NFhBbkRJTTZoNlRxSEZKWlN2a09Mb2tnb1QxcGNBaXZqelJmWE02aSIsIm1hYyI6IjI1YTA1ZjViMWVmMWEyOTE1Y2M1MTVkOWNjN2JiNzA0NzZmNmE4YmRmZTA1NTY3OGM2N2EzMDMzZjg0NTI1MjAifQ%3D%3D; expires=Tue, 14-Oct-2025 13:51:35 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ik9WaTZJMmd4Nk03enJxbnRFZWRpaVE9PSIsInZhbHVlIjoiN1dyL1ZsUzhEb05raU9Sb1ZmalhIWUdpQWlYaEVGZHh3UUNIb1BkZzByMko2MGN2enlWbEV4L2NUZEJwVlhtOCIsIm1hYyI6ImU5Mjg1NTE4NDg3N2U0ZTEyYjliMzllZDQyMjRlNDI0OWYyNjRkZDhmYzQ5ZmM0ZDViMDA1OWM0MWU5ODQxNTIifQ%3D%3D; expires=Tue, 14-Oct-2025 13:51:35 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6ImFGN1VtQ21VY2JwSFVPYlhqdE1sSVE9PSIsInZhbHVlIjoiaEZGODdGbCsrbnVzalV0RE9Db1F0aUlEbWFiYjlYREhNRDRubEEzNXhkcUlQK1RabzhnL3gzZ3BRQzh2bzBmWSIsIm1hYyI6ImQ0NmY4OTA3ZjA0Njc1MmU0YjA4NDUzZTA1ODgwMWUwYmJjOTBmOTA0MWMzODVhOTEzNGE3ZjlhZDdiNjNlNjUifQ%3D%3D; expires=Tue, 14-Oct-2025 13:51:35 GMT; Max-Age=7200; path=/; httponly"},{"key":"X-Frame-Options","value":"ALLOW-FROM stage-simplyorg-tenant.de"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-Robots-Tag","value":"noindex, nofollow, nosnippet, noarchive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-24\",\n            \"EndDate\": \"2025-03-27\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 2,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 5,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-24\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 6,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-25\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 7,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-26\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 8,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-27\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-24\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=2\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-03-26\",\n            \"EndDate\": \"2025-03-26\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 6,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 2,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 6,\n                \"rating\": \"67.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 2600,\n                \"Sales\": 2600,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 2,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 2600\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 2600,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-26\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=6\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"English for Business\",\n            \"StartDate\": \"2025-03-31\",\n            \"EndDate\": \"2025-04-03\",\n            \"CategoryID\": \"4\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": \"1\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"1\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 3,\n            \"Description\": \"\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 4,\n            \"max_registration\": 8,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"100\",\n            \"event_duration\": \"4\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n            \"requirements\": \"Englisch-Grundkenntnisse \",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 9,\n                    \"title\": \"Einstufung\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-03-31\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 10,\n                    \"title\": \"Texte im Geschäftsalltag\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-01\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 11,\n                    \"title\": \"Business Meetings\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-02\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                },\n                {\n                    \"id\": 12,\n                    \"title\": \"Business Emails\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-04-03\",\n                    \"LocationID\": 1,\n                    \"LocationName\": \"Co-working GmbH1\",\n                    \"start_time\": \"09:00:00\",\n                    \"end_time\": \"16:00:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"09:00:00\",\n            \"Seminar_End_Time\": \"16:00:00\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"100\",\n            \"SeminarFeedback\": {\n                \"status\": \"failed\",\n                \"message\": \"Event is not attached with form\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"100\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/1?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-03-31\",\n            \"LocationName\": \"Co-working GmbH1\",\n            \"Locations\": \"Berlin\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"admin@coworking-gmbh.de\",\n            \"LocationStreet\": \"Albrechtstraße 10\",\n            \"LocationZip\": \"10117\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=3\",\n            \"event_days\": 4\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-21\",\n            \"EndDate\": \"2025-04-21\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 9,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 1,\n                \"event_id\": 9,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=9\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Crashkurs IT-Hintergrundwissen\",\n            \"StartDate\": \"2025-04-24\",\n            \"EndDate\": \"2025-04-24\",\n            \"CategoryID\": \"1\",\n            \"Type\": \"Seminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"2\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 11,\n            \"Description\": \"<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 24,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 1,\n            \"is_on_digital\": 1,\n            \"price\": \"1300\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Knackige Zusammenfassung, die wir noch nicht nutzen.\",\n            \"requirements\": \"Man muss aufrecht auf zwei Beinen gehen können.\",\n            \"targetGroup\": [],\n            \"booked_seats\": 1,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1300\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 1,\n                \"event_id\": 11,\n                \"rating\": \"77.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -200,\n                \"Sales\": 1300,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 2,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1300\",\n                    \"PlannedSales\": 1300\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 1,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -200,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [],\n            \"related_seminar\": [\n                {\n                    \"id\": 1,\n                    \"min_registration\": 4,\n                    \"max_registration\": 8,\n                    \"event_startdate\": \"2028-03-21\",\n                    \"StartDate\": \"2028-03-21\",\n                    \"EndDate\": \"2028-03-24\",\n                    \"CategoryID\": 4,\n                    \"Type\": \"event\",\n                    \"allow_direct_registration\": 0,\n                    \"price\": \"100\",\n                    \"event_duration\": \"4\",\n                    \"event_duration_unit\": \"Days\",\n                    \"overview\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\r\\n\\r\\n\\r\\n\\tTraining der mündlichen Kommunikation für Meetings.\\r\\n\\tdas Üben von kleinen Präsentationen.\\r\\n\\tdas Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\r\\n\\tTipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\r\\n\\tAlles, was Sie sonst noch lernen möchten.\\r\\n\",\n                    \"Name\": \"English for Business\",\n                    \"description\": \"\",\n                    \"booked_seats\": 0,\n                    \"targetGroup\": [],\n                    \"Trainers\": []\n                }\n            ],\n            \"document_url\": \"\",\n            \"number\": \"1337\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/2?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-04-24\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=11\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-13\",\n            \"EndDate\": \"2025-05-14\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 85,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 85,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 0,\n                \"Sales\": 0,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 0,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-13\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=85\",\n            \"event_days\": 2\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-15\",\n            \"EndDate\": \"2025-05-15\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 90,\n            \"Description\": \"<h6><strong>Daten\\u00adschutz\\u00adkonformer Einsatz von KI und KI-Tools</strong></h6><p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [\n                {\n                    \"id\": 187,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-15\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 90,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": -1500,\n                \"Sales\": 0,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 0,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 0\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 5,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": -1500,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-15\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=90\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"Datenschutz und Künstliche Intelligenz\",\n            \"StartDate\": \"2025-05-20\",\n            \"EndDate\": \"2025-05-20\",\n            \"CategoryID\": \"8\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": \"2\",\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"11\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 87,\n            \"Description\": \"<p>Künstliche Intelligenz ist das Thema unserer Zeit. Für den Datenschutz bringt das Aufkommen der Technologie und KI-Tools neue Fragestellungen mit sich – schließlich basieren KI-Modelle auf riesigen Datenmengen, die oftmals sensible Informationen enthalten. Ein verantwortungsvoller, datenschutzkonformer Umgang mit diesen Daten ist für alle, die mit KI arbeiten, von höchster Bedeutung.</p><p>Dieser <strong>Vertiefungsworkshop </strong>bietet Fach- und Führungskräften die Möglichkeit, ihre Datenschutzkenntnisse im Kontext von Künstlicher Intelligenz zu erweitern. Behandelt werden u. a. die datenschutzrechtlichen Anforderungen bei der Einführung von KI-Tools wie ChatGPT, die technische Integration des Datenschutzes und die rechtlichen Grundlagen nach der DSGVO und Verordnungen wie dem AI Act und dem Data Act. Ethische Überlegungen runden den Workshop ab. Durch die <strong>gezielte Ausrichtung auf KI </strong>bietet das Seminar die einzigartige Möglichkeit, sich praxisnah mit hochaktuellen datenschutzrechtlichen Fragestellungen auseinanderzusetzen, die sich durch den verstärkten Einsatz von Künstlicher Intelligenz ergeben.</p>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 10,\n            \"max_registration\": 25,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"650\",\n            \"event_duration\": \"1\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"Der Workshop ist praxisorientiert und interaktiv gestaltet. Das theoretische Wissen wird mithilfe von realen Fallbeispielen veranschaulicht sowie Handlungsempfehlungen mitgegeben. Die Gruppe besteht aus max. 15 Personen, damit Sie die Möglichkeit haben, sich aktiv mit den Referierenden und anderen Teilnehmenden auszutauschen.\\r\\n\\r\\nKonkrete Inhalte sind: \\r\\n\\r\\n\\r\\n\\tEinführung in Datenschutz und Künstliche Intelligenz (KI)\\r\\n\\tSpezifische Analyse von Datenschutzaspekten bei ChatGPT und ähnlichen Technologien\\r\\n\\tMaßnahmen zur Sicherstellung der Privatsphäre in Chatbot-Anwendungen\\r\\n\\tRegulierung: AI Act und Data Act\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien\\r\\n\\tTechnische Integration des Datenschutzes in KI-Systeme\\r\\n\\tErfahrungsaustausch zur erfolgreichen Umsetzung von KI-Projekten\\r\\n\\r\\n\\r\\nIhr Seminarprogramm\\r\\n\\r\\n\\r\\n\\tEinführung\\r\\n\\r\\n\\t\\r\\n\\t\\tBegrüßung und Vorstellungsrunde\\r\\n\\t\\tVorstellung des Workshopleiters\\r\\n\\t\\tÜberblick über den Tagesablauf\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tEinführung in die Welt der Künstlichen Intelligenz (KI) \\r\\n\\r\\n\\t\\r\\n\\t\\tWas ist KI?\\r\\n\\t\\tFunktionsweise von KI\\r\\n\\t\\tArten von KI-Tools\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tÜberblick über relevante Datenschutzgesetze & rechtliche Grundlagen \\r\\n\\r\\n\\t\\r\\n\\t\\tVertiefte Auseinandersetzung mit den DSGVO-Anforderungen im Bereich KI\\r\\n\\t\\tAnforderungen des AI Act & Data Act\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tAuswahl von KI-Tools nach Datenschutzkriterien \\r\\n\\r\\n\\t\\r\\n\\t\\tAuftragsverarbeitung und Verantwortlichkeiten\\r\\n\\t\\tDatenschutzfolgenabschätzung (DSFA)\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tTechnisch-organisatorische Maßnahmen (TOMs) im Datenschutz \\r\\n\\r\\n\\t\\r\\n\\t\\tDatensicherheit bei KI-Projekten\\r\\n\\t\\tDatenschutz und Datensicherheit bei Trainingsdaten\\r\\n\\t\\tImplementierung von TOMs im Kontext von KI\\r\\n\\t\\r\\n\\t\\r\\n\\r\\n\\r\\n\\r\\n\\tPraxisbeispiele und Diskussion \\r\\n\\r\\n\\t\\r\\n\\t\\tErfahrungsberichte über erfolgreiche Umsetzung von KI-Projekten\\r\\n\\t\\tOffene Diskussion über Herausforderungen und Lösungsansätze\\r\\n\\t\\r\\n\\t\\r\\n\",\n            \"requirements\": \"Zusätzliche Informationen\\r\\n\\r\\n\\r\\n\\tDer Workshop dient als Nachweis des Fachwissens für Datenschutzbeauftragte und eignet sich als Fortbildungsnachweis nach § 15 FAO.\\r\\n\\tDieser Online-Workshop wird mit Zoom durchgeführt. Systemvoraussetzungen und unterstützte Betriebssysteme können Sie hier einsehen. Für die Einwahl in Zoom über die verschiedenen Anwendungen (Desktop Client, App oder Web-Client) finden Sie hier einen zusätzlichen Vergleich zu den jeweiligen Eigenschaften. \\r\\n\\tDie Durchführung des Workshops kann erst ab einer Mindestteilnehmerzahl von fünf garantiert werden. Die Maximalteilnehmerzahl beträgt 15.\\r\\n\\tDie Bitkom Akademie ist anerkannter Bildungsträger in Baden-Württemberg und Nordrhein-Westfalen. Teilnehmer haben im Rahmen des Bildungszeitgesetzes die Möglichkeit, Bildungsurlaub bzw. eine Bildungsfreistellung zu beantragen. Auf Anfrage erstellen wir auch Anträge auf Anerkennung unserer Veranstaltungen in anderen Bundesländern.\\r\\n\\tNachteilsausgleich: Menschen mit Behinderungen können für Prüfungen bei Zertifikatslehrgängen der Bitkom Akademie einen \\\"Nachteilsausgleich\\\" beantragen. Ein \\\"Nachteilsausgleich“ bedeutet, dass die Prüfung so verändert wird, dass die behinderungsbedingten Nachteile des Prüfungsteilnehmenden möglichst ausgeglichen werden. Weitere Informationen dazu und wie Sie diesen beantragen, finden Sie hier.\\r\\n\\tWir erklären ausdrücklich, dass beim Bitkom – Unterzeichner der Charta der Vielfalt – jede Person, unabhängig von Geschlecht, Nationalität, ethnischer Herkunft, Religion oder Weltanschauung, Behinderung, Alter, sexueller Orientierung und Identität willkommen ist.\\r\\n\\r\\n\\r\\nSemiar-Rücktrittskostenversicherung\\r\\n\\r\\n\\r\\n\\tGemeinsam mit der HanseMerkur bietet die Bitkom Akademie eine freiwillige Seminar-Rücktrittsversicherung an.\\r\\n\\tDiese Versicherung ermöglicht Ihnen die kostenfreie Stornierung Ihrer Teilnahme, wenn kurzfristige oder unvorhergesehene Ereignisse Ihre Teilnahme am Seminar verhindern.\\r\\n\\tDie Kosten der Seminar-Rücktrittsversicherung sind abhängig vom Seminarpreis. Die Preisliste der HanseMerkur finden Sie hier.\\r\\n\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 1,\n                    \"targetGroupName\": \"Fachkraft\"\n                },\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                },\n                {\n                    \"targetGroupID\": 3,\n                    \"targetGroupName\": \"Mittleres Management\"\n                },\n                {\n                    \"targetGroupID\": 4,\n                    \"targetGroupName\": \"C-Level\"\n                },\n                {\n                    \"targetGroupID\": 5,\n                    \"targetGroupName\": \"Geschäftsführung\"\n                },\n                {\n                    \"targetGroupID\": 6,\n                    \"targetGroupName\": \"Vorstand\"\n                },\n                {\n                    \"targetGroupID\": 9,\n                    \"targetGroupName\": \"Selbstständig\"\n                },\n                {\n                    \"targetGroupID\": 10,\n                    \"targetGroupName\": \"Freelancer\"\n                }\n            ],\n            \"booked_seats\": 2,\n            \"Schedules\": [\n                {\n                    \"id\": 183,\n                    \"title\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"description\": \"\",\n                    \"schedule_date\": \"2025-05-20\",\n                    \"LocationID\": 2,\n                    \"LocationName\": \"Online-Seminar\",\n                    \"start_time\": \"08:45:00\",\n                    \"end_time\": \"16:30:00\"\n                }\n            ],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"08:45:00\",\n            \"Seminar_End_Time\": \"16:30:00\",\n            \"SeminarForm\": \"Workshop Consult\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"650\",\n            \"SeminarFeedback\": {\n                \"status\": \"success\",\n                \"form_id\": 2,\n                \"event_id\": 87,\n                \"rating\": \"88.00\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 450,\n                \"Sales\": 1950,\n                \"Expenses\": 1500,\n                \"ParticipantBreakEvenPoint\": 3,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 3,\n                    \"EventPrice\": \"650\",\n                    \"PlannedSales\": 1950\n                },\n                \"VariableCost\": 1500,\n                \"VariableCostarray\": [\n                    {\n                        \"RevenueItemID\": 3,\n                        \"ItemID\": \"2\",\n                        \"ItemDescription\": \"Consult-Honorar\",\n                        \"Unit\": \"1\",\n                        \"UnitPrice\": \"1500\",\n                        \"TotalNet\": \"1500.00\"\n                    }\n                ],\n                \"ContributionMargin1\": 450,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [\n                {\n                    \"id\": 331,\n                    \"event_name\": \"Datenschutz und Künstliche Intelligenz\",\n                    \"event_category_id\": 12,\n                    \"event_startdate\": \"2025-10-31\",\n                    \"event_enddate\": \"2025-11-01\",\n                    \"is_execution_guarantee\": 0,\n                    \"deadline_date\": null,\n                    \"deadline_time\": null,\n                    \"set_deadline_flag\": 0\n                }\n            ],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/11?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-20\",\n            \"LocationName\": \"Online-Seminar\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"seminare@bitkom-akademie.de\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=87\",\n            \"event_days\": 1\n        },\n        {\n            \"Name\": \"KI-Compliance Beauftragter\",\n            \"StartDate\": \"2025-05-21\",\n            \"EndDate\": \"2025-05-22\",\n            \"CategoryID\": \"5\",\n            \"Type\": \"OnlineSeminar\",\n            \"LocationID\": null,\n            \"allow_direct_registration\": 0,\n            \"external_id\": null,\n            \"blueprint_id\": \"9\",\n            \"is_execution_guarantee\": 0,\n            \"study_duration\": \"\",\n            \"study_registration_str\": \"\",\n            \"study_registration_class\": \"\",\n            \"id\": 80,\n            \"Description\": \"<p>Dieser Lehrgang vermittelt Ihnen die rechtlichen Anforderungen im Zusammenhang mit Künstlicher Intelligenz. Sie lernen, wie sich die KI-Verordnung bzw. der AI Act sowie die DSGVO auf Ihre KI-Vorhaben auswirken und wissen, an welchen<strong> rechtlichen Rahmenbedingungen</strong> Sie sich orientieren müssen, um KI-Projekte compliant zu gestalten. Sie lernen, wie Sie möglich Risiken identifizieren und geeignete Maßnahmen umsetzen. Des Weiteren erfahren Sie, wie Sie Mitarbeitende zu rechtlichen und ethischen Fragen schulen. Ziel ist es, dass Sie im Anschluss <strong>als KI-Compliance Beauftragter agieren und KI-Projekte in Unternehmen aus rechtlicher Perspektive prüfen und betreuen</strong> können.</p><p>Der Lehrgang ist <strong>praxisorientiert</strong> gestaltet. Das Wissen wird mithilfe von realen Fallbeispielen und Best Practices veranschaulicht. Die Gruppen besteht auf max. 15 Teilnehmenden, damit Sie die Möglichkeit haben, sich aktiv mit den Referenten und anderen Teilnehmenden auszutauschen.</p><p><strong>Inhalte: </strong></p><ul>\\t<li>KI: Funktionsweise, Anwendung, Risiken</li>\\t<li>Rahmenbedingungen (AI Act, DSGVO)</li>\\t<li>Urheberrecht und Haftung</li>\\t<li>Datenmanagement</li>\\t<li>KI-Ethik</li>\\t<li>Technische und organisatorische Sicherheitsmaßnahmen</li>\\t<li>Risikomanagement in KI-Projekten</li>\\t<li>Fallbeispiele und Best Practices</li></ul>\",\n            \"category_external_id\": \"\",\n            \"min_registration\": 5,\n            \"max_registration\": 15,\n            \"is_hybrid\": 0,\n            \"is_on_premise\": 0,\n            \"is_on_digital\": 0,\n            \"price\": \"1700\",\n            \"event_duration\": \"2\",\n            \"event_duration_unit\": \"Days\",\n            \"overview\": \"\",\n            \"requirements\": \"\",\n            \"targetGroup\": [\n                {\n                    \"targetGroupID\": 2,\n                    \"targetGroupName\": \"Teamleitung\"\n                }\n            ],\n            \"booked_seats\": 0,\n            \"Schedules\": [],\n            \"event_category_name\": \"\",\n            \"Active\": 1,\n            \"seminarLink\": null,\n            \"Seminar_Start_Time\": \"\",\n            \"Seminar_End_Time\": \"\",\n            \"SeminarForm\": \"Workshop Akademie\",\n            \"SeminarArt\": \"\",\n            \"SeminarPrice\": \"1700\",\n            \"SeminarFeedback\": {\n                \"status\": \"error\",\n                \"form_id\": 2,\n                \"event_id\": 80,\n                \"message\": \"The process cannot be marked as completed because no feedback has been provided for this seminar.\"\n            },\n            \"BudgetParticipants\": {\n                \"GrossMargin\": 1700,\n                \"Sales\": 1700,\n                \"Expenses\": 0,\n                \"ParticipantBreakEvenPoint\": 0,\n                \"Salesarray\": {\n                    \"NoOfExpectedParticipants\": 1,\n                    \"EventPrice\": \"1700\",\n                    \"PlannedSales\": 1700\n                },\n                \"VariableCost\": 0,\n                \"VariableCostarray\": [],\n                \"ContributionMargin1\": 1700,\n                \"FixedCost\": 0,\n                \"FixedCostarray\": []\n            },\n            \"event_category_nameEN\": \"\",\n            \"Trainers\": [\n                {\n                    \"trainer_id\": 18,\n                    \"first_name\": \"Ali\",\n                    \"last_name\": \"Tschakari\"\n                },\n                {\n                    \"trainer_id\": 19,\n                    \"first_name\": \"Max\",\n                    \"last_name\": \"Mustertrainer\"\n                }\n            ],\n            \"related_seminar\": [],\n            \"document_url\": \"\",\n            \"number\": \"\",\n            \"slug\": null,\n            \"AvailableDates\": [],\n            \"set_deadline_flag\": 0,\n            \"default_taxes\": 19,\n            \"Image\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/picture/event/9?tsamp=2025-10-14%2013%3A51%3A35\",\n            \"PublishedOn\": \"2025-05-21\",\n            \"LocationName\": \"\",\n            \"Locations\": \"\",\n            \"LocationPhone\": \"\",\n            \"LocationEmail\": \"\",\n            \"LocationStreet\": \"\",\n            \"LocationZip\": \"\",\n            \"url\": \"https://bitkom.stage-simplyorg-tenant.de/event-details?event_id=80\",\n            \"event_days\": 2\n        }\n    ],\n    \"first_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=1\",\n    \"from\": 1,\n    \"last_page\": 8,\n    \"last_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=8\",\n    \"next_page_url\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList?page=2\",\n    \"path\": \"https://bitkom-admin.stage-simplyorg-tenant.de/en/api/v3/CMSSeminarList\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 79\n}"}],"_postman_id":"a1e41632-6d95-4812-aa4a-0509640b393b"},{"name":"List Seminar Details by SeminarID","id":"5ac5d3a9-ff0b-45dd-af1d-fa961f74fd46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"Seminar\"\n}"},"url":"CMSSeminarList/5?Type=Seminar","description":"<p>To check the Seminar details SeminarID can be passed as a parameter. Also input can be Type: Seminar or SeminarSeries or E-Learning or OnlineSeminar or Course.</p>\n<p><strong>limited_information</strong> parameter will be used to get the limited information about the other related seminars under the <strong>availableDates</strong> array.</p>\n<p>If that parameter has a value <strong>true</strong> then it will give basic information like Name, startdate, enddate,id.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["5"],"host":["CMSSeminarList"],"query":[{"key":"Type","value":"Seminar"}],"variable":[]}},"response":[{"id":"dce3ba5d-77c7-42ae-bdf5-9ecf2b656d98","name":"List Seminar Details by SeminarID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Type\": \"Seminar\",\n    \"limited_information\": \"true\"\n}"},"url":{"raw":"CMSSeminarList/57?limited_information=true&Type=Seminar","host":["CMSSeminarList"],"path":["57"],"query":[{"key":"limited_information","value":"true"},{"key":"Type","value":"Seminar"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 05 Sep 2023 11:08:39 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6InN6QmVWWE9yaEJ5ZWVGL0tIdkZTdXc9PSIsInZhbHVlIjoiUmxzVnJzenRlY2NGZk5QWm8zL2NNSVc3U3cwTWpmRU1FUWttdThTTERwMGpLWmxuc2JuZU5KN2M5Uk1LK1MyRXNLWHRTQ0h3dkJNQm1zS0VETWZSTEJDMUdLZ21JTkF6anRzWFAyK1lGNEdFWnlyZEpLVjBhdEI1Snk4WGxucXFSSDFzY2VMMXkrbkgwYUVYak03YkZRbTViMXN1MG5IeXFscEV0bCtHRE9HaUhLSHJibHRMR2t6dXZlaHVjZlRNU0xYNWtJbDVGRysxRCszZ1pEQm5qdHlSMXhzTXVMckg2ODcySEdrYi9McngybEQ1eEFBZEQrQnhxalhqNHVBcCIsIm1hYyI6IjdmZTJhY2U0ZDM2MTI1M2YzNjIxZDE2YjZjNjhiNDhlMzlkMDliMDU5MzliZGEzMjEzYTFkNjQ3ZDVmYmQzNTUifQ%3D%3D; expires=Tue, 05-Sep-2023 13:08:39 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6Ik5Md2VRU21ROXA2OUlCcW56cFFGNVE9PSIsInZhbHVlIjoiVk1mM1VNSkJzVFRjbHd3dXNWdmVnWEFFNW8zVCsxU1EwT0NoK0VoRDNnajdoQmIwS3dBencyMXl1SnlEOWtuVyIsIm1hYyI6IjM4MmRmNThkMWI1Y2RjZTE3ZWI4MjNhN2VkYWU3NGE3NmYzN2Y3NjFjNmQwMjIwNjgzNTkxZmQ0Y2Q4OTg2NWIifQ%3D%3D; expires=Tue, 05-Sep-2023 13:08:39 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6Inc1TW5wSjRYNTczUnBxQmMzeVhMY0E9PSIsInZhbHVlIjoicTFOWWJDR0ZiVmFPQXl5UTA2QlI4cXU5QUVBa1luMDE4dmczS25WY09DN1VjUXkzTFVIRlhDVHNyQTB2dUY3aiIsIm1hYyI6IjM5YmE0OTQyMDQ4ZjI4ZDhiNWU0NWM2OGE2YTkxZjFkNGJhMjYyYzhjYzYyNjFiNTRkMGY0NmU5YTgxNWM4MzgifQ%3D%3D; expires=Tue, 05-Sep-2023 13:08:39 GMT; Max-Age=7200; path=/; httponly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"Content-Security-Policy","value":"frame-ancestors https://*.test-simplyorg-tenant.de https://matrixhive.com"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-Robots-Tag","value":"noindex, nofollow, nosnippet, noarchive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\"data\":{\"ID\":704,\"Name\":\"Software testing training\",\"Startdate\":\"2023-09-15\",\"Enddate\":\"2023-09-15\",\"Price\":500,\"Description\":\"\",\"TargetGroup\":\"\",\"Overview\":\"\",\"Requirements\":\"\",\"min_registration\":1,\"max_registration\":100,\"booked_seats\":1,\"Image\":\"https:\\/\\/demo-admin.simplyorg-seminare.de\\/en\\/picture\\/event\\/156?tsamp=2023-09-05%2015%3A25%3A39\",\"Locations\":\"Kingston hall, 132, My Street, 12345 Kingston\",\"Schedules\":{\"start_time\":\"11:30\",\"end_time\":\"20:00\"},\"Trainers\":[{\"TrainerID\":215,\"PublishOnWebsite\":\"No\",\"FirstName\":\"John\",\"LastName\":\"Doe\",\"Fullname\":\"John Doe\",\"Description\":\"<p>Specialist and responsible for increasing a company\\u2019s productivity by teaching new skills and knowledge to employees\\/students<br><\\/p>\",\"Qualification\":\"<p>BCA &amp; MCA<br><\\/p>\",\"Experience\":\"<p>20 Years<br><\\/p>\",\"Awards\":\"<p>Best trainer 2021<br><\\/p>\",\"Image\":\"https:\\/\\/demo-admin.simplyorg-seminare.de\\/en\\/picture\\/person\\/215?tsamp=2023-09-05%2015%3A25%3A39\",\"Category\":\"\",\"Language\":\"\",\"Focus\":\"\",\"UUID\":\"eyJpdiI6IiswMVdHNkdQRzl1cSs2LzczM0IzL3c9PSIsInZhbHVlIjoic0VENGtkK05SRTBrek14ZHB4bjFYZz09IiwibWFjIjoiNTc2MmY0MjYzMmU3MjZhMzRkYmVkOTI1MjhiNjc1MTlhMjIwZjE0MjQ1YzM4NDNlYjVlMjk0OTQ5ZmFhYmQzYiJ9\"}],\"AvailableDates\":[{\"ID\":698,\"Name\":\"Software testing training\",\"Startdate\":\"2023-09-14\",\"Enddate\":\"2023-09-14\"}]}}"}],"_postman_id":"5ac5d3a9-ff0b-45dd-af1d-fa961f74fd46"},{"name":"Add to Cart","id":"11eb1067-86b2-48bc-b725-3cf5282c0ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ContactID\": \"6\",\n    \"lines\": [\n        {\n            \"Type\": \"Seminar\",\n            \"TypeID\": \"25\"\n        },\n        {\n            \"Type\": \"E-Learning\",\n            \"TypeID\": \"1\"\n        },\n        {\n            \"Type\": \"SeminarSeries\",\n            \"TypeID\": \"1\",\n            \"SeminarID\": \"1\",\n            \"ElearningID\": \"1\"\n        },\n        {\n            \"Type\": \"OnlineSeminar\",\n            \"TypeID\": \"2\"\n        },\n        {\n            \"Type\": \"Article\",\n            \"TypeID\": \"1\"\n        },\n        {\n            \"Type\": \"Course\",\n            \"TypeID\": \"36\",\n            \"studyPaymentPlanId\": \"91\"\n        }\n    ],\n    \"registerUser\": [\n        {\n            \"FirstName\": \"Brijesh\",\n            \"LastName\": \"Shah\",\n            \"Email\": \"CCC.XX@mail.com\",\n            \"Salutation\": \"Herr\",\n            \"Position\": \"Test\",\n            \"Department\": \"Test\",\n            \"further_personal_information\": \"Veg\",\n            \"training_and_writing_materials_to\": \"person\",\n            \"contact_person_note\": \"<p>test</p>\"\n        },\n        {\n            \"FirstName\": \"Santosh\",\n            \"LastName\": \"Rawat\",\n            \"Email\": \"DDXX.DFF@mail.com\",\n            \"Salutation\": \"Herr\",\n            \"Position\": \"Test\",\n            \"Department\": \"Test\",\n            \"further_personal_information\": \"Non-Veg\",\n            \"training_and_writing_materials_to\": \"org\",\n            \"contact_person_note\": \"<p>test</p>\"\n        },\n        {\n            \"ContactID\": 8,\n            \"further_personal_information\": \"Non-Veg\",\n            \"training_and_writing_materials_to\": \"org\",\n            \"contact_person_note\": \"<p>test</p>\"\n        }\n    ],\n    \"is_api\": true\n}"},"url":"cart","description":"<p>This API can be used for add to Cart. Add to Cart can be done in the below JSON format.<br />Seminar, SeminarSeries, E-Learning, OnlineSeminar can be submitted together in given JSON format.<br />We can add multiple participants by adding user details in <strong>registerUser</strong> JSON with the <strong>is_api</strong> variable to true. <strong>is_api</strong> variable is mandatory.</p>\n<p>Course Registration Notes:<br />The <code>studyPaymentPlanId</code> within <code>lines</code> is mandatory. Each line item must include a valid <code>studyPaymentPlanId.</code></p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["cart"],"query":[],"variable":[]}},"response":[],"_postman_id":"11eb1067-86b2-48bc-b725-3cf5282c0ee0"},{"name":"Add Voucher","id":"f79ff2a0-e163-41ce-8e8f-46ad415b421b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"addVoucher/1268?voucherCode=400315","description":"<p>This API can be used for adding voucher code. The order discount is calculated based on the voucher code.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1268"],"host":["addVoucher"],"query":[{"description":{"content":"<p>Enter the voucher code for discount</p>\n","type":"text/plain"},"key":"voucherCode","value":"400315"}],"variable":[]}},"response":[],"_postman_id":"f79ff2a0-e163-41ce-8e8f-46ad415b421b"},{"name":"Remove Voucher","id":"9e26e9f0-3dec-4878-96df-139a4609f0e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"removeVoucher/131?voucherID=6","description":"<p>This API can be used to remove a voucher code from the cart. If the user removes the voucher code, the applied discount will be removed from the cart order.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["131"],"host":["removeVoucher"],"query":[{"description":{"content":"<p>Enter voucher id to remove discount</p>\n","type":"text/plain"},"key":"voucherID","value":"6"}],"variable":[]}},"response":[],"_postman_id":"9e26e9f0-3dec-4878-96df-139a4609f0e0"},{"name":"Order Summary (Cart Summary)","id":"dcd916e3-9762-40af-bd74-0034e93ed379","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"cart/21","description":"<p>CartID needs to be passed as a parameter that can be fetched from Add to Cart API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["21"],"host":["cart"],"query":[],"variable":[]}},"response":[],"_postman_id":"dcd916e3-9762-40af-bd74-0034e93ed379"},{"name":"Confirm Order","id":"43baf18c-a294-4fcb-a838-6dc7480bbac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"OrderID\":\"213\",\n\t\"AddressID\": \"8\",\n    \"OrderNumber\" : \"test\",\n    \"OrderComments\" : \"test comment\"\n}"},"url":"cart/checkout","description":"<p>This API can be used to Confirm Order. Confirm Order can be done in the below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["checkout"],"host":["cart"],"query":[],"variable":[]}},"response":[],"_postman_id":"43baf18c-a294-4fcb-a838-6dc7480bbac4"}],"id":"ce21f29c-cc61-4627-b756-309b376ae73f","description":"<p>These API's will help to get all list of seminars, searching a seminar, adding into a cart and submit order</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d553c671-cbd4-439e-ad9e-a802c103a63d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"42d27af6-566d-4b40-9839-2ba436d990f6"}}],"_postman_id":"ce21f29c-cc61-4627-b756-309b376ae73f","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Country API","item":[{"name":"List Country","id":"e63c8133-b8b8-432c-b879-5eaaabac64a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"country","description":"<p>This will display all countries. List will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["country"],"query":[],"variable":[]}},"response":[],"_postman_id":"e63c8133-b8b8-432c-b879-5eaaabac64a0"},{"name":"Get Country By CountryID","id":"de0429ec-f714-4d72-bae6-fa92f190b42d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"country/1","description":"<p>This will display one country at a time. CountryID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["country"],"query":[],"variable":[]}},"response":[],"_postman_id":"de0429ec-f714-4d72-bae6-fa92f190b42d"},{"name":"Create Country","id":"640b2fe8-b638-4c7c-9f69-0063554a15ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CountryName\": \"EN Country\",\n    \"CountryNameDE\": \"DE Country\",\n    \"CountryCode\": \"Code \"\n}"},"url":"country","description":"<p>Country can be added in both English and German. ExternalID is an optional field.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["country"],"query":[],"variable":[]}},"response":[],"_postman_id":"640b2fe8-b638-4c7c-9f69-0063554a15ff"},{"name":"Update Country","id":"819a6f0a-e75a-4c70-ad90-ddbf7d926b52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"CountryID\": \"4\",\n    \"CountryName\": \"Updated EN Country\",\n    \"CountryNameDE\": \"Updated DE Country\",\n    \"CountryCode\": \"Updated Code \"\n}"},"url":"country","description":"<p>CountryID is required to update the Country. inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["country"],"query":[],"variable":[]}},"response":[],"_postman_id":"819a6f0a-e75a-4c70-ad90-ddbf7d926b52"},{"name":"Delete Country","id":"f146d063-7395-4eb3-bab6-94f352d49458","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"CountryID\": \"4\"\n}"},"url":"country","description":"<p>To delete Country, only CountryID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["country"],"query":[],"variable":[]}},"response":[],"_postman_id":"f146d063-7395-4eb3-bab6-94f352d49458"}],"id":"0f2b4e6a-f757-4e95-b025-8543dd1b2b88","description":"<p>Countries can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80c8c487-e83f-4404-b4ea-8f0b68b61aa6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6b351785-272e-492d-8d86-114fa5a3f037"}}],"_postman_id":"0f2b4e6a-f757-4e95-b025-8543dd1b2b88","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Region API","item":[{"name":"List Region","id":"f190bbb8-d8ee-4f1c-b155-bf9d926fcb71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"CountryID\": \"1\"\r\n}"},"url":"region","description":"<p>All Region list will be visible by running this API. CountryID is required as an input to run this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["region"],"query":[],"variable":[]}},"response":[],"_postman_id":"f190bbb8-d8ee-4f1c-b155-bf9d926fcb71"},{"name":"Get Region By RegionID","id":"a50bddb4-0666-481c-9b4d-6cc4881d6d15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"region/1","description":"<p>This will display one region at a time. RegionID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["region"],"query":[],"variable":[]}},"response":[],"_postman_id":"a50bddb4-0666-481c-9b4d-6cc4881d6d15"},{"name":"Create Region","id":"4c6aadfb-33db-4643-87a8-1adf760c033e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"RegionNameEN\": \"Bayern\",\n    \"RegionNameDE\": \"Bayern\",\n    \"CountryID\": \"1\",\n    \"ExternalID\": \"BayernID\"\n}"},"url":"region","description":"<p>Region can be added in both English and German. ExternalID is an optional field. CountryID is required to add a region. i.e. Region can only be added under country. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["region"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c6aadfb-33db-4643-87a8-1adf760c033e"},{"name":"Update Region","id":"f24393ee-4cf7-4fac-9da0-83e987eeb880","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"RegionID\": \"57\",\n\t\"RegionNameEN\": \"Updated Bayern\",\n    \"RegionNameDE\": \"Updated Bayern\",\n    \"CountryID\": \"1\",\n    \"ExternalID\": \"BayernID\"\n}"},"url":"region","description":"<p>RegionID is required to update the Region. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["region"],"query":[],"variable":[]}},"response":[],"_postman_id":"f24393ee-4cf7-4fac-9da0-83e987eeb880"},{"name":"Delete Region","id":"a05fd5fa-9848-474e-855f-8facc399e5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"RegionID\": \"57\"\n}"},"url":"region","description":"<p>To delete region, only RegionID needs to be passed as an input JSON.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["region"],"query":[],"variable":[]}},"response":[],"_postman_id":"a05fd5fa-9848-474e-855f-8facc399e5f3"}],"id":"899621ab-1430-43b6-88ab-80d1c789eaee","description":"<p>Region can be viewed, added, updated, deleted by using these API’S</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d818a97f-9193-4de7-b8a6-58940d4f98d6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bc23da91-871b-462d-a563-cdd60c6f5172"}}],"_postman_id":"899621ab-1430-43b6-88ab-80d1c789eaee","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Document Category API","item":[{"name":"List Document Category","id":"0449a4d6-b836-4e21-851e-35f596bab347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"document-category","description":"<p>This will display all Document Category. All information about a Document Category will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"0449a4d6-b836-4e21-851e-35f596bab347"},{"name":"Get Document Category By DocumentCategoryID","id":"edeb4890-1c0a-4cf0-9a46-0d5fcc1e8c1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"document-category/1","description":"<p>This will display one Document Category at a time. DocumentCategoryID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["document-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"edeb4890-1c0a-4cf0-9a46-0d5fcc1e8c1f"},{"name":"Create Document Category","id":"a5355fca-a70d-4f75-af82-f194251adaa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"DocumentCategoryNameEN\": \"Demo Document EN\",\n    \"DocumentCategoryNameDE\": \"Demo Document DE\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"document-category","description":"<p>Document Category can be added in both English and German. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5355fca-a70d-4f75-af82-f194251adaa8"},{"name":"Update Document Category","id":"627fb358-89d0-466f-9c57-de1e9506bca8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"DocumentCategoryID\": 15,\n    \"DocumentCategoryNameEN\": \"Demo Update Document EN\",\n    \"DocumentCategoryNameDE\": \"Demo Update Document DE\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"document-category","description":"<p>DocumentCategoryID is required to update the Document Category. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"627fb358-89d0-466f-9c57-de1e9506bca8"},{"name":"Delete Document Category","id":"a3d63aa6-5a2b-4888-83a4-cf4b0664a575","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"DocumentCategoryID\": \"15\"\n}"},"url":"document-category","description":"<p>Only DocumentCategoryID needs to be send as a parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["document-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"a3d63aa6-5a2b-4888-83a4-cf4b0664a575"}],"id":"3ab25e03-3663-419d-8e60-9a35a5e335e2","description":"<p>This section of API's can be used to view, add, edit or delete Document Category.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"afe5c8be-6ad8-4af3-8f24-1674644232fc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0274ab01-5306-4618-ac2b-57e04bcfd777"}}],"_postman_id":"3ab25e03-3663-419d-8e60-9a35a5e335e2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Location API","item":[{"name":"List Location","id":"92f5b030-a231-4303-b3a4-04aa44db724c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"location","description":"<p>This will display all Location. All information about a Location will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["location"],"query":[],"variable":[]}},"response":[],"_postman_id":"92f5b030-a231-4303-b3a4-04aa44db724c"},{"name":"Get Location By LocationID","id":"c38a9038-e5be-4ed6-8d02-954e185de48a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"location/6","description":"<p>This will display one Location at a time. LocationID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["6"],"host":["location"],"query":[],"variable":[]}},"response":[],"_postman_id":"c38a9038-e5be-4ed6-8d02-954e185de48a"},{"name":"Create Location","id":"1c4efe69-977c-4859-bfc3-a26035039d89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"LocationName\": \"Demo add Location\",\n    \"OrganizationID\": \"\",\n    \"Street\": \"Street\",\n    \"Zip\": \"12345\",\n    \"City\": \"ahmedabad\",\n    \"CountryID\": \"\",\n    \"RegionID\": \"\",\n    \"Latitude\": \"\",\n    \"Longitude\": \"\",\n    \"Phone\": \"\",\n    \"Email\": \"demo@location.com\",\n    \"Website\": \"\",\n    \"ContactName\": \"John Doe\",\n    \"Rating\": \"\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"location","description":"<table>\n<tbody>\n<tr>\n<th>\n<p>Inputs</p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>LocationName</p>\n</td>\n<td>\n<p>Yes</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Name of Location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>From OrganizationAPI</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Street</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Street of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ZIP</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ZIP of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>City</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>City of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CountryID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>We can get CountryID from Country API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RegionID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>RegionID can be taken from RegionAPI</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Latitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Latitude of the location. If left blank, we will calculate it based on zip.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Longitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Longitude of the location. If left blank, we will calculate it based on zip.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Phone</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Contact number of Location. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Email</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Email of contact.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Website</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Website URL of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ContactName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Contact Person name of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Rating</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Rating of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ExternalID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>This is an externalID for your reference, if data is saved at other place also.</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["location"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c4efe69-977c-4859-bfc3-a26035039d89"},{"name":"Update Location","id":"4bece581-6065-4939-aeef-13db6e910109","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"LocationID\": 6,\n    \"LocationName\": \"Demo update Location\",\n    \"OrganizationID\": \"\",\n    \"Street\": \"Street\",\n    \"Zip\": \"12345\",\n    \"City\": \"ahmedabad\",\n    \"CountryID\": \"\",\n    \"RegionID\": \"\",\n    \"Latitude\": \"\",\n    \"Longitude\": \"\",\n    \"Phone\": \"\",\n    \"Email\": \"demo@location.com\",\n    \"Website\": \"\",\n    \"ContactName\": \"John Doe\",\n    \"Rating\": \"3\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"location","description":"<table>\n<tbody>\n<tr>\n<th>\n<p>Inputs</p>\n</th>\n<th>\n<p><strong>Is Required?</strong></p>\n</th>\n<th>\n<p><strong>Type</strong></p>\n</th>\n<th>\n<p><strong>Description</strong></p>\n</th>\n</tr>\n<tr>\n<td>\n<p>LocationName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Name of Location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>OrganizationID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>From OrganizationAPI</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Street</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Street of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ZIP</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>ZIP of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>City</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>City of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>CountryID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>We can get CountryID from Country API</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>RegionID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>RegionID can be taken from RegionAPI</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Latitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Latitude of the location. If left blank, we will calculate it based on zip.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Longitude</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Longitude of the location. If left blank, we will calculate it based on zip.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Phone</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>Integer</p>\n</td>\n<td>\n<p>Contact number of Location. Valid format: +49897987987 (Country code plus phone number, without any special characters)</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Email</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Email of contact.</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Website</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Website URL of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ContactName</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Contact Person name of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>Rating</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>Rating of the location</p>\n</td>\n</tr>\n<tr>\n<td>\n<p>ExternalID</p>\n</td>\n<td>\n<p>No</p>\n</td>\n<td>\n<p>String</p>\n</td>\n<td>\n<p>This is an externalID for your reference, if data is saved at other place also.</p>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["location"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bece581-6065-4939-aeef-13db6e910109"},{"name":"Delete Location","id":"1c024e3f-6dee-4e01-b5b3-fc4562cefd2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"LocationID\": \"6\"\n}"},"url":"location","description":"<p>Only LocationID needs to be send as a parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["location"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c024e3f-6dee-4e01-b5b3-fc4562cefd2a"}],"id":"184555f8-454c-49fa-a38a-38cd556ac022","description":"<p>This section of API's can be used to view, add, edit or delete Location.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c9f09c65-24be-4fdc-a255-98ae9d963ec2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"545f314c-80e3-4fc0-b089-318ffcc5a538"}}],"_postman_id":"184555f8-454c-49fa-a38a-38cd556ac022","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Seminar Category API","item":[{"name":"List Seminar Category","id":"52fb72e1-f525-4425-ac6c-de84e5105c5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"seminar-category","description":"<p>This will display all Seminar Category. All information about a Seminar Category will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"52fb72e1-f525-4425-ac6c-de84e5105c5f"},{"name":"Get Seminar Category By SeminarCategoryID","id":"c569471b-f3ac-4c70-a97a-988ce7db2a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"seminar-category/1","description":"<p>This will display one Seminar Category at a time. SeminarCategoryID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["seminar-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"c569471b-f3ac-4c70-a97a-988ce7db2a62"},{"name":"Create Seminar Category","id":"22b5d3a2-4e4e-419f-90b3-52ed6d911a8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"SeminarCategoryNameEN\": \"Demo add seminar category EN\",\n    \"SeminarCategoryNameDE\": \"Demo add seminar category DE\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"seminar-category","description":"<p>Seminar Category can be added in both English and German. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"22b5d3a2-4e4e-419f-90b3-52ed6d911a8a"},{"name":"Update Seminar Category","id":"7d9ea283-48b1-43d7-9d97-fa47e2fb3ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"SeminarCategoryID\": 9,\n    \"SeminarCategoryNameEN\": \"Demo update seminar category EN\",\n    \"SeminarCategoryNameDE\": \"Demo update seminar category DE\",\n    \"CostCenter\": \"test\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"seminar-category","description":"<p>SeminarCategoryID is required to update the Seminar Category. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d9ea283-48b1-43d7-9d97-fa47e2fb3ab6"},{"name":"Delete Seminar Category","id":"0bb94d9f-5d0e-43ae-92f3-b9bdaf6d85d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"SeminarCategoryID\": \"9\"\n}"},"url":"seminar-category","description":"<p>Only SeminarCategoryID needs to be send as a parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-category"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bb94d9f-5d0e-43ae-92f3-b9bdaf6d85d7"}],"id":"666e7175-139f-4c9c-95f5-b800dc0e1733","description":"<p>This section of API's can be used to view, add, edit or delete.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8687e162-449c-418a-ab96-ee3a30df12d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0ef269c3-0998-493a-9253-4de45e1ac502"}}],"_postman_id":"666e7175-139f-4c9c-95f5-b800dc0e1733","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Type of Expences API (Item API)","item":[{"name":"List Type of Expences","id":"785f7d49-0dd3-45af-b940-a1e88c4f6f3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"seminar-item","description":"<p>This will display all Type of Expences. All information about a Type of Expences will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-item"],"query":[],"variable":[]}},"response":[],"_postman_id":"785f7d49-0dd3-45af-b940-a1e88c4f6f3a"},{"name":"Get Type of Expences By ItemID","id":"7df86f05-63c3-46b6-89a2-fb383fccc703","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"seminar-item/1","description":"<p>This will display one Type of Expences at a time. ItemID is a required parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["1"],"host":["seminar-item"],"query":[],"variable":[]}},"response":[],"_postman_id":"7df86f05-63c3-46b6-89a2-fb383fccc703"},{"name":"Create Type of Expences","id":"21329c40-9133-45c1-a657-d3774ec1b6d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ItemNameEN\": \"Demo add item EN\",\n    \"ItemNameDE\": \"Demo add item DE\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"seminar-item","description":"<p>Type of Expence can be added in both English and German. ExternalID is an optional field. </p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-item"],"query":[],"variable":[]}},"response":[],"_postman_id":"21329c40-9133-45c1-a657-d3774ec1b6d1"},{"name":"Update Type of Expences","id":"eab83ba6-e16f-45a0-94e2-2c95428e193b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ItemID\": 1,\n    \"ItemNameEN\": \"Demo update item EN\",\n    \"ItemNameDE\": \"Demo update item DE\",\n    \"ExternalID\": \"DEMO01\"\n}"},"url":"seminar-item","description":"<p>ItemID is required to update the Type of Expences. Inputs can be send in below JSON format.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-item"],"query":[],"variable":[]}},"response":[],"_postman_id":"eab83ba6-e16f-45a0-94e2-2c95428e193b"},{"name":"Delete Type of Expences","id":"90e6d495-4585-4405-ba76-3a4a4c19cabe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ItemID\": \"1\"\n}"},"url":"seminar-item","description":"<p>Only ItemID needs to be send as a parameter for this API.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"host":["seminar-item"],"query":[],"variable":[]}},"response":[],"_postman_id":"90e6d495-4585-4405-ba76-3a4a4c19cabe"}],"id":"4a00156d-732d-4274-af63-187be79d82d9","description":"<p>This section of API's can be used to view, add, edit or delete.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f7e46217-14d5-4c82-90db-5143dad7f415"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9ab0a7dc-fdcc-46ef-aa13-ba79ec0cef97"}}],"_postman_id":"4a00156d-732d-4274-af63-187be79d82d9","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}},{"name":"Business Inteligence Apis","item":[{"name":"Contact","id":"d0d9e490-78df-4579-bce7-42b505dc5556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"bi/contact","description":"<p>This will display all contact. All information about a contact will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n    <tbody>\n        <tr>\n            <th>\n                <p>Response Parameter</p>\n            </th>\n            <th>\n                <p><strong>Description</strong></p>\n            </th>\n        </tr>\n        <tr>\n            <td>\n                <p>Contact ID</p>\n            </td>\n            <td>\n                <p>ID of a Contact</p>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                <p>First Name</p>\n            </td>\n            <td>\n                <p>First name of Customer</p>\n            </td>\n        </tr>\n               <tr>\n            <td>\n                <p>Last Name</p>\n            </td>\n            <td>\n                <p>Last name of Customer</p>\n            </td>\n        </tr>\n                <tr>\n            <td>\n                <p>Salutation</p>\n            </td>\n            <td>\n              <p>Salutaion of a customer like Mr. , Mrs. Dear etc</p>\n            </td>\n        </tr>\n               <tr>\n            <td>\n                <p>Position</p>\n            </td>\n            <td>\n                <p>Customer's business or job's designation</p>\n            </td>\n        </tr>\n               <tr>\n            <td>\n                <p>Department</p>\n            </td>\n            <td>\n                <p>Customer's business or job's department</p>\n            </td>\n        </tr>\n                 <tr>\n            <td>\n                <p>User ID</p>\n            </td>\n            <td>\n                <p>ID of a User</p>\n            </td>\n        </tr>\n                  <tr>\n            <td>\n                <p>Target Group</p>\n            </td>\n            <td>\n                <p>Target group of a user</p>\n            </td>\n        </tr>\n               <tr>\n            <td>\n                <p>External ID</p>\n            </td>\n            <td>\n                <p>External ID of a user</p>\n            </td>\n        </tr>\n                  <tr>\n            <td>\n                <p>Newsletter</p>\n            </td>\n            <td>\n                <p>Email subscription of a user</p>\n            </td>\n        </tr>\n\n   <tr>\n            <td>\n                <p>EMail</p>\n            </td>\n            <td>\n                <p>Email of a user</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Phone</p>\n            </td>\n            <td>\n                <p>Contact number of a user</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>OrganizationID</p>\n            </td>\n            <td>\n                <p>ID of a user's organization</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Organization Name</p>\n            </td>\n            <td>\n                <p>Name of a user's organization</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Organization Type ID</p>\n            </td>\n            <td>\n                <p>ID of Organization's Type</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Organization Type</p>\n            </td>\n            <td>\n                <p>Organization's Type</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Customer Number</p>\n            </td>\n            <td>\n                <p>User's customer number</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Paymentterms Name</p>\n            </td>\n            <td>\n                <p>Name of Payment Term</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>Paymentterms ID</p>\n            </td>\n            <td>\n                <p>ID of a Payment Terms</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>MainContact</p>\n            </td>\n            <td>\n                <p>Organization's Main contact</p>\n            </td>\n        </tr>\n<tr>\n            <td>\n                <p>Main Language</p>\n            </td>\n            <td>\n                <p>Main language of a user</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>IndustryID</p>\n            </td>\n            <td>\n                <p>Organization's Industry's ID</p>\n            </td>\n        </tr>\n\n<tr>\n            <td>\n                <p>IndustryName</p>\n            </td>\n            <td>\n                <p>Name of a Organization's industry's</p>\n            </td>\n        </tr>\n\n </tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["contact"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"d0d9e490-78df-4579-bce7-42b505dc5556"},{"name":"Seminar template","id":"f64f0a15-b7c5-4920-b3a0-548db9ce767b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"bi/seminar_template","description":"<p>This will display all Seminar template. All information about a Seminar template will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>SeminarID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>SeminarTitle</p>\n    </td>\n    <td>\n        <p>Title of a Seminar</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Seminar Max Participants</p>\n    </td>\n    <td>\n        <p>Maximum pariticipants of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Min Participants</p>\n    </td>\n    <td>\n        <p>Minimum pariticipants of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar PriceNet</p>\n    </td>\n    <td>\n        <p>Net price of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Category</p>\n    </td>\n    <td>\n        <p>Category of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar CategoryID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar Category</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar_template"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"f64f0a15-b7c5-4920-b3a0-548db9ce767b"},{"name":"Scheduled seminar","id":"7edb15c6-f98e-48e3-92eb-562270d73194","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"bi/scheduled_seminar","description":"<p>This will display all Scheduled seminar. All information about a Scheduled seminar will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>ScheduledSeminar ID</p>\n    </td>\n    <td>\n        <p>ID of a Scheduled Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>SeminarTitle</p>\n    </td>\n    <td>\n        <p>Title of a Seminar</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Seminar Category</p>\n    </td>\n    <td>\n        <p>Category of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar CategoryID</p>\n    </td>\n    <td>\n        <p>ID of as Seminar category</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>SeminarStatus</p>\n    </td>\n    <td>\n        <p>Status of a seminar e.g confirm,pending etc</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Total Confirmed Participants</p>\n    </td>\n    <td>\n        <p>Number of confirmed participants</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Utilization in %</p>\n    </td>\n    <td>\n        <p>Seminar Utilization in %</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Total Attended Participants</p>\n    </td>\n    <td>\n        <p>Total number of participants who attended seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Total Cancelled Participants</p>\n    </td>\n    <td>\n        <p>Total number of participants who cancelled seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Total Waiting Participants</p>\n    </td>\n    <td>\n        <p>Total number of participants who are in waiting for seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Begin Date</p>\n    </td>\n    <td>\n        <p>Seminar start date</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>End Date</p>\n    </td>\n    <td>\n        <p>Seminar End Date</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Duration In Days</p>\n    </td>\n    <td>\n        <p>Total days of seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Type</p>\n    </td>\n    <td>\n        <p>Type of a seminar e.g Web Based Training, Online etc.</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Type ID</p>\n    </td>\n    <td>\n        <p>ID of a seminar type</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Total Revenue Net</p>\n    </td>\n    <td>\n        <p>Net value of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Location</p>\n    </td>\n    <td>\n        <p>Location of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Room</p>\n    </td>\n    <td>\n        <p>Room of a seminar's Location</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar State</p>\n    </td>\n    <td>\n        <p>State of a seminar e.g Occured,On Going, Not Started etc.</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Participant Status</p>\n    </td>\n    <td>\n        <p>Status of a participants e.g MinNotMet,MinMet,MaxMet etc.</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["scheduled_seminar"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"7edb15c6-f98e-48e3-92eb-562270d73194"},{"name":"Seminar participants","id":"17b8b296-cd44-49b1-b2eb-094f1dc22887","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"bi/seminar_participants","description":"<p>This will display all Seminar participants. All information about a Seminar participants will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Seminar ID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Participant Contact ID</p>\n    </td>\n    <td>\n        <p>ID of Participant's contact's</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Participant ID</p>\n    </td>\n    <td>\n        <p>ID of a participant</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>First Name</p>\n    </td>\n    <td>\n        <p>First Name of a participant</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Last Name</p>\n    </td>\n    <td>\n        <p>Last name of a participant</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Title</p>\n    </td>\n    <td>\n        <p>Title of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Participant Company Name</p>\n    </td>\n    <td>\n        <p>Name of a participant's company</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Participant Company ID</p>\n    </td>\n    <td>\n        <p>ID of a participant company</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Status</p>\n    </td>\n    <td>\n        <p>Status of a registration of a participant</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar_participants"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"17b8b296-cd44-49b1-b2eb-094f1dc22887"},{"name":"Seminar trainer","id":"8cfffc37-82fc-4fb6-b9fc-d2d8eb168aa3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"bi/seminar_trainer","description":"<p>This will display all Seminar trainer. All information about a Seminar trainer will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Employee ID</p>\n    </td>\n    <td>\n        <p>ID of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>First Name</p>\n    </td>\n    <td>\n        <p>First name of a Trainer</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Last Name</p>\n    </td>\n    <td>\n        <p>Last name of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Department</p>\n    </td>\n    <td>\n        <p>Department of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Sector</p>\n    </td>\n    <td>\n        <p>Sector of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Contact Language</p>\n    </td>\n    <td>\n        <p>Contact language of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Teaching Language</p>\n    </td>\n    <td>\n        <p>Teaching Language of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Status</p>\n    </td>\n    <td>\n        <p>Trainer is Enabled or Disabled</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Trainer Black Listed</p>\n    </td>\n    <td>\n        <p>If trainer is black listed show yes else show no</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Trainer Profile Published On Website</p>\n    </td>\n    <td>\n        <p>Can we show Trainer profile on CMS or not</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Trainer Fees</p>\n    </td>\n    <td>\n        <p>Fees of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Trainer Tax Exempt</p>\n    </td>\n    <td>\n        <p>Is trainer exempt form any tax or not</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Travel Expense</p>\n    </td>\n    <td>\n        <p>Travel Expense of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Qualifications</p>\n    </td>\n    <td>\n        <p>Qualifications of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Experience</p>\n    </td>\n    <td>\n        <p>Experience of a Trainer</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Awards</p>\n    </td>\n    <td>\n        <p>Awards of a Trainer</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar_trainer"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cfffc37-82fc-4fb6-b9fc-d2d8eb168aa3"},{"name":"Organization details","id":"9cf58500-1bf1-4824-945d-8fe8e202f5e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"bi/organization-details","description":"<p>This will display all Organization details. All information about a Organization details will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Organization Name</p>\n    </td>\n    <td>\n        <p>Name of a Organization</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Organization Type</p>\n    </td>\n    <td>\n        <p>Type of a Organization</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Organization Type Id</p>\n    </td>\n    <td>\n        <p>Type ID of a Organization</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Customer Number</p>\n    </td>\n    <td>\n        <p>Customer number</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Main Contact</p>\n    </td>\n    <td>\n        <p>Main person name of a Organization</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Payment Terms ID</p>\n    </td>\n    <td>\n        <p>ID of a Payment Terms</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Payment Terms Name</p>\n    </td>\n    <td>\n        <p>Name of a payment Terms</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Industry ID</p>\n    </td>\n    <td>\n        <p>ID of a organizations's Industry</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Industry Name</p>\n    </td>\n    <td>\n        <p>Name of Organizations's Industry</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["organization-details"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"9cf58500-1bf1-4824-945d-8fe8e202f5e2"},{"name":"Seminar Actual Budget","id":"fe19cb4e-34cb-4615-9ac3-3604e40056a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/seminar-actual-budget","description":"<p>This will display all Seminar Actual Budget. All information about a Seminar Actual Budget will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Name</p>\n    </td>\n    <td>\n        <p>Name of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar ID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Begin Date</p>\n    </td>\n    <td>\n        <p>Seminar Begin Date</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>End Date</p>\n    </td>\n    <td>\n        <p>Seminar End Date</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Category</p>\n    </td>\n    <td>\n        <p>Category of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>RevenueCost</p>\n    </td>\n    <td>\n        <p>Total number of participants multiply by Event Price of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>SeminarCost</p>\n    </td>\n    <td>\n        <p>Its an array in which cost inforamtions is residing like Cost Category,Unit total etc.</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar-actual-budget"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"fe19cb4e-34cb-4615-9ac3-3604e40056a6"},{"name":"Trainer Request","id":"dfab1629-47b8-4281-933b-a313817a1fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/trainer-request","description":"<p>This will display all Trainer Request. All information about a Trainer Request will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Seminar ID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Title</p>\n    </td>\n    <td>\n        <p>Name of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>RequestType</p>\n    </td>\n    <td>\n        <p>Type of a Request like Planned Seminar or Seminar Template</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Suggested Price</p>\n    </td>\n    <td>\n        <p>Suggested Price</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ValidityofTrainerRequests</p>\n    </td>\n    <td>\n        <p>Last date of Trainer Request to process</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Trainers</p>\n    </td>\n    <td>\n        <p>Its an array in which trainer's inforamtions is residing like Trainer name,emailTrainer Request dates etc.</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["trainer-request"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfab1629-47b8-4281-933b-a313817a1fca"},{"name":"Seminar Registration","id":"ce82b1e2-8317-42d6-966f-be6a0e4ac593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/seminar-registration","description":"<p>This will display all Seminar Registration. All information about a Seminar Registration will appear in JSON format.</p>\n<p>No parameter is required for this API.</p>\n<h4>Response</h4>\n\n<table><tbody><tr><th><p>Response Parameter</p></th><th><p><b>Description</b></p></th></tr><tr><td><div><p>Seminar ID</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>ID of a Seminar</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>Seminar Name</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Name of a Seminar</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>Seminar Category</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Category of a Seminar</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>SeminarBeginDate</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Start Date of a Seminar</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>SeminarEndDate</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>End date of a Seminar</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>RegisteredBy</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>name of a person by whom seminar attendees have been stored in backend</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>RegisteredOn</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Date of attendees have been added in backend</p></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div><p>participants</p></div><div><div><div><div></div></div></div><div></div></div></td><td><div><p>Its an array in which participants details have been given like participant's name ,participant's email etc.</p></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar-registration"],"host":["bi"],"query":[],"variable":[]}},"response":[{"id":"624779dd-3c11-480b-9882-2a5a0b7339c3","name":"Seminar Registration","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/seminar-registration"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ce82b1e2-8317-42d6-966f-be6a0e4ac593"},{"name":"Seminar Series","id":"4f3faeab-fefe-440e-9288-c208297b63da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/seminar-series","description":"<p>This will display all Seminar Series. All information about a Seminar Series will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Name</p>\n    </td>\n    <td>\n        <p>Name of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Category Name</p>\n    </td>\n    <td>\n        <p>Category of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Cost Center</p>\n    </td>\n    <td>\n        <p>Cost centr of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Tax</p>\n    </td>\n    <td>\n        <p>Name of a Tax</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Revenue Account</p>\n    </td>\n    <td>\n        <p>Revenue Account name</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Prerequisite</p>\n    </td>\n    <td>\n        <p>Seminar series prerequisite data in html code</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Target Group</p>\n    </td>\n    <td>\n        <p>Target group of a seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Form of seminar</p>\n    </td>\n    <td>\n        <p>Seminar form type like Exclusive Course etc.</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Mandatory Seminar Level(n)</p>\n    </td>\n    <td>\n        <p>It is an array in which mandatory seminar name have been given</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Optional Seminar Level(n)</p>\n    </td>\n    <td>\n        <p>It is an array in which optional seminar name have been given</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["seminar-series"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f3faeab-fefe-440e-9288-c208297b63da"},{"name":"Budget VS Actual","id":"cfe29e0b-9b4d-418c-9320-39304b758fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/budget-vs-actual","description":"<p>This will display all Seminar budget vs actual cost. All information about a Seminar budget will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>SeminarID</p>\n    </td>\n    <td>\n        <p>ID of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>CategoryID</p>\n    </td>\n    <td>\n        <p>Category id of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>CategoryName</p>\n    </td>\n    <td>\n        <p>Name of a category</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Seminar Name</p>\n    </td>\n    <td>\n        <p>Name of a Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>SeminarStartDate</p>\n    </td>\n    <td>\n        <p>Start date of a seminar</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>SeminarEndDate</p>\n    </td>\n    <td>\n        <p>Seminar End date</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>PlannedAggregatedRevenue</p>\n    </td>\n    <td>\n        <p>Planned Price of Seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedRevenue</p>\n    </td>\n    <td>\n        <p>Planned Event Price multiply by Planned no of participants</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>PlannedAggregatedVariableCost</p>\n    </td>\n    <td>\n        <p>Planned Seminar's variable cost</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>PlannedAggregatedFixedCost</p>\n    </td>\n    <td>\n        <p>Fixed cost of Planned seminar</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedVariableCost</p>\n    </td>\n    <td>\n        <p>Seminar Template variable cost</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedFixedCost</p>\n    </td>\n    <td>\n        <p>Seminar Template fix cost cost</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedProfit</p>\n    </td>\n    <td>\n        <p>Seminar Template Profit</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>PlannedAggregatedProfit</p>\n    </td>\n    <td>\n        <p>Planned seminar profit</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["budget-vs-actual"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"cfe29e0b-9b4d-418c-9320-39304b758fc6"},{"name":"Booked E Learning","id":"8bd25bc3-5f21-4d76-8275-ca1aa6fcfbf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/booked-elearning","description":"<p>This will display all Booked E-learning. All information about a Booked E Learning will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>Score</p>\n    </td>\n    <td>\n        <p>Score of a participant</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>E-Learning Title</p>\n    </td>\n    <td>\n        <p>Title of a E-learning</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>E-Learning Category</p>\n    </td>\n    <td>\n        <p>Name of a E-Learning category</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ELearningStatus</p>\n    </td>\n    <td>\n        <p>Status of a E-Learning</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Cost Center</p>\n    </td>\n    <td>\n        <p>Cost centre of a E-learning</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>Author</p>\n    </td>\n    <td>\n        <p>Author of a E-learning</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ELearningIntroductoryVideo</p>\n    </td>\n    <td>\n        <p>Is there a E-learning video file or not</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedRevenue</p>\n    </td>\n    <td>\n        <p>Planned Event Price multiply by Planned no of participants</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>E-Learning Price</p>\n    </td>\n    <td>\n        <p>Price of a E-Learning</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Offset Account</p>\n    </td>\n    <td>\n        <p>Offset Account of E-learning</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>ActualAggregatedVariableCost</p>\n    </td>\n    <td>\n        <p>Seminar Template variable cost</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Duration</p>\n    </td>\n    <td>\n        <p>Duration of a course in a Minutes</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Role</p>\n    </td>\n    <td>\n        <p>Its an object containing of Role names</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>TargetGroup</p>\n    </td>\n    <td>\n        <p>Its an object. It may have multiple target group</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Participants</p>\n    </td>\n    <td>\n        <p>Its an object contains multiple participants information</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["booked-elearning"],"host":["bi"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bd25bc3-5f21-4d76-8275-ca1aa6fcfbf9"},{"name":"Invoice","id":"34850b3a-958c-439a-8156-873fe2db4c2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"bi/invoice","description":"<p>This will display all Booked E-learning. All information about a Booked E Learning will appear in JSON format. </p>\n<p>No parameter is required for this API.</p>\n<h4> Response </h4>\n<table>\n<tbody>\n<tr>\n    <th>\n        <p>Response Parameter</p>\n    </th>\n    <th>\n        <p><strong>Description</strong></p>\n    </th>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceNumber</p>\n    </td>\n    <td>\n        <p>Invoice Number</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceID</p>\n    </td>\n    <td>\n        <p>ID of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceCompany</p>\n    </td>\n    <td>\n        <p>Organization name of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceTitle</p>\n    </td>\n    <td>\n        <p>Title of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceContact</p>\n    </td>\n    <td>\n        <p>Contact person name of Invoice</p>\n    </td>\n</tr>\n\n<tr>\n    <td>\n        <p>InvoiceAddressStreet</p>\n    </td>\n    <td>\n        <p>Strret addree of invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceAddressZip</p>\n    </td>\n    <td>\n        <p>Zip code of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceAddressCity</p>\n    </td>\n    <td>\n        <p>City of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceAddressCountry</p>\n    </td>\n    <td>\n        <p>Country name of  a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceDate</p>\n    </td>\n    <td>\n        <p>Date of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceCreatedDate</p>\n    </td>\n    <td>\n        <p>Date of Invoice while creating</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceStatus</p>\n    </td>\n    <td>\n        <p>Status of a Invoice</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>Role</p>\n    </td>\n    <td>\n        <p>Its an object containing of Role names</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>OrganizationID</p>\n    </td>\n    <td>\n        <p>Id of a organization</p>\n    </td>\n</tr>\n<tr>\n    <td>\n        <p>InvoiceItem</p>\n    </td>\n    <td>\n        <p>Its an object contains multiple items of a Invoice</p>\n    </td>\n</tr>\n</tbody>\n</table>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}},"urlObject":{"path":["invoice"],"host":["bi"],"query":[],"variable":[]}},"response":[{"id":"cea02271-d284-4dfa-a8e9-4f2215ebb210","name":"Invoice","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"bi/invoice?limit=11","host":["bi"],"path":["invoice"],"query":[{"key":"limit","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 01 Jul 2024 12:17:02 GMT"},{"key":"Set-Cookie","value":"laravel_token=eyJpdiI6IjV1U1ZzNzk2L05xZXA3ekZFZlJMdnc9PSIsInZhbHVlIjoiZ3ZDQ3V1YS9oRUJUOVlWL2tBbnlNQi9CcXRvWXAvaXp3V0ZBby85S1V6aEhZM1dlSkV3OG1NNWV3dHdzaDN4SGx3RlN3WlZENXVFREJlM1lLTDZwbjdLaEN5UDVBN1l1cHEzYmZpQWdmYy9tNUc3b3UzUzBaODk2bGZLOWJwVXU2bFJOZGVUTG9HWGYwaWg2RGZiYlhXTGRTOUZSOG9Sa0xuUDBLT0hWUE16RVRFTndMa2lxUXJQbDVtQXhjOW8zUzUybmE3ZkwrUnp5bDVIZHpRSy9FcU8xSVJKemYya2pXQVRXWHBJcWFLa2FJbzJES1gyVkhydVJrSUptODVOZyIsIm1hYyI6IjJiNjgwY2VjMjRmMmE3NDhkNWI3MzA5MmZkMzc2ZWE5OThmYWZhMTdjODg0NjMwODViYzkxMjZiNGE1MzE1MDgifQ%3D%3D; expires=Mon, 01-Jul-2024 14:17:02 GMT; Max-Age=7200; path=/; httponly"},{"key":"Set-Cookie","value":"XSRF-TOKEN=eyJpdiI6IkZuc1lNTFNIa2l1c1dzYjFmak9lOXc9PSIsInZhbHVlIjoiamRRYXlIa1l1aGwrNnVtVFVVZ0l0emZMVUhiR2NmVlFzQ1RuTGRXVGJEdVVPc3dOSkFXOWMzN0RoY21uenQzbSIsIm1hYyI6IjRlODQ0MWY3ZTY5YjQ5ZTQzNTQ3NTc4MmY1MjY3OGQyMmE1MTQwNzc5YzA1ZDBhMjA0OGM1OGIwM2ViNmU3MzQifQ%3D%3D; expires=Mon, 01-Jul-2024 14:17:02 GMT; Max-Age=7200; path=/"},{"key":"Set-Cookie","value":"laravel_session=eyJpdiI6IlFoaDdBdHErNkRKeTVUQmFPL1JtQkE9PSIsInZhbHVlIjoiajJoR1k5dXREcTNGc0RkVXJlQzNoUGczdks0TFlmajNHeERsWVdrZEZCcmZpa3pQYm9ldCs5SVFuWFpKMU5WNiIsIm1hYyI6IjRkODQ1N2Q0YWY3ZWNiMGFiNWMzMzgzMTg2Njc4YTllNzM3YzRjM2QzMmY3YTY0ZjM1YTAxODcwOTI0MTUwZTgifQ%3D%3D; expires=Mon, 01-Jul-2024 14:17:02 GMT; Max-Age=7200; path=/; httponly"},{"key":"X-Frame-Options","value":"ALLOW-FROM stage-simplyorg-tenant.de"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Referrer-Policy","value":"origin"},{"key":"X-Robots-Tag","value":"noindex, nofollow, nosnippet, noarchive"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"InvoiceNumber\": \"2023-00001\",\n            \"InvoiceID\": 17,\n            \"InvoiceCompany\": \"Infraserv\",\n            \"InvoiceTitle\": \" Online Rechnung\",\n            \"InvoiceContact\": \"Thomas Vernaleken\",\n            \"InvoiceAddressStreet\": \"eee\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"05.12.2023\",\n            \"InvoiceCreatedDate\": \"05.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 1,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 400,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 400,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-03-29\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-03-29\",\n                    \"InvoiceItemSeminarID\": 2,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 2\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00002\",\n            \"InvoiceID\": 30,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \" Online Rechnung\",\n            \"InvoiceContact\": \"Thomas Vernaleken\",\n            \"InvoiceAddressStreet\": \"eee\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"05.12.2023\",\n            \"InvoiceCreatedDate\": \"05.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 4,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 400,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 400,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-04-06\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-04-06\",\n                    \"InvoiceItemSeminarID\": 20,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 20\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00003\",\n            \"InvoiceID\": 47,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \" Online Rechnung\",\n            \"InvoiceContact\": \"Thomas Vernaleken\",\n            \"InvoiceAddressStreet\": \"eee\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"05.12.2023\",\n            \"InvoiceCreatedDate\": \"05.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 5,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 400,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 400,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-05-08\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-05-08\",\n                    \"InvoiceItemSeminarID\": 27,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 27\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00004\",\n            \"InvoiceID\": 49,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \" Online Rechnung\",\n            \"InvoiceContact\": \"Thomas Vernaleken\",\n            \"InvoiceAddressStreet\": \"eee\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"05.12.2023\",\n            \"InvoiceCreatedDate\": \"05.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 6,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 500,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 500,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-06-14\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-06-14\",\n                    \"InvoiceItemSeminarID\": 29,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 29\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00005\",\n            \"InvoiceID\": 61,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \" Online Rechnung\",\n            \"InvoiceContact\": \"Thomas Vernaleken\",\n            \"InvoiceAddressStreet\": \"eee\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"05.12.2023\",\n            \"InvoiceCreatedDate\": \"05.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 9,\n                    \"InvoiceItemDescription\": \"asdsad\",\n                    \"InvoiceItemUnitPrice\": 655,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 655,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-05-02\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-05-03\",\n                    \"InvoiceItemSeminarID\": 31,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 31\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00006\",\n            \"InvoiceID\": 166,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \"infraserv Online Rechnung\",\n            \"InvoiceContact\": \"Anik Mansuri\",\n            \"InvoiceAddressStreet\": \"test\",\n            \"InvoiceAddressZip\": \"12122\",\n            \"InvoiceAddressCity\": \"city\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"18.12.2023\",\n            \"InvoiceCreatedDate\": \"18.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 19,\n                    \"InvoiceItemDescription\": \"Overview\",\n                    \"InvoiceItemUnitPrice\": 25,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 25,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Educational training\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-12-01\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-12-02\",\n                    \"InvoiceItemSeminarID\": 67,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 67\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00007\",\n            \"InvoiceID\": 168,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \"infraserv Online Rechnung\",\n            \"InvoiceContact\": \"Anik Mansuri\",\n            \"InvoiceAddressStreet\": \"test\",\n            \"InvoiceAddressZip\": \"12122\",\n            \"InvoiceAddressCity\": \"city\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"21.12.2023\",\n            \"InvoiceCreatedDate\": \"21.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 20,\n                    \"InvoiceItemDescription\": \"Overview\",\n                    \"InvoiceItemUnitPrice\": 25,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 25,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Educational training\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-12-01\",\n                    \"InvoiceItemSeminarEndDate\": \"2023-12-02\",\n                    \"InvoiceItemSeminarID\": 67,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 67\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00008\",\n            \"InvoiceID\": 171,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \"infraserv Online invoice\",\n            \"InvoiceContact\": \"Anik Mansuri\",\n            \"InvoiceAddressStreet\": \"test\",\n            \"InvoiceAddressZip\": \"12122\",\n            \"InvoiceAddressCity\": \"city\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"21.12.2023\",\n            \"InvoiceCreatedDate\": \"21.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-qualifications\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 60,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 12,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 12,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemType\": \"planned-qualifications\",\n                    \"InvoiceItemTypeID\": 3\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00009\",\n            \"InvoiceID\": 173,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \"infraserv Online Rechnung\",\n            \"InvoiceContact\": \"Anik Mansuri\",\n            \"InvoiceAddressStreet\": \"test\",\n            \"InvoiceAddressZip\": \"12122\",\n            \"InvoiceAddressCity\": \"city\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"25.12.2023\",\n            \"InvoiceCreatedDate\": \"25.12.2023\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"e-learning\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 61,\n                    \"InvoiceItemDescription\": \"\",\n                    \"InvoiceItemUnitPrice\": 222,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 222,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Health\",\n                    \"InvoiceItemSeminarBeginDate\": \"\",\n                    \"InvoiceItemSeminarEndDate\": \"\",\n                    \"InvoiceItemSeminarID\": \"\",\n                    \"InvoiceItemType\": \"e-learning\",\n                    \"InvoiceItemTypeID\": 2\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00010\",\n            \"InvoiceID\": 174,\n            \"InvoiceCompany\": \"\",\n            \"InvoiceTitle\": \"infraserv Online Rechnung\",\n            \"InvoiceContact\": \"Anik Mansuri\",\n            \"InvoiceAddressStreet\": \"test\",\n            \"InvoiceAddressZip\": \"12122\",\n            \"InvoiceAddressCity\": \"city\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"17.01.2024\",\n            \"InvoiceCreatedDate\": \"17.01.2024\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": \"\",\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 62,\n                    \"InvoiceItemDescription\": \"\\r\\n\\tGesetzlicher HIntergrund\\r\\n\\tDefinition\\r\\n\\tIhre Wünsche\\r\\n\",\n                    \"InvoiceItemUnitPrice\": 500,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 500,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"\",\n                    \"InvoiceItemSeminarCategoryName\": \"Nature\",\n                    \"InvoiceItemSeminarBeginDate\": \"2023-08-21\",\n                    \"InvoiceItemSeminarEndDate\": \"2024-08-21\",\n                    \"InvoiceItemSeminarID\": 60,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 60\n                }\n            ]\n        },\n        {\n            \"InvoiceNumber\": \"2023-00011\",\n            \"InvoiceID\": 274,\n            \"InvoiceCompany\": \"Infraserv GmbH & Co. Höchst KG\",\n            \"InvoiceTitle\": \"Gabelstaplerschulung - Seminarteilnahme am 23.01.2024\",\n            \"InvoiceContact\": \"Stefan Berends\",\n            \"InvoiceAddressStreet\": \"Industriepark Frankfurt-Höchst\",\n            \"InvoiceAddressZip\": \"65926\",\n            \"InvoiceAddressCity\": \"Frankfurt\",\n            \"InvoiceAddressCountry\": \"Germany\",\n            \"InvoiceDate\": \"01.07.2024\",\n            \"InvoiceCreatedDate\": \"01.07.2024\",\n            \"InvoiceStatus\": \"sent\",\n            \"OrganizationID\": null,\n            \"InvoiceType\": \"planned-event\",\n            \"InvoiceItem\": [\n                {\n                    \"InvoiceItemID\": 90,\n                    \"InvoiceItemDescription\": \"inkl. Praxis\",\n                    \"InvoiceItemUnitPrice\": 655,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 655,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"Invoice\",\n                    \"InvoiceItemSeminarCategoryName\": \"Safety\",\n                    \"InvoiceItemSeminarBeginDate\": \"2024-01-23\",\n                    \"InvoiceItemSeminarEndDate\": \"2024-01-23\",\n                    \"InvoiceItemSeminarID\": 85,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 85\n                },\n                {\n                    \"InvoiceItemID\": 198,\n                    \"InvoiceItemDescription\": \"Der Fokus liegt auf Ihrer beruflichen Situation und Ihren beruflichen Zielen. Unser homestudies Business Englisch B1 Kurs beinhaltet zum Beispiel:\\n\\n                                \\n                                    Training der mündlichen Kommunikation für Meetings.\\n                                    das Üben von kleinen Präsentationen.\\n                                    das Schreiben von Texten (Protokolle, Geschäftsbriefe, E-Mails, etc.).\\n                                    Tipps für selbstsicheres Auftreten in der englischsprachigen Geschäftswelt.\\n                                    Alles, was Sie sonst noch lernen möchten.\",\n                    \"InvoiceItemUnitPrice\": 100,\n                    \"InvoiceItemDiscountPercentage\": 0,\n                    \"InvoiceItemDiscountValue\": 0,\n                    \"InvoiceItemAmount\": 100,\n                    \"InvoiceItemTaxInPercentage\": 19,\n                    \"InvoiceItemFooterPaymentTermsName\": \"Invoice\",\n                    \"InvoiceItemSeminarCategoryName\": \"Language\",\n                    \"InvoiceItemSeminarBeginDate\": \"2026-03-13\",\n                    \"InvoiceItemSeminarEndDate\": \"2026-03-16\",\n                    \"InvoiceItemSeminarID\": 1,\n                    \"InvoiceItemType\": \"planned-event\",\n                    \"InvoiceItemTypeID\": 1\n                }\n            ]\n        }\n    ],\n    \"first_page_url\": \"https://infraserv-admin.stage-simplyorg-tenant.de/en/api/v3/bi/invoice?limit=11&page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"https://infraserv-admin.stage-simplyorg-tenant.de/en/api/v3/bi/invoice?limit=11&page=2\",\n    \"next_page_url\": \"https://infraserv-admin.stage-simplyorg-tenant.de/en/api/v3/bi/invoice?limit=11&page=2\",\n    \"path\": \"https://infraserv-admin.stage-simplyorg-tenant.de/en/api/v3/bi/invoice\",\n    \"per_page\": \"11\",\n    \"prev_page_url\": null,\n    \"to\": 11,\n    \"total\": 12\n}"}],"_postman_id":"34850b3a-958c-439a-8156-873fe2db4c2f"}],"id":"ed7395fc-5b0f-4ade-8e6a-6edc9cfc3196","description":"<p>This section has Business Inteligence APIs.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6927029f-ea01-4ec6-8f87-8197e8a16310"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1405441d-10a6-4da3-ba47-d6a6d49feeab"}}],"_postman_id":"ed7395fc-5b0f-4ade-8e6a-6edc9cfc3196","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","id":"46b3badf-4884-44bc-bc16-b2ecc096d00d","name":"APIs V3 - Live","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]}},"event":[{"listen":"prerequest","script":{"id":"74cec9b4-1e60-4209-8661-99364f0974da","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d80d6c1b-168c-4363-9fe4-646321bea77e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"base_url","value":""}]}