{"info":{"_postman_id":"ff2ebaa8-1753-471e-b23b-3d21c0763df7","name":"Tazman API Documentation","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"15160070","collectionId":"ff2ebaa8-1753-471e-b23b-3d21c0763df7","publishedId":"2sA3kPoPtZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-14T20:30:01.000Z"},"item":[{"name":"Clients","item":[{"name":"Clients","id":"528d158a-5d05-4071-b7b9-06caffb85afa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://tazman.co.il/manager-api/external/clients?filter[phone]=0545123123","urlObject":{"protocol":"https","path":["manager-api","external","clients"],"host":["tazman","co","il"],"query":[{"disabled":true,"key":"filter[id_num]","value":"321321321"},{"disabled":true,"key":"filter[email]","value":"test@tazman.co.il"},{"key":"filter[phone]","value":"0545123123"}],"variable":[]}},"response":[],"_postman_id":"528d158a-5d05-4071-b7b9-06caffb85afa"},{"name":"Client","id":"b9dd3990-9a5f-4c80-9d01-4eee39668aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://tazman.co.il/manager-api/external/clients/3?filter[client_id]=12345&filter[email]&filter[id_num]&filter[phone]","urlObject":{"protocol":"https","path":["manager-api","external","clients","3"],"host":["tazman","co","il"],"query":[{"key":"filter[client_id]","value":"12345"},{"key":"filter[email]","value":null},{"key":"filter[id_num]","value":null},{"key":"filter[phone]","value":null}],"variable":[]}},"response":[],"_postman_id":"b9dd3990-9a5f-4c80-9d01-4eee39668aee"},{"name":"Save client","id":"09db5691-7672-421a-87c0-58ceeddd1d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name_f\": \"John\",\n    \"name_s\": \"Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"phone\": \"0545123123\",\n    \"phone2\": \"0545123124\",\n    \"parent_client_id\": 123,\n    \"location_id\": 5,\n    \"state_id\": 10,\n    \"fax\": \"0545123125\",\n    \"add_sms_phone1\": \"0545123126\",\n    \"add_sms_phone2\": \"0545123127\",\n    \"birthday\": \"1980-01-01\",\n    \"sex\": \"male\",\n    \"id_num\": \"321321321\",\n    \"city_other\": \"Other City\",\n    \"index\": \"3125501\",\n    \"address\": \"Street 5\",\n    \"password\": \"securePassword123\",\n    \"comment\": \"This is a sample comment.\",\n    \"ext_acc_id\": 1001,\n    \"tags\": [\n        {\n            \"tag_id\": 1,\n            \"tag_value\": true\n        },\n        {\n            \"tag_id\": 2,\n            \"tag_value\": false\n        }\n    ],\n    \"additional_fields\": [\n        {\n            \"field_id\": 1,\n            \"field_value\": \"Additional Value 1\"\n        },\n        {\n            \"field_id\": 2,\n            \"field_value\": \"Additional Value 2\"\n        }\n    ],\n    \"invoice_id_num\": \"INV123456\",\n    \"invoice_name\": \"John Doe Invoice\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/clients","urlObject":{"protocol":"https","path":["manager-api","external","clients"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"09db5691-7672-421a-87c0-58ceeddd1d79"},{"name":"Add comment to Communication","id":"7e49ff7d-f2b2-45c3-bd48-ccd6076f81be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": 1285797,\n    \"comment\": \"First line\\nSecond line\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/comments","urlObject":{"protocol":"https","path":["manager-api","external","comments"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"7e49ff7d-f2b2-45c3-bd48-ccd6076f81be"},{"name":"Update client","id":"4bcc1b04-9927-4730-9dc1-ef9afef57e2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": 1590932,\n    \"find_by\": \"phone\",\n    \"parent_client_id\": 123,\n    \"client_status_id\": 2,\n    \"location_id\": 5,\n    \"state_id\": 10,\n    \"name_f\": \"John2\",\n    \"name_s\": \"Doe\",\n    \"email\": \"john.doe@example.com\",\n    \"phone\": \"+1234567890\",\n    \"phone2\": \"+0987654321\",\n    \"fax\": \"+1111111111\",\n    \"add_sms_phone1\": \"+1222333444\",\n    \"add_sms_phone2\": \"+1444333222\",\n    \"birthday\": \"1980-01-01\",\n    \"sex\": \"male\",\n    \"id_num\": \"313949463\",\n    \"city_other\": \"Other City\",\n    \"index\": \"12345678\",\n    \"address\": \"123 Main St, Anytown\",\n    \"password\": \"securePassword123\",\n    \"comment\": \"This is a sample comment.\",\n    \"deal_number\": \"DN12345\",\n    \"facebook_id\": \"FB123456\",\n    \"facebook_token\": \"FBToken123456\",\n    \"color\": \"#FFFFFF\",\n    \"background_color\": \"#000000\",\n    \"daily_limit_desc\": null,\n    \"weekly_limit_desc\": null,\n    \"monthly_limit_desc\": null,\n    \"yearly_limit_desc\": null,\n    \"agreed_to_terms\": true,\n    \"auth_token\": \"auth1\",\n    \"insurance_end_date\": \"2023-12-31\",\n    \"ext_acc_id\": 1001,\n    \"tags\": [\n        {\n            \"tag_id\": 1,\n            \"tag_value\": true\n        },\n        {\n            \"tag_id\": 2,\n            \"tag_value\": false\n        }\n    ],\n    \"additional_fields\": [\n        {\n            \"field_id\": 1,\n            \"field_value\": \"Additional Value 1\"\n        },\n        {\n            \"field_id\": 2,\n            \"field_value\": \"Additional Value 2\"\n        }\n    ],\n    \"invoice_id_num\": \"INV123456\",\n    \"invoice_name\": \"John Doe Invoice\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/clients","urlObject":{"protocol":"https","path":["manager-api","external","clients"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bcc1b04-9927-4730-9dc1-ef9afef57e2c"},{"name":"Custom formlink","id":"442383a3-6426-41d6-87f2-d174b5b21252","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": \"1285797\",\n    \"form_id\": \"123\",\n    \"identity_check\": false\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/manager-api/external/client/formlink","urlObject":{"path":["manager-api","external","client","formlink"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"442383a3-6426-41d6-87f2-d174b5b21252"}],"id":"40a3e096-fd3e-440c-8c0e-6c211191fef9","_postman_id":"40a3e096-fd3e-440c-8c0e-6c211191fef9","description":""},{"name":"Courses","item":[{"name":"Remove permanent client from course","id":"a939e4fe-f5ca-4233-9ff5-7f5ef146125c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    /*applicable only for clients registered permanently on the course*/\n    \"client_id\": 12345,\n    \"course_id\": 67890,\n    \"end_date\": \"2026-06-27\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/courses/registration/change-end-date","urlObject":{"protocol":"https","path":["manager-api","external","courses","registration","change-end-date"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"a939e4fe-f5ca-4233-9ff5-7f5ef146125c"}],"id":"16fb7f42-f211-4d7b-a9e9-ba02968350ae","_postman_id":"16fb7f42-f211-4d7b-a9e9-ba02968350ae","description":""},{"name":"Meetings","item":[{"name":"Schedule","id":"b2090096-4e9c-4dbd-b47a-e5358247bd1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"from_date\": \"2024-06-01 00:00:00\",\n    \"to_date\": \"2024-06-30 00:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/meetings","urlObject":{"protocol":"https","path":["manager-api","external","meetings"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2090096-4e9c-4dbd-b47a-e5358247bd1e"},{"name":"Meeting Clients","id":"d76f6560-fa7b-49a6-9fe9-faa3e2563633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://tazman.co.il/manager-api/external/meetings/982/clients","urlObject":{"protocol":"https","path":["manager-api","external","meetings","982","clients"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"d76f6560-fa7b-49a6-9fe9-faa3e2563633"},{"name":"Book","id":"b9a773cc-4377-4ab3-9940-3fdc24f5bc5a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schedule_id\": 878,\n    \"client_id\": 67\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/meetings/book","urlObject":{"protocol":"https","path":["manager-api","external","meetings","book"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"b9a773cc-4377-4ab3-9940-3fdc24f5bc5a"},{"name":"Cancel","id":"f5bd382c-ccb3-4f17-af89-88cfce697794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"schedule_id\": 878,\n    \"client_id\": 67,\n    \"ignore_time_restriction\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/meetings/cancel","urlObject":{"protocol":"https","path":["manager-api","external","meetings","cancel"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5bd382c-ccb3-4f17-af89-88cfce697794"},{"name":"Meeting Create","id":"3d25f10d-a697-440d-b783-d31459b7c97f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"course_id\": 72679,\n    \"date\": \"2024-06-07\",\n    \"start_time\": \"08:00\",\n    \"end_time\": \"09:00\",\n    \"cperson_id\": 9946\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/meetings","urlObject":{"protocol":"https","path":["manager-api","external","meetings"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d25f10d-a697-440d-b783-d31459b7c97f"},{"name":"Meeting Update","id":"d8767c4a-aecd-450e-8f87-b4421eed6d97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2024-06-06\",\n    \"start_time\": \"08:10\",\n    \"end_time\": \"09:00\",\n    \"cperson_id\": 9946\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/meetings/13540404","urlObject":{"protocol":"https","path":["manager-api","external","meetings","13540404"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8767c4a-aecd-450e-8f87-b4421eed6d97"}],"id":"fd7b51f2-f1a1-42d1-9759-7cb3cfd3ca9e","_postman_id":"fd7b51f2-f1a1-42d1-9759-7cb3cfd3ca9e","description":""},{"name":"Payments","item":[{"name":"Client Active Payments","id":"5c3f8113-f8f9-4e2e-b6aa-1d80478e0b9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"client_id\": 1285797\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/payments/active","urlObject":{"protocol":"https","path":["manager-api","external","payments","active"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"5c3f8113-f8f9-4e2e-b6aa-1d80478e0b9d"},{"name":"Payment change-end-date","id":"45a689bc-f68f-403d-8231-74b119e70f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"id\": 2578892,    /*payment id*/\n  \"end_date\": \"2026-05-25\"\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/payments/change-end-date","urlObject":{"protocol":"https","path":["manager-api","external","payments","change-end-date"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"45a689bc-f68f-403d-8231-74b119e70f9d"},{"name":"Create payment request - Simple","id":"3e1f3dcd-d14b-4219-ae24-77ad99ca2a2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"client_id\": 123,\n  \"payment_type\": \"default\",\n  \"data\": [\n    {\n      \"payment_title\": \"Test payment\",\n      \"payment_template_id\": 9653,\n      \"price\": 100,\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/manager-api/external/payment-requests","urlObject":{"path":["manager-api","external","payment-requests"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3e1f3dcd-d14b-4219-ae24-77ad99ca2a2a"},{"name":"Create payment request - Simple with discount","id":"7fcbb469-8c34-4e4f-9653-f37921d4e7f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{auth_secret_0yvv}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"client_id\": 123,\n  \"payment_type\": \"default\",\n  \"discount_type\": \"sum\", /* possible values: sum/percent */\n  \"discount_value\": 50,\n  \"data\": [\n    {\n      \"payment_title\": \"Test payment\",\n      \"payment_template_id\": 9653,\n      \"price\": 100,\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/manager-api/external/payment-requests","urlObject":{"path":["manager-api","external","payment-requests"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7fcbb469-8c34-4e4f-9653-f37921d4e7f6"},{"name":"Create payment request - Direct Debiting","id":"ea7a1232-b5b0-4752-bcc4-003f8113cf5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"client_id\": 123,\n  \"payment_type\": \"dd_1\",\n  \"dd_first_payment_date\": \"2026-03-20\",\n  \"dd_first_payment_sum\": 40,\n  \"dd_second_payment_date\": \"2026-04-20\",\n  \"dd_next_payments_sum\": 50,\n  \"dd_num_payments\": 3,\n  \"data\": [\n    {\n      \"payment_title\": \"Monthly plan\",\n      \"payment_template_id\": 9653,\n      \"price\": 140,\n      \"quantity\": 1\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURL}}/manager-api/external/payment-requests","urlObject":{"path":["manager-api","external","payment-requests"],"host":["{{baseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea7a1232-b5b0-4752-bcc4-003f8113cf5e"}],"id":"4f2abaa4-4bfb-46ce-bfa4-cfeba9a82e8f","_postman_id":"4f2abaa4-4bfb-46ce-bfa4-cfeba9a82e8f","description":""},{"name":"Direct Debiting","item":[{"name":"Get list - Basic filter","id":"5798bafe-5f30-403d-9749-bab99f064372","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"page\": 1,\r\n  \"items_on_page\": 25,  /*maximum 100*/\r\n  \"sort_column_name\": \"created_at\",\r\n  \"sort_column_dir\": \"desc\",\r\n  \"filter\": {\r\n            \"client_id\": [1553256,1239962], /*optional, array of client ids*/\r\n            \"status\": \"active\" /*optional, possible values: active, closed, paused*/\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/dd","urlObject":{"protocol":"https","path":["manager-api","external","dd"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"5798bafe-5f30-403d-9749-bab99f064372"},{"name":"Change status","id":"996928b0-a674-4fff-81ff-d86f2b56505c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    /*status can be changed only for active or paused direct debiting*/\r\n    \"id\": 1431676, /*direct debiting id*/\r\n    \"status\": \"canceled\" /*optional, possible values: active, closed, paused, canceled.*/\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/dd/change-status","urlObject":{"protocol":"https","path":["manager-api","external","dd","change-status"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"996928b0-a674-4fff-81ff-d86f2b56505c"}],"id":"7f5a8a7d-41e9-4ba4-b3e8-0f8eecab76d5","_postman_id":"7f5a8a7d-41e9-4ba4-b3e8-0f8eecab76d5","description":""},{"name":"Tasks","item":[{"name":"Get tasks list","id":"431d9506-7a10-4a12-a317-f5b6dcad8c78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\r\n    \"client_id\": 1285797,\r\n    \"from_date\": \"2026-01-01\",\r\n    \"to_date\": \"2026-07-08\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/tasks","urlObject":{"protocol":"https","path":["manager-api","external","tasks"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"431d9506-7a10-4a12-a317-f5b6dcad8c78"},{"name":"Create new task","id":"e8eab21a-2d82-48fa-ba55-93c5598c002c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"client_id\": 1285797,\r\n  \"date\": \"2026-07-08\",\r\n  \"time\": \"10:00\",\r\n  \"contact_person_id\": 9659,\r\n  \"task\": \"New task text\",\r\n  \"done\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/tasks","urlObject":{"protocol":"https","path":["manager-api","external","tasks"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"e8eab21a-2d82-48fa-ba55-93c5598c002c"},{"name":"Update task","id":"d4af2f67-6257-4db8-9a3f-e0b983d75759","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"task_id\": 157087,\r\n  \"client_id\": 1285797,\r\n  \"date\": \"2026-07-08\",\r\n  \"time\": \"10:00\",\r\n  \"contact_person_id\": 9659,\r\n  \"task\": \"Updated task text\",\r\n  \"done\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://tazman.co.il/manager-api/external/tasks","urlObject":{"protocol":"https","path":["manager-api","external","tasks"],"host":["tazman","co","il"],"query":[],"variable":[]}},"response":[],"_postman_id":"d4af2f67-6257-4db8-9a3f-e0b983d75759"}],"id":"928f26e0-ad43-4299-8fe9-12d889706c6d","_postman_id":"928f26e0-ad43-4299-8fe9-12d889706c6d","description":""}],"variable":[{"key":"auth_secret_0yvv","secret":true}]}