{"info":{"_postman_id":"fab15586-9ee1-49b1-9f1c-3c96720fa4f0","name":"Clientify","description":"<html><head></head><body><h2 id=\"welcome-to-clientify-api\">Welcome to Clientify API!</h2>\n<p>Clientify API uses REST technology for interchanging data between your application and our service and is built to allow you to create a functional application or integration quickly and easily.<br>The data exchange is made by the HTTP protocol. The benefit of this method is widespread occurrence of the HTTP protocol that’s why REST API can be used almost for all programming languages.<br>We use many standard HTTP features, like HTTP verbs, which can be understood by many HTTP clients. JSON will be returned in all responses from the API, including errors. The APIs are designed to have predictable, straightforward URLs and to use HTTP response codes to indicate API errors.</p>\n<h2 id=\"authentication-and-accounts\">Authentication and Accounts</h2>\n<p>The API allows authentication using API keys.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"29281481","collectionId":"fab15586-9ee1-49b1-9f1c-3c96720fa4f0","publishedId":"2s9Y5VV4wj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-02-12T12:45:49.000Z"},"item":[{"name":"Authentication","item":[{"name":"Auth Login","id":"009777de-1690-4887-9c57-15ae17048e15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"password\": \"{{password}}\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/api-auth/obtain_token/","description":"<p>Use username and password to retrieve the API token.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","api-auth","obtain_token",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"fd7c008a-0912-4de3-ab2b-45c88ef60c39","name":"Auth Login Correct","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"password\": \"{{password}}\"\n}"},"url":"https://{{Domain}}/v1/api-auth/obtain_token/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Fri, 08 Mar 2019 11:31:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"YOUR_CLIENTIFY_API_KEY\"\n}"},{"id":"d2958bcc-080f-4595-abad-6ca4bf018d9d","name":"Auth Login Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"username\": \"{{username}}\",\n    \"password\": \"wrong_Password\"\n}"},"url":"https://{{Domain}}/v1/api-auth/obtain_token/"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Fri, 08 Mar 2019 11:33:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"68"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"non_field_errors\": [\n        \"Unable to log in with provided credentials.\"\n    ]\n}"}],"_postman_id":"009777de-1690-4887-9c57-15ae17048e15"},{"name":"Logout","id":"b3aeb897-94ae-45be-9e09-f253a6b2039b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/api-auth/logout/","description":"<p>Logs the user out</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","api-auth","logout",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"11a7410d-e93d-464d-846e-30f41ae3548a","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{Domain}}/v1/api-auth/logout/"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Mon, 10 Jun 2019 17:03:17 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b3aeb897-94ae-45be-9e09-f253a6b2039b"}],"id":"670e3239-301d-46ba-b5a0-31248e02d030","description":"<p>First of all, you should register at our service and there you will be able to generate your own api token to start using our API service.\nClientify API uses api token Authentication.\nIt provides you with a possibility to use our API almost for all programming languages.</p>\n","_postman_id":"670e3239-301d-46ba-b5a0-31248e02d030"},{"name":"Contacts","item":[{"name":"Addresses","item":[{"name":"List Contact Addresses","id":"9f2dbb2e-70a8-4a85-bbaa-f9efb4b03d09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","addresses",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"f34f2520-c850-427a-9f2f-8afc46a77f90","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"2179820f-b53b-4afd-81e5-9ff4b96878ca","name":"List Contact Addresses","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","addresses",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 16 Nov 2020 11:52:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"314"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 7,\n            \"type\": 5,\n            \"street\": \"Calle modificada por API, 7\",\n            \"city\": \"Almería\",\n            \"state\": \"Almería\",\n            \"country\": \"España\",\n            \"postal_code\": \"04001\"\n        },\n        {\n            \"id\": 8,\n            \"type\": 5,\n            \"street\": \"Calle de la API, 8\",\n            \"city\": \"Almería\",\n            \"state\": \"Almería\",\n            \"country\": \"España\",\n            \"postal_code\": \"04001\"\n        }\n    ]\n}"}],"_postman_id":"9f2dbb2e-70a8-4a85-bbaa-f9efb4b03d09"},{"name":"Delete Contact Addresses","id":"4d00992b-516f-4197-8486-238ce4a79acb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/:address_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","addresses",":address_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"6100dea9-c981-499d-b307-64964692eadb","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"6ef6561e-71d4-47e6-8d50-812c55cd1461","type":"any","value":"{{address-id}}","key":"address_id"}]}},"response":[{"id":"a2aa7d30-29ec-401b-97b8-f1c450bc95dc","name":"Delete Contact Addresses","originalRequest":{"method":"DELETE","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/:address_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","addresses",":address_id",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"},{"key":"address_id","value":"{{address-id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 16 Nov 2020 11:39:30 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"4d00992b-516f-4197-8486-238ce4a79acb"},{"name":"Add Address to Contact","id":"c54c8030-ce90-4312-9864-aca5b36852f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": 5,\n    \"street\": \"Calle de la API, 8\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","addresses",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"55701cc7-4ff1-435c-adc3-8c262ba4a5b9","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"fc2cfa2f-e8b9-4866-9a36-a847d5b12ff9","name":"Add Address to Contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": 5,\n    \"street\": \"Calle de la API, 8\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}"},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","addresses",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 16 Nov 2020 11:49:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8,\n    \"type\": 5,\n    \"street\": \"Calle de la API, 8\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}"}],"_postman_id":"c54c8030-ce90-4312-9864-aca5b36852f9"},{"name":"Edit Contact Address","id":"d3868659-44ec-4bce-a5bd-0f0de4d4c5cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{ \n    \"type\": 5,\n    \"street\": \"Calle modificada por API, 7\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/:address_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","addresses",":address_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"f04d8654-bd26-4ba3-97c3-90398e84aebd","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"adcce3b3-9bed-4e7e-8371-e31158b94dd5","type":"any","value":"{{address-id}}","key":"address_id"}]}},"response":[{"id":"ded356a4-5734-4890-a8c7-076fa407035a","name":"Edit Contact Address","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{ \n    \"type\": 5,\n    \"street\": \"Calle modificada por API, 7\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/addresses/:address_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","addresses",":address_id",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"},{"key":"address_id","value":"{{address-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Mon, 16 Nov 2020 11:51:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"135"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"type\": 5,\n    \"street\": \"Calle modificada por API, 7\",\n    \"city\": \"Almería\",\n    \"state\": \"Almería\",\n    \"country\": \"España\",\n    \"postal_code\": \"04001\"\n}"}],"_postman_id":"d3868659-44ec-4bce-a5bd-0f0de4d4c5cf"}],"id":"675bbf6b-44e5-4f84-9b06-d3ff8df760cf","_postman_id":"675bbf6b-44e5-4f84-9b06-d3ff8df760cf","description":""},{"name":"Tags","item":[{"name":"List Contact Tags","id":"89a383d8-3bbd-4972-842d-f9b6bb74e39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/tags/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"2a6b51cd-f9e7-4293-85e0-b2011babe5c7","type":"any","value":"1","key":"contact_id"}]}},"response":[{"id":"9ca20b75-39d1-458e-9be1-a14629f27c1c","name":"List Contact Tags","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/tags/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","tags",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Jan 2020 16:27:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"55dd0e2b0b0ada72-LIS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"name\": \"tag from api\",\n            \"id\": 382448208\n        },\n        {\n            \"name\": \"clientify prospector\",\n            \"id\": 382384664\n        },\n        {\n            \"name\": \"api test\",\n            \"id\": 382403823\n        }\n    ]\n}"}],"_postman_id":"89a383d8-3bbd-4972-842d-f9b6bb74e39c"},{"name":"List Tags for all Contacts","id":"2c5f683b-839c-4aa0-bfb2-c55b44dea43c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/tags/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts","tags",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"cf937aaa-ac89-4fe3-bf34-4be0275e9274","name":"List Contact Tags","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/tags/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","tags",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Jan 2020 16:27:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"55dd0e2b0b0ada72-LIS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"name\": \"tag from api\",\n            \"id\": 382448208\n        },\n        {\n            \"name\": \"clientify prospector\",\n            \"id\": 382384664\n        },\n        {\n            \"name\": \"api test\",\n            \"id\": 382403823\n        }\n    ]\n}"}],"_postman_id":"2c5f683b-839c-4aa0-bfb2-c55b44dea43c"},{"name":"Delete Contact Tag","id":"dfae6d33-9147-4f8a-9143-4d02564e2032","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/tags/:tag_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"28731dfd-6b66-4253-98db-2410c4797c41","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"9e1ba67b-ca33-41d1-ab88-d91ad89fa2a9","type":"any","value":"3314295","key":"tag_id"}]}},"response":[],"_postman_id":"dfae6d33-9147-4f8a-9143-4d02564e2032"},{"name":"Add Tag to Contact","id":"7b17d2e5-cf18-485a-b901-2ad584e33a22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"api test\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/tags/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"3ed1aae5-df72-4121-9b74-57d533a94ca9","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"7b17d2e5-cf18-485a-b901-2ad584e33a22"},{"name":"Edit Contact Tag","id":"e2b3b707-e9ff-46be-9e98-00cfb652b0e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"clientify\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/tags/:tag_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"4ea5c12d-cbb9-4eea-9b22-1d61c2eec6f2","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"27830f2e-7204-434e-a6fb-95f71fae7255","type":"any","value":"3316260","key":"tag_id"}]}},"response":[],"_postman_id":"e2b3b707-e9ff-46be-9e98-00cfb652b0e4"}],"id":"da0e0107-5a37-4ff8-ab65-d14bac12d4bf","_postman_id":"da0e0107-5a37-4ff8-ab65-d14bac12d4bf","description":""},{"name":"Email","item":[{"name":"Contact Email list","id":"192400cc-ad92-449b-80d6-97e3bfe9eccf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/emails/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","emails",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"939fb455-6562-470f-9967-9711a0f92e28","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"192400cc-ad92-449b-80d6-97e3bfe9eccf"},{"name":"Delete Contact Email","id":"939c5254-738b-4551-8bca-8faaa12947d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/emails/:id_email/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","emails",":id_email",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"9623977e-e50c-4f12-97ed-71cfa3ff3e9b","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"fe46af09-1a6e-4e06-acef-219f83dc5fb0","type":"any","value":"12","key":"id_email"}]}},"response":[],"_postman_id":"939c5254-738b-4551-8bca-8faaa12947d3"},{"name":"Add Contact Email","id":"1ae8a63e-11fa-497a-8b79-07beda1756b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"type\": 4,\n    \"email\": \"posted.email@azas.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/emails/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","emails",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"6bce6294-1d2c-46da-b892-9d4a5302b200","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"1ae8a63e-11fa-497a-8b79-07beda1756b6"},{"name":"Edit Contact Email","id":"7d042d13-df35-45c0-b89b-99d47ce04164","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"type\": 4,\n    \"email\": \"posted.email@azas.com\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/emails/:id_email/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","emails",":id_email",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"4b911e13-8d57-4386-be99-d75112fe3f9d","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"4ecabd1e-9fed-4de6-86c8-c61b95de3410","type":"any","value":"13","key":"id_email"}]}},"response":[],"_postman_id":"7d042d13-df35-45c0-b89b-99d47ce04164"}],"id":"737a947b-fa17-4bc1-b2b8-e1754b9f6e2c","description":"<h2 id=\"email\">Email</h2>\n<p>This is the format of the response for <code>Email</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>e-mail type</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>e-mail address</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Personal</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Main</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"737a947b-fa17-4bc1-b2b8-e1754b9f6e2c"},{"name":"Phone","item":[{"name":"Contact Phone list","id":"e103c7bb-fff8-4748-98ea-f0259385343e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/phones/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","phones",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"9e339a9a-ffbe-4ea4-a84c-f0cf1de24eb0","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"e103c7bb-fff8-4748-98ea-f0259385343e"},{"name":"Delete Contact Phone","id":"9324fee5-a951-4f0b-9b2a-dfd0fed52ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/phones/:id_phone/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","phones",":id_phone",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"bd9bac58-6442-405e-9390-0ae254d2f9b5","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"a1ffaf06-789d-40d4-b8b3-e9e984ad43dc","type":"any","value":"1","key":"id_phone"}]}},"response":[],"_postman_id":"9324fee5-a951-4f0b-9b2a-dfd0fed52ddb"},{"name":"Add Contact Phone","id":"3e6196e9-1759-455a-b2ab-bd28f25b697c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"type\": 1,\n    \"phone\": \"+345554872\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/phones/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","phones",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"863cffa0-aba5-4cd5-88d8-df1a4907dfaa","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"3e6196e9-1759-455a-b2ab-bd28f25b697c"},{"name":"Edit Contact Email","id":"ea4ec84f-70e7-43cb-a2be-8037cf9834c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"        {\n            \"id\": 40,\n            \"type\": 1,\n            \"phone\": \"+34555444333\"\n        }","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/phones/:id_email/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","phones",":id_email",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"b9be2412-b806-4bdb-b5ad-ecebe17baac0","type":"any","value":"{{contact-id}}","key":"contact_id"},{"id":"80cb8c2d-1043-4014-a42b-872e95cca961","type":"any","value":"41","key":"id_email"}]}},"response":[],"_postman_id":"ea4ec84f-70e7-43cb-a2be-8037cf9834c6"}],"id":"9e0619e2-9762-4340-9ddd-bdf0a565db25","_postman_id":"9e0619e2-9762-4340-9ddd-bdf0a565db25","description":""},{"name":"Other Companies","item":[{"name":"Contact Other companies list","id":"a7ef25dd-796c-412a-9a8f-abb0f20c72f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","other_companies",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"9e339a9a-ffbe-4ea4-a84c-f0cf1de24eb0","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"b3f58684-5478-4000-99a6-1889dcd3b018","name":"Contact Other companies list","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","other_companies",""],"variable":[{"id":"9e339a9a-ffbe-4ea4-a84c-f0cf1de24eb0","key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Apr 2024 10:58:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=aapvV%2F7PsME5JH9YvqmyKNMdqqFgwRSRxzXiuxiCNx2UTzuXVsb67PvzjKWSKiv4xNX9rIOwGS%2FM62xyBAPfpJz8M1B47Q4yz3BnASf3L5fZCujPHkcwWxC8A4o7GTSSk9re\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"872238ece8673848-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 360727,\n            \"title\": \"\",\n            \"company\": 8739494\n        }\n    ]\n}"}],"_postman_id":"a7ef25dd-796c-412a-9a8f-abb0f20c72f4"},{"name":"Delete Contact Other company","id":"d6c9e3f2-25b7-4822-8649-52e3a1c9aeb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/:other_company_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","other_companies",":other_company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":"{{contact-id}}","key":"contact_id"},{"type":"any","value":"{{other-company-id}}","key":"other_company_id"}]}},"response":[{"id":"b3609831-742b-436b-aa5e-b256378bcc8f","name":"Delete Contact Phone","originalRequest":{"method":"DELETE","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/:other_company_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","other_companies",":other_company_id",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"},{"key":"other_company_id","value":"{{other-company-id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Wed, 10 Apr 2024 11:15:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=xDW2p2Yg9I33K%2Bdmx3z3n43vNh8YMiy4ZkZCNITIqB2eJP3wvxNDfSLSsIhNx%2FVcKK6rxIqAMbVie9hWZcIb3szjKeqNd7w2aYycz8yS%2BW%2BhZFYzgp6dwx8eVe%2BPMbizpyqX\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"872251323d563848-MAD"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d6c9e3f2-25b7-4822-8649-52e3a1c9aeb6"},{"name":"Add Contact Other company","id":"40ddf32b-88b7-4810-ab45-af141d274bdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"title\": \"demo company\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","other_companies",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"863cffa0-aba5-4cd5-88d8-df1a4907dfaa","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"2365b042-e44a-44bc-b291-d123fce603d3","name":"Add Other company to contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"{\n    \"title\": \"demo company\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","other_companies",""],"variable":[{"id":"863cffa0-aba5-4cd5-88d8-df1a4907dfaa","key":"contact_id","value":"{{contact-id}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Apr 2024 11:02:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"54"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=yRGOL7VKVT7vpyFzArPh%2BO1NYobSaE5ywVZEddJFNgxs8S7lacHwj%2F2OjDVkTu78saF8n08dDzEj2b2HFdN83xjHD0%2FGGx0Dglbfqn5BGJ3ULR9kxgofEBy2n7w4i%2BHvw491\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87223e0dace43848-MAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 360759,\n    \"title\": \"demo company\",\n    \"company\": 8740006\n}"}],"_postman_id":"40ddf32b-88b7-4810-ab45-af141d274bdd"},{"name":"Edit Contact Other company","id":"fffc7e84-0cfd-448e-96a3-19386d17ff68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"        {\n            \"title\": \"demo company updated\"\n        }","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/:other_company_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","other_companies",":other_company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":"{{contact-id}}","key":"contact_id"},{"type":"any","value":"{{other-company-id}}","key":"other_company_id"}]}},"response":[{"id":"c002959e-7c92-4578-a286-dc226144d1cb","name":"Edit Contact Other company","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"body":{"mode":"raw","raw":"        {\n            \"title\": \"demo company updated\"\n        }","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/other_companies/:other_company_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","other_companies",":other_company_id",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"},{"key":"other_company_id","value":"{{other-company-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Apr 2024 11:11:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=87L7eAcyuLtRmUgWqUBCb9Y0xVExCkKpnm%2FQnJCBIijDFGjGPMfpeHSuRPjPZyazEqBriGA%2B4eQcIObm88xWM8sX0I%2BxtPtDO7ynhomZlAaA3a0hqQhCWX99RO6GuwxLMvZ5\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"87224c157d133848-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 360759,\n    \"title\": \"demo company updated\",\n    \"company\": 8740006\n}"}],"_postman_id":"fffc7e84-0cfd-448e-96a3-19386d17ff68"}],"id":"cbfc5d66-04a7-427a-a344-de4e2104a110","_postman_id":"cbfc5d66-04a7-427a-a344-de4e2104a110","description":""},{"name":"List Contacts","id":"7d28f43d-8138-44a3-9557-7a7e6e732cb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/","description":"<p>Return all the contacts available for the user.</p>\n<p>A paginated list of contacts will be returned to you, with a maximum of 100 contacts per page.</p>\n<p>The details of how a contact is returned are here <a href=\"https://developer.clientify.com/#8c678e88-4315-4470-a072-d6b659ace6e8\"><code>contacts</code></a></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"6fa60316-5f6a-4b4e-b1bc-69395053dbef","name":"List Contacts","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 11:25:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57c9b5d4e8b7ff14-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 15164,\n    \"next\": \"https://api.clientify.net/v1/contacts/?page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/3910681/\",\n            \"id\": 3910681,\n            \"owner\": \"macrco1311@gmail.com\",\n            \"owner_name\": \"Maria Clara Cortes\",\n            \"first_name\": \"Cristina \",\n            \"last_name\": \"Clara\",\n            \"status\": \"cold-lead\",\n            \"title\": \"Aut blanditiis minim\",\n            \"company\": \"https://api.clientify.net/v1/companies/713049/\",\n            \"company_name\": \"Mailinator\",\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"kaliwopi@mailinator.com\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+1 (494) 331-4864\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2019-04-16T10:38:15.158761+02:00\",\n            \"last_contact\": \"2020-03-31T03:44:54.820894+02:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7285940/\",\n            \"id\": 7285940,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Chrome 15\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.chrome15@yopmail.co\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+573123455234\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2020-03-30T17:40:07.675924+02:00\",\n            \"last_contact\": \"2020-03-30T18:13:49.193782+02:00\"\n        }\n    ]\n}"}],"_postman_id":"7d28f43d-8138-44a3-9557-7a7e6e732cb2"},{"name":"List Contacts GDPR between dates","id":"7e202ee9-3700-4bc1-8c99-5ee5847bc873","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/gdpr_between?start_date=2023-01-01&end_date=2024-01-31","description":"<p>Returns all contacts who have made changes (accepted or revoked) in GDPR on the <strong>date</strong> passed by parameter.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts","gdpr_between"],"host":["{{Domain}}"],"query":[{"key":"start_date","value":"2023-01-01"},{"key":"end_date","value":"2024-01-31"}],"variable":[]}},"response":[{"id":"2efe80e5-ba3e-42c2-92f7-db0dd395b5dd","name":"List Contacts GDPR between","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/gdpr_between?start_date=2023-01-01&end_date=2024-01-31","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts","gdpr_between"],"query":[{"key":"start_date","value":"2023-01-01"},{"key":"end_date","value":"2024-01-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Feb 2024 11:58:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xMBK7%2FuPE2e7W6UEVAyttWRPY8U%2FQB4AYP5CAl4jfe2%2BYiPBFfPaukT5gmuWdwMwi9AEv0EfuKi1ENmVrqz8p9Y3AWaN45JAFDQgMeNJyaJDXUDy0G0611ilaHTS3bWD3UEO\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8544a9ac9f390416-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 52417988,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51528009,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-04T11:15:57.018113+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 32174952,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51094964,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-08-29T11:57:52.156603+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 44378356,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-05-09T16:05:12.905781+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 37447554,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-01-12T19:47:17.048286+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57622827,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T11:38:00.041910+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 59472169,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-30T14:33:08.908371+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 58608444,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-20T11:09:17.878761+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57635096,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T14:06:12.571343+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57634770,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T14:00:51.286304+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57622952,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T11:45:29.251053+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57621579,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T11:24:46.133001+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57621551,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T11:22:50.095985+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51099512,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 50886401,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 59297589,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-27T23:45:15.107457+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51598756,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51557039,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 60100767,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-12-11T12:30:51.559230+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 56699917,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-12-11T12:31:59.330280+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 48471729,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-07-13T23:13:11.003712+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 41162051,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-03-14T17:14:30.880216+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 47676219,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-06-29T17:39:14.080873+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22853816,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20068217,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20348043,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20068605,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22853814,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20068874,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22853790,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20067949,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20347376,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 61410893,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-12-29T16:06:06.473335+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 59867207,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-12-06T02:54:21.386920+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 38093720,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-15T11:43:48.372290+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52436692,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 49377693,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-23T19:18:09.994864+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 39672262,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-02-17T09:35:42.015446+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57283639,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-02T00:19:36.273924+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 57283126,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-01T23:57:19.546903+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 19682410,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22423558,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20068449,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22853792,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20068577,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51361636,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 50996238,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 50976484,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 49824334,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-08-09T18:50:49.822500+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20348035,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20067743,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20343904,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 22853779,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 38331093,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-01-27T11:12:39.356833+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20348051,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 20348041,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-10T17:06:37.056140+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 51101941,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 42319558,\n        \"gdpr_accept\": false,\n        \"gdpr_acceptance_date\": \"2023-05-09T16:03:10.478522+02:00\",\n        \"gdpr_revoke_date\": \"2023-10-23T09:42:08.681353+02:00\"\n    },\n    {\n        \"id\": 52469952,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52074658,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 46700385,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-12T15:55:24.113717+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 45683648,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-05-30T17:19:47.171865+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 34539709,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-12T15:00:28.801111+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 42693703,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-04-11T22:57:27.521170+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 43732945,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-02T00:10:20.048004+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 48809609,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-07-20T00:09:23.185571+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 61171295,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-12-25T18:29:28.476825+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52469951,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52423861,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52423860,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52423859,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52417986,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 47094266,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-11-07T11:09:32.337789+01:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52890166,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52437083,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52417987,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 52384381,\n        \"gdpr_accept\": true,\n        \"gdpr_acceptance_date\": \"2023-09-19T11:18:08.715422+02:00\",\n        \"gdpr_revoke_date\": null\n    },\n    {\n        \"id\": 42319558,\n        \"gdpr_accept\": false,\n        \"gdpr_acceptance_date\": \"2023-05-09T16:03:10.478522+02:00\",\n        \"gdpr_revoke_date\": \"2023-10-23T09:42:08.681353+02:00\"\n    }\n]"}],"_postman_id":"7e202ee9-3700-4bc1-8c99-5ee5847bc873"},{"name":"List Contacts GDPR in date","id":"676d9834-6878-476e-bc0c-188b3682d684","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/gdpr?date=2023-10-23","description":"<p>Returns all contacts who have made changes (accepted or revoked) in GDPR on the <strong>date</strong> passed by parameter.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts","gdpr"],"host":["{{Domain}}"],"query":[{"key":"date","value":"2023-10-23"}],"variable":[]}},"response":[{"id":"754946e3-50d8-4fdc-ac0e-dde2fa854b5e","name":"List Contacts in date","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/gdpr?date=2023-10-23","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts","gdpr"],"query":[{"key":"date","value":"2023-10-23"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Feb 2024 12:02:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=NYQEo19Xs65Jj6gRjVmEerDl93s1fQajW8maaXr%2Fcsf0tx%2BzF5M9Zqv9cqMmJ69rLJRh3KW4OZG10CzkSUkDD22xCUNoO6zLXWn%2Bybr%2FxAv1rsoMZSXMRSZSBbdVHbucS5LV\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8544ae5a8b040416-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 42319558,\n        \"gdpr_accept\": false,\n        \"gdpr_acceptance_date\": \"2023-05-09T16:03:10.478522+02:00\",\n        \"gdpr_revoke_date\": \"2023-10-23T09:42:08.681353+02:00\"\n    }\n]"}],"_postman_id":"676d9834-6878-476e-bc0c-188b3682d684"},{"name":"Query Contacts","id":"cf3f278a-2a56-40fc-a8eb-8c634dc95aad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/?query=Macos","description":"<p>The \"query\" field is used to query by name and surname as well as by e-mail.</p>\n<p>On the other hand, you can also filter using dates through the fields \"created\" and \"modified\", being able to use the filters '[gt]','[lt]','[gte]' and '[lte]' to indicate '&gt;', '&lt;', '&gt;=' and '&lt;=' respectively.</p>\n<p>In addition, you can filter by the contact source and contact type name using contact_source and contact_type as query param.</p>\n<p>You can also search by custom fields. In the custom fields of date type and numerical type we can use the filters [lt] for strictly minor and [gt] for strictly major.</p>\n<p>Here are some examples of query searches:</p>\n<ul>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?query=Marcos\">https://api.clientify.net/v1/contacts/?query=Marcos</a><br />  Will return contacts that have 'marcos' as name + contacts that have 'Marcos' as surname + contacts whose email contain the word 'marcos'</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?query=Marcos&amp;phone=638849465\">https://api.clientify.net/v1/contacts/?query=Marcos&amp;phone=638849465</a><br />  Will return, amont the results obtained in the previous example, those that have the phone numer '638849465'</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?contact_source=Facebook\">https://api.clientify.net/v1/contacts/?contact_source=Facebook</a><br />  Will return the contacts that have \"Facebook\" as contact source</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?contact_source=Facebook\">https://api.clientify.net/v1/contacts/?contact_type=Api</a><br />  Will return the contacts that have \"Api\" as contact type</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?cf_contacted=True\">https://api.clientify.net/v1/contacts/?cf_contacted=True</a><br />  Will return the contacts that have the custom field cf_contacted set to True</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?cf_mark%5Bgt%5D=8\">https://api.clientify.net/v1/contacts/?cf_mark[gt]=8</a><br />  Will return the contacts that have the custom field cf_mark greater than 8</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?cf_mark=10\">https://api.clientify.net/v1/contacts/?cf_mark=10</a><br />  Will return the contacts that have the custom field cf_mark greater equals to 10</li>\n<li>GET <a href=\"https://api.clientify.net/v1/contacts/?cf_mark%5Bgt%5D=4&amp;cf_mark%5Blt%5D=9\">https://api.clientify.net/v1/contacts/?cf_mark[gt]=4&amp;cf_mark[lt]=9</a><br />  Will return the contacts that have the custom field cf_mark greater than 4 AND less than 9</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",""],"host":["{{Domain}}"],"query":[{"key":"query","value":"Macos"}],"variable":[]}},"response":[{"id":"e756a2fe-b17d-4972-878e-a38ad7548387","name":"Query Contacts","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/?query=Macos","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",""],"query":[{"key":"query","value":"Macos"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 11:29:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57c9bb97f8d1ff14-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7285940/\",\n            \"id\": 7285940,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Chrome 15\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.chrome15@yopmail.co\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+573123455234\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2020-03-30T17:40:07.675924+02:00\",\n            \"last_contact\": \"2020-03-30T18:13:49.193782+02:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7285921/\",\n            \"id\": 7285921,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Firefox10\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.firefox10@yopmail.co\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+573123345123\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2020-03-30T17:29:19.784896+02:00\",\n            \"last_contact\": \"2020-03-30T17:29:19.982095+02:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7279164/\",\n            \"id\": 7279164,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Firefox Chatbot3\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.firefox.chatbot3@yopmail.co\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+573108567565\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2020-03-29T01:38:17.325180+01:00\",\n            \"last_contact\": \"2020-03-29T01:38:18.157675+01:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7279134/\",\n            \"id\": 7279134,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Firefox Chatbot2\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.firefox.chatbot2@yopmail.co\"\n                }\n            ],\n            \"phones\": [],\n            \"picture_url\": null,\n            \"created\": \"2020-03-29T01:27:10.155849+01:00\",\n            \"last_contact\": \"2020-03-29T01:27:11.235407+01:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/7279096/\",\n            \"id\": 7279096,\n            \"owner\": \"felipema@yahoo.com\",\n            \"owner_name\": \"Felipe Ma\",\n            \"first_name\": \"Macos Firefox Chatbot\",\n            \"last_name\": \"\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"macos.firefox.chatbot@yopmail.co\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"+573214323412\"\n                }\n            ],\n            \"picture_url\": null,\n            \"created\": \"2020-03-29T01:10:22.932799+01:00\",\n            \"last_contact\": \"2020-03-29T01:10:24.424063+01:00\"\n        }\n    ]\n}"}],"_postman_id":"cf3f278a-2a56-40fc-a8eb-8c634dc95aad"},{"name":"Create a Contact","id":"de5cb36e-df76-462b-a1a8-14080dd04a0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Gust\",\n    \"last_name\": \"Terry\",\n    \"email\": \"Johanna_Mosciski@gmail.com\",\n    \"phone\": \"51-205-569-5785\",\n    \"status\": \"warm-lead\",\n    \"title\": \"Investor Usability Technician\",\n    \"company\": \"Brekke - Marks\",\n    \"contact_type\": \"\",\n    \"contact_source\": \"\",\n    \"addresses\": [{\"street\":\"5951 Williamson Curve\", \"city\":\"Zulaufmouth\", \"state\":\"Galicia\", \"country\":\"Spain\", \"postal_code\":\"34001\", \"type\":1}],\n    \"custom_fields\": [],\n    \"description\": \"Description you can add to the contact\",\n    \"remarks\": \"Just remarks\",\n    \"summary\": \"Summary for the contact\",\n    \"message\": \"Text to show in the contact wall\",\n    \"re_property_name\": \"Hakeem Hicks\",\n    \"tags\": [\"test\"],\n    \"last_contact\": null,\n    \"gdpr_accept\": true\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/","description":"<p>To create a Contact, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>contact id</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>username of the owner of the contact</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>contact first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>array</td>\n<td>An array of <code>Phone</code></td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>array</td>\n<td>An array of <code>Address</code></td>\n</tr>\n<tr>\n<td>emails</td>\n<td>array</td>\n<td>Array of the emails for the contact</td>\n</tr>\n<tr>\n<td>websites</td>\n<td>array</td>\n<td>An array of <code>website</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Stores the contact <code>status</code> identifier</td>\n</tr>\n<tr>\n<td>picture_url</td>\n<td>string</td>\n<td>url of the picture for the contact</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>Contact title</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>string</td>\n<td>Summary</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td>Remarks</td>\n</tr>\n<tr>\n<td>message</td>\n<td>string</td>\n<td>Message text to be shown in the contact wall</td>\n</tr>\n<tr>\n<td>lead_scoring</td>\n<td>integer</td>\n<td>Lead scoring points</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>An array of <a href=\"https://developer.clientify.com/?version=latest#51d4cac0-342b-47d1-8e63-d8f87c14c7f0\">deals</a></td>\n</tr>\n<tr>\n<td>taxpayer_identification_number</td>\n<td>string</td>\n<td>Taxpayer identification nummber</td>\n</tr>\n<tr>\n<td>related_tasks</td>\n<td>array</td>\n<td>An array of <code>Task</code></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array</td>\n<td>Array of strings with the tags of the contact</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>array</td>\n<td>An array of <code>custom_field</code></td>\n</tr>\n<tr>\n<td>other_companies</td>\n<td>array</td>\n<td>An array of <code>Other_companies</code></td>\n</tr>\n<tr>\n<td>gdpr_accept</td>\n<td>bool</td>\n<td>True if the user accepted the GDPR false if not</td>\n</tr>\n<tr>\n<td>contact_source</td>\n<td>string</td>\n<td>Contact source</td>\n</tr>\n<tr>\n<td>medium</td>\n<td>string</td>\n<td>Contact Medium</td>\n</tr>\n<tr>\n<td>contact_type</td>\n<td>string</td>\n<td>Contact type</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date</td>\n<td>Birthday date</td>\n</tr>\n<tr>\n<td>last_contact</td>\n<td>date</td>\n<td>Last contact date</td>\n</tr>\n<tr>\n<td>created</td>\n<td>date</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>visitor_key</td>\n<td>string</td>\n<td>Visitor key regtrieved from the vk generated by the tracking code</td>\n</tr>\n<tr>\n<td>pinterest_url</td>\n<td>string</td>\n<td>URL of the Pinterest site of the contact</td>\n</tr>\n<tr>\n<td>twitter_url</td>\n<td>string</td>\n<td>URL of the twitter site for the contact</td>\n</tr>\n<tr>\n<td>facebook_url</td>\n<td>string</td>\n<td>url of the facebook site for the contact</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>string</td>\n<td>URL of the Linkedin site for the contact</td>\n</tr>\n<tr>\n<td>googleplus_url</td>\n<td>string</td>\n<td>URL of the Google Plus site for the contact</td>\n</tr>\n<tr>\n<td>foursquare_url</td>\n<td>string</td>\n<td>Foursquare id</td>\n</tr>\n<tr>\n<td>klout_url</td>\n<td>string</td>\n<td>url of the klout picture for the contact</td>\n</tr>\n<tr>\n<td>skype_username</td>\n<td>string</td>\n<td>Skype username for the contact</td>\n</tr>\n<tr>\n<td>twitter_id</td>\n<td>string</td>\n<td>Id of the contact in twitter</td>\n</tr>\n<tr>\n<td>google_id</td>\n<td>string</td>\n<td>Google id</td>\n</tr>\n<tr>\n<td>facebook_id</td>\n<td>string</td>\n<td>Facebook id</td>\n</tr>\n<tr>\n<td>linkedin_id</td>\n<td>string</td>\n<td>Linkedin user id</td>\n</tr>\n<tr>\n<td>facebook_picture_url</td>\n<td>string</td>\n<td>url of the facebook picture for the contact</td>\n</tr>\n<tr>\n<td>twitter_picture_url</td>\n<td>string</td>\n<td>url of the twitter picture for the contact</td>\n</tr>\n<tr>\n<td>linkedin_picture_url</td>\n<td>string</td>\n<td>url of the Linkedin picture for the contact</td>\n</tr>\n<tr>\n<td>assignment_type</td>\n<td>string</td>\n<td>If you are going to use round robin owner assignment set this field to \"basic\"</td>\n</tr>\n<tr>\n<td>autoassignment_users</td>\n<td>string</td>\n<td>String with the list of usernames separated by comma (,) to apply the autoassignment</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"status\">Status</h2>\n<p>List of Statuses available for the <code>status</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>other</td>\n<td>other</td>\n</tr>\n<tr>\n<td>not-qualified-lead</td>\n<td>not qualified lead</td>\n</tr>\n<tr>\n<td>visitor</td>\n<td>visitor</td>\n</tr>\n<tr>\n<td>cold-lead</td>\n<td>cold lead</td>\n</tr>\n<tr>\n<td>warm-lead</td>\n<td>warm lead</td>\n</tr>\n<tr>\n<td>hot-lead</td>\n<td>hot lead</td>\n</tr>\n<tr>\n<td>in-deal</td>\n<td>in deal</td>\n</tr>\n<tr>\n<td>lost-lead</td>\n<td>lost lead</td>\n</tr>\n<tr>\n<td>client</td>\n<td>customer</td>\n</tr>\n<tr>\n<td>lost-client</td>\n<td>lost customer</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"phone\">Phone</h2>\n<p>This object contains the attributes of a <code>phone</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>phone number</td>\n</tr>\n<tr>\n<td>type</td>\n<td>integer</td>\n<td>type of phone number</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Main</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Mobile</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Home</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Fax</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"address\">Address</h2>\n<p>This object contains the attributes of an <code>address</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>type of address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>street</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>postal code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>state</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>country</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Home</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Billing</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Main</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"email\">Email</h2>\n<p>This object contains the attributes of an <code>Email</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>e-mail type</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>e-mail address</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Personal</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Main</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related_task\">Related_Task</h2>\n<p>This object contains the attributes of a <code>Related_Task</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>task id</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>task owner name</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>task name</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>date</td>\n<td>task due date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"custom_field\">Custom_Field</h2>\n<p>This object contains the attributes of a <code>Custom_Field</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>string</td>\n<td>field name</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>field value</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"deal\">Deal</h2>\n<p>This object contains the attributes of a <code>deal</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>deal id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>deal name</td>\n</tr>\n<tr>\n<td>status</td>\n<td>int</td>\n<td>deal status</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>string</td>\n<td>deal amount</td>\n</tr>\n<tr>\n<td>stage</td>\n<td>int</td>\n<td>deal stage</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>deal owner name</td>\n</tr>\n<tr>\n<td>expected_closed_date</td>\n<td>date</td>\n<td>expected date to close de deal</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"force_insert-optional\">Force_insert (optional)</h2>\n<p>By default, it checks if the contact's email and/or phone number are registered in Clientify. If these are registered, the contact is updated with the new data. To skip this check and force the creation of contact even if the email and/or phone data are already registered, in addition to the attributes in the JSON body, you can use the query param <code>force_insert</code> with a value of <code>true</code></p>\n<p><strong><code>https://api.clientify.net/v1/contacts/?force_insert=true</code></strong></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"a43afa88-e6e7-42de-83c1-db0993d3154b","name":"Create a Contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Hope\",\n    \"last_name\": \"Sauer\",\n    \"email\": \"Reese.Cartwright@gmail.com\",\n    \"phone\": \"36-914-945-8007\",\n    \"status\": \"warm-lead\",\n    \"title\": \"Lead Assurance Strategist\",\n    \"company\": \"Hudson Group\",\n    \"contact_type\": \"\",\n    \"contact_source\": \"Archivo CSV\",\n    \"addresses\": [{\"street\":\"9917 Josefa Mountain\", \"city\":\"Wunschport\", \"state\":\"Galicia\", \"country\":\"Spain\", \"postal_code\":\"34001\", \"type\":1}],\n    \"custom_fields\": [],\n    \"description\": \"Description you can add to the contact\",\n    \"remarks\": \"Just remarks\",\n    \"summary\": \"Summary for the contact\",\n    \"message\": \"Text to show in the contact wall\",\n    \"re_property_name\": \"Hakeem Hicks\",\n    \"tags\": [\"test\"],\n    \"last_contact\": null,\n    \"gdpr_accept\": true,\n    \"other_companies\": [\n        {\n            \"title\": \"exist company demo\",\n            \"id\": {{company-id}} \n        },\n        {\n            \"title\": \"exist company demo2\",\n            \"id\": {{company-id}} \n        },\n        {\n            \"title\": \"new company demo\"\n        }\n        ]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Feb 2024 12:21:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2692"},{"key":"Connection","value":"keep-alive"},{"key":"Location","value":"https://api.clientify.net/v1/contacts-dynamic/64512189/"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=XX%2FIl01%2B7Uwsf7s%2Fa1y9B3Sxp13A65y05O8FE3fqgEXZSECz1M6JO%2BAHaZV6bM6Pi%2FchPlZC6kvQ5EhioZb%2BczXomMoakqqiUA81eES9dxh0p9cJeMw%2Fvs0idKTjdt7srpf5\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8544ca103b3a37d3-MAD"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/contacts-dynamic/64512189/\",\n    \"id\": 64512189,\n    \"owner\": \"antonio.araque@clientify.com\",\n    \"owner_id\": 76996,\n    \"owner_name\": \"Antonio Araque Ibáñez\",\n    \"first_name\": \"Sylvester\",\n    \"last_name\": \"Daugherty\",\n    \"status\": \"warm-lead\",\n    \"title\": \"Lead Quality Coordinator\",\n    \"company\": \"Medhurst - Littel\",\n    \"company_details\": \"https://api.clientify.net/v1/companies/8270067/\",\n    \"contact_type\": null,\n    \"contact_source\": \"Archivo CSV\",\n    \"emails\": [\n        {\n            \"id\": 54343098,\n            \"type\": 4,\n            \"email\": \"brigitte.parisian@gmail.com\"\n        }\n    ],\n    \"phones\": [\n        {\n            \"id\": 51580021,\n            \"type\": 1,\n            \"phone\": \"125008218017\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"id\": 22543714,\n            \"type\": 1,\n            \"street\": \"1936 Madisen Isle\",\n            \"city\": \"New Callieville\",\n            \"state\": \"Galicia\",\n            \"country\": \"Spain\",\n            \"postal_code\": \"34001\"\n        }\n    ],\n    \"picture_url\": null,\n    \"custom_fields\": [],\n    \"other_companies\": [],\n    \"tags\": [\n        \"test\"\n    ],\n    \"description\": \"Description you can add to the contact\",\n    \"remarks\": \"Just remarks\",\n    \"summary\": \"Summary for the contact\",\n    \"created\": \"2024-02-12T13:21:18.902413+01:00\",\n    \"modified\": \"2024-02-12T13:21:19.135353+01:00\",\n    \"last_contact\": null,\n    \"related_tasks\": [],\n    \"deals\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/2039461693/\",\n            \"id\": 2039461693,\n            \"user\": \"Antonio Araque Ibáñez\",\n            \"created\": \"2024-02-12T13:21:19.138876+01:00\",\n            \"extra\": \"{\\\"creation_type\\\": \\\"api\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_creation\",\n            \"link\": \"\",\n            \"source_id\": \"64512189\",\n            \"object_id\": 64512189\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/2039461692/\",\n            \"id\": 2039461692,\n            \"user\": \"Antonio Araque Ibáñez\",\n            \"created\": \"2024-02-12T13:21:19.131798+01:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"gdpr_acceptance\",\n            \"link\": \"\",\n            \"source_id\": \"64512189\",\n            \"object_id\": 64512189\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/2039461691/\",\n            \"id\": 2039461691,\n            \"user\": \"Antonio Araque Ibáñez\",\n            \"created\": \"2024-02-12T13:21:19.123714+01:00\",\n            \"extra\": \"{\\\"note_name\\\": \\\"Message from API\\\", \\\"note_comment\\\": \\\"Text to show in the contact wall\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"21454808\",\n            \"object_id\": 64512189\n        }\n    ],\n    \"page_views\": 0,\n    \"total_visits\": 0,\n    \"first_visit\": null,\n    \"last_visit\": null,\n    \"gdpr_accept\": true,\n    \"visitor_key\": \"\",\n    \"attachments\": [],\n    \"websites\": [],\n    \"medium\": \"\",\n    \"linkedin_url\": \"\",\n    \"linkedin_id\": \"\",\n    \"linkedin_picture_url\": \"\",\n    \"skype_username\": \"\",\n    \"birthday\": null,\n    \"twitter_id\": \"\",\n    \"lead_scoring\": 0,\n    \"facebook_url\": \"\",\n    \"twitter_url\": \"\",\n    \"googleplus_url\": \"\",\n    \"pinterest_url\": \"\",\n    \"foursquare_url\": \"\",\n    \"aboutme_url\": \"\",\n    \"klout_url\": \"\",\n    \"instagram_url\": \"\",\n    \"manychat_url\": null,\n    \"facebook_picture_url\": \"\",\n    \"twitter_picture_url\": \"\",\n    \"facebook_id\": \"\",\n    \"google_id\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"unsubscribed\": false,\n    \"automations\": [],\n    \"gdpr_acceptance_date\": \"2024-02-12T13:21:19.131798+01:00\",\n    \"country\": \"\",\n    \"integrations\": [],\n    \"disclaimer\": false\n}"}],"_postman_id":"de5cb36e-df76-462b-a1a8-14080dd04a0e"},{"name":"Batch Create Contacts","id":"b064a653-6775-4bfd-9934-da16a3a3609d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[{\n    \"first_name\": \"Batchie\",\n    \"last_name\": \"Contact 1\",\n    \"email\": \"bcoddnt1@mailinator.net\",\n    \"phone\": \"+34 618 353 458\"\n }, {\n    \"first_name\": \"Dude\",\n    \"last_name\": \"Contact 2\",\n    \"email\": \"dcont23@mailinator.net\",\n    \"phone\": \"+1 353-6458\"\n }, {\n    \"first_name\": \"Guybrush\",\n    \"last_name\": \"Tripwood\",\n    \"email\": \"gtripw@mailinator.net\",\n    \"phone\": \"923 35 36 58\"\n }]"},"url":"{{Protocol}}://{{Domain}}/v1/multiple-contacts/","description":"<p>Create multiple contacts</p>\n<h1 id=\"phones-optional\">phones #(optional):</h1>\n<ul>\n<li><p>type:<br />  Values:</p>\n<ul>\n<li><p>1: Main</p>\n</li>\n<li><p>2: Mobile</p>\n</li>\n<li><p>3: Work</p>\n</li>\n<li><p>4: Home</p>\n</li>\n<li><p>5: Fax</p>\n</li>\n<li><p>6: Other</p>\n</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"addresses-optional\">addresses (optional):</h1>\n<ul>\n<li><p>type: Type</p>\n<ul>\n<li><p>Values</p>\n</li>\n<li><p>1: Work</p>\n</li>\n<li><p>2: Home</p>\n</li>\n<li><p>3: Billing</p>\n</li>\n<li><p>4: Other</p>\n</li>\n<li><p>5: Main</p>\n</li>\n</ul>\n</li>\n</ul>\n<h1 id=\"emails\">emails:</h1>\n<p>Type:</p>\n<ul>\n<li><p>type: Type</p>\n<ul>\n<li><p>Values</p>\n</li>\n<li><p>1: Work</p>\n</li>\n<li><p>2: Personal</p>\n</li>\n<li><p>3: Other</p>\n</li>\n<li><p>4: Main</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"force_insert-optional\">Force_insert (optional):</h2>\n<p>By default, it checks if the contact's emails and/or phones number are registered in Clientify. If these are registered, the contact is updated with the new data. To skip this check and force the creation of contact even if the email and/or phone data are already registered, in addition to the attributes in the JSON body, you can use the query param <code>force_insert</code> with a value of <code>true</code></p>\n<p><strong><code>https://api.clientify.net/v1/multiple-contacts/?force_insert=true</code></strong></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","multiple-contacts",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b064a653-6775-4bfd-9934-da16a3a3609d"},{"name":"Contact Details","id":"3a3c5116-b3ae-4619-aae9-0e664ded618f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"a7b73297-4e6e-40a1-bcff-4723a4aad5b5","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"856cc7f5-449d-40ca-8147-f6b68d94bad3","name":"Contact Details","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id",""],"variable":[{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Jan 2020 09:43:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"5588578d2d42da8a-LIS"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/contacts/4960068/\",\n    \"id\": 4960068,\n    \"owner\": \"pedro.diez@clientify.com\",\n    \"owner_name\": \"Pedro D. Diez\",\n    \"first_name\": \"Andrés\",\n    \"last_name\": \"Marquez\",\n    \"status\": \"in-deal\",\n    \"title\": \"Responsable de Servicios de Produccion\",\n    \"company\": \"GLI UK Gaming Ltd\",\n    \"company_details\": \"https://api.clientify.net/v1/companies/830499/\",\n    \"contact_type\": \"Personal\",\n    \"contact_source\": \"LinkedIn\",\n    \"emails\": [\n        {\n            \"type\": 4,\n            \"email\": \"amenendezb@mail.com\"\n        }\n    ],\n    \"phones\": [],\n    \"addresses\": [],\n    \"picture_url\": \"https://media.licdn.com/dms/image/C5103AQG_f8r47oOo3A/profile-displayphoto-shrink_800_800/0?e=1570665600&v=beta&t=zkUD6NYI8lhdnmesU8o4RkoHUOVUyVppHP8YQU-zKSI\",\n    \"custom_fields\": [],\n    \"tags\": [\n        \"clientify prospector\",\n        \"api test\",\n        \"tag from api\"\n    ],\n    \"description\": \"Responsable de produccion en los servicios\",\n    \"remarks\": \"\",\n    \"summary\": \"Responsable de produccion en los servicios\",\n    \"created\": \"2019-08-09T18:58:20.645656+02:00\",\n    \"last_contact\": \"2019-08-19T14:41:39.069247+02:00\",\n    \"related_tasks\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/194143/\",\n            \"id\": 194143,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Seguimiento oportunidad \\\"Oportunidad de Pedro\\\"\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-08-13T13:17:58.959641+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"https://api.clientify.net/v1/deals/70376/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/830499/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/199851/\",\n            \"id\": 199851,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Creating a Task from Postman 2 with a contact\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-09-08T13:00:00+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"https://api.clientify.net/v1/deals/70376/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/830499/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\",\n                \"https://api.clientify.net/v1/contacts/5019432/\"\n            ]\n        }\n    ],\n    \"deals\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/88279/\",\n            \"id\": 88279,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"name\": \"Nuevo deal con pipeline desc\",\n            \"amount\": \"1200.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4960068/\",\n            \"created\": \"2019-11-07T19:25:59.006469+01:00\",\n            \"expected_closed_date\": \"2019-11-14\",\n            \"company\": \"https://api.clientify.net/v1/companies/830499/\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 1,\n            \"probability_desc\": \"10%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3444/\",\n            \"pipeline_stage_desc\": \"Stage 1\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/32536026/\",\n                    \"id\": 32536026,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-11-07T19:25:59.054117+01:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88279/\\\", \\\"deal_amount\\\": \\\"112233.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"88279\",\n                    \"object_id\": 88279\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/88274/\",\n            \"id\": 88274,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"name\": \"Nuevo deal con pipeline desc\",\n            \"amount\": \"1200.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4960068/\",\n            \"created\": \"2019-11-07T18:39:09.607837+01:00\",\n            \"expected_closed_date\": \"2019-11-14\",\n            \"company\": \"https://api.clientify.net/v1/companies/830499/\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 1,\n            \"probability_desc\": \"10%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3444/\",\n            \"pipeline_stage_desc\": \"Stage 1\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/32525351/\",\n                    \"id\": 32525351,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-11-07T18:39:09.661035+01:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88274/\\\", \\\"deal_amount\\\": \\\"112233.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"88274\",\n                    \"object_id\": 88274\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/88272/\",\n            \"id\": 88272,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"name\": \"Staging deal from Postman\",\n            \"amount\": \"2300.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4960068/\",\n            \"created\": \"2019-11-07T18:36:23.829526+01:00\",\n            \"expected_closed_date\": \"2019-11-14\",\n            \"company\": \"https://api.clientify.net/v1/companies/830499/\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 1,\n            \"probability_desc\": \"10%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3444/\",\n            \"pipeline_stage_desc\": \"Stage 1\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/34195553/\",\n                    \"id\": 34195553,\n                    \"user\": \"Felipe Marin\",\n                    \"created\": \"2019-11-23T02:23:59.423013+01:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88272/\\\", \\\"deal_amount\\\": \\\"2300.00\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"88272\",\n                    \"object_id\": 88272\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/32525066/\",\n                    \"id\": 32525066,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-11-07T18:36:23.904113+01:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88272/\\\", \\\"deal_amount\\\": \\\"23452.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"88272\",\n                    \"object_id\": 88272\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/70376/\",\n            \"id\": 70376,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"name\": \"Oportunidad de Pedro\",\n            \"amount\": \"12345.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4960068/\",\n            \"created\": \"2019-08-12T13:16:25.343802+02:00\",\n            \"expected_closed_date\": \"2019-08-06\",\n            \"company\": \"https://api.clientify.net/v1/companies/830499/\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 4,\n            \"probability_desc\": \"40%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3446/\",\n            \"pipeline_stage_desc\": \"Stage 3\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"involved_contacts\": [\n                \"https://api.clientify.net/v1/contacts/5019432/\"\n            ],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/30544782/\",\n                    \"id\": 30544782,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-10-19T01:35:06.151164+02:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/194144/\\\", \\\"task_type\\\": \\\"Mandar email\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2019-03-08T12:00:00+01:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"194144\",\n                    \"object_id\": 70376\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/24101925/\",\n                    \"id\": 24101925,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-08-19T14:41:39.095314+02:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/199851/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 2 with a contact\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2019-09-08T13:00:00+02:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"199851\",\n                    \"object_id\": 70376\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/23452033/\",\n                    \"id\": 23452033,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-08-12T13:17:59.025002+02:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/194143/\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad de Pedro\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2019-08-13T13:17:58.959641+02:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"194143\",\n                    \"object_id\": 70376\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/23451990/\",\n                    \"id\": 23451990,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-08-12T13:16:25.399094+02:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad de Pedro\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/70376/\\\", \\\"deal_amount\\\": \\\"12345.00\\\", \\\"deal_status\\\": \\\"Vencidas\\\"}\",\n                    \"extra_datetime\": \"2019-08-07T06:55:00+02:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"70376\",\n                    \"object_id\": 70376\n                }\n            ],\n            \"tasks\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/tasks/194143/\",\n                    \"id\": 194143,\n                    \"owner\": \"pedro.diez@clientify.com\",\n                    \"owner_name\": \"Pedro D. Diez\",\n                    \"assigned_to\": \"pedro.diez@clientify.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez\",\n                    \"name\": \"Seguimiento oportunidad \\\"Oportunidad de Pedro\\\"\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-08-13T13:17:58.959641+02:00\",\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"https://api.clientify.net/v1/deals/70376/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"https://api.clientify.net/v1/companies/830499/\"\n                    ],\n                    \"related_contacts\": [\n                        \"https://api.clientify.net/v1/contacts/4960068/\"\n                    ]\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/tasks/199851/\",\n                    \"id\": 199851,\n                    \"owner\": \"pedro.diez@clientify.com\",\n                    \"owner_name\": \"Pedro D. Diez\",\n                    \"assigned_to\": \"pedro.diez@clientify.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez\",\n                    \"name\": \"Creating a Task from Postman 2 with a contact\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-09-08T13:00:00+02:00\",\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"https://api.clientify.net/v1/deals/70376/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"https://api.clientify.net/v1/companies/830499/\"\n                    ],\n                    \"related_contacts\": [\n                        \"https://api.clientify.net/v1/contacts/4960068/\",\n                        \"https://api.clientify.net/v1/contacts/5019432/\"\n                    ]\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/tasks/194144/\",\n                    \"id\": 194144,\n                    \"owner\": \"pedro.diez@clientify.com\",\n                    \"owner_name\": \"Pedro D. Diez\",\n                    \"assigned_to\": \"pedro.diez@clientify.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T12:00:00+01:00\",\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"https://api.clientify.net/v1/deals/70376/\"\n                    ],\n                    \"task_type\": \"https://api.clientify.net/v1/tasks/types/66/\",\n                    \"type_desc\": \"Mandar email\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"https://api.clientify.net/v1/companies/830499/\"\n                    ],\n                    \"related_contacts\": [\n                        \"https://api.clientify.net/v1/contacts/4763086/\"\n                    ]\n                }\n            ],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/84431/\",\n            \"id\": 84431,\n            \"owner\": \"macripco1311@gmail.com\",\n            \"owner_name\": \"Maria Clara Portilla Cortes\",\n            \"name\": \"Oportunidad para Zapier\",\n            \"amount\": \"1234.30\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4960068/\",\n            \"created\": \"2019-10-17T00:50:15.427514+02:00\",\n            \"expected_closed_date\": \"2019-10-18\",\n            \"company\": \"https://api.clientify.net/v1/companies/830499/\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 1,\n            \"probability_desc\": \"10%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3444/\",\n            \"pipeline_stage_desc\": \"Stage 1\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/30311573/\",\n                    \"id\": 30311573,\n                    \"user\": \"Pedro D. Diez\",\n                    \"created\": \"2019-10-17T00:50:15.569850+02:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad para Zapier\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/84431/\\\", \\\"deal_amount\\\": \\\"1234.30\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2019-10-19T06:55:00+02:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"84431\",\n                    \"object_id\": 84431\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        }\n    ],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/34195554/\",\n            \"id\": 34195554,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-11-23T02:23:59.435478+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88272/\\\", \\\"deal_amount\\\": \\\"2300.00\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"88272\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/32536027/\",\n            \"id\": 32536027,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-11-07T19:25:59.058749+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88279/\\\", \\\"deal_amount\\\": \\\"112233.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"88279\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/32525352/\",\n            \"id\": 32525352,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-11-07T18:39:09.667342+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88274/\\\", \\\"deal_amount\\\": \\\"112233.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"88274\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/32525067/\",\n            \"id\": 32525067,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-11-07T18:36:23.913576+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/88272/\\\", \\\"deal_amount\\\": \\\"23452.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-11-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"88272\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/30311574/\",\n            \"id\": 30311574,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-10-17T00:50:15.579808+02:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad para Zapier\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/84431/\\\", \\\"deal_amount\\\": \\\"1234.30\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-10-19T06:55:00+02:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"84431\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/24101922/\",\n            \"id\": 24101922,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-08-19T14:41:39.069247+02:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/199851/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 2 with a contact\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2019-09-08T13:00:00+02:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"199851\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/23452031/\",\n            \"id\": 23452031,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-08-12T13:17:58.998876+02:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/194143/\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad de Pedro\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2019-08-13T13:17:58.959641+02:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"194143\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/23451991/\",\n            \"id\": 23451991,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-08-12T13:16:25.405968+02:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad de Pedro\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/70376/\\\", \\\"deal_amount\\\": \\\"12345.00\\\", \\\"deal_status\\\": \\\"Vencidas\\\"}\",\n            \"extra_datetime\": \"2019-08-07T06:55:00+02:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"70376\",\n            \"object_id\": 4960068\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/23261970/\",\n            \"id\": 23261970,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2019-08-09T18:58:20.694164+02:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_creation\",\n            \"link\": \"\",\n            \"source_id\": \"4960068\",\n            \"object_id\": 4960068\n        }\n    ],\n    \"page_views\": 0,\n    \"total_visits\": 0,\n    \"first_visit\": null,\n    \"last_visit\": null,\n    \"gdpr_accept\": false,\n    \"visitor_key\": \"\",\n    \"attachments\": [],\n    \"websites\": [],\n    \"linkedin_url\": \"https://www.linkedin.com/in/amendezb\",\n    \"linkedin_id\": \"amendezb\",\n    \"linkedin_picture_url\": \"https://media.licdn.com/dms/image/C5103AQG_f8r47oOo3A/profile-displayphoto-shrink_800_800/0?e=1570665600&v=beta&t=zkUD6NYI8lhdnmesU8o4RkoHUOVUyVppHP8YQU-zKSI\",\n    \"skype_username\": \"\",\n    \"birthday\": null,\n    \"twitter_id\": \"\",\n    \"lead_scoring\": 0,\n    \"facebook_url\": \"\",\n    \"twitter_url\": \"\",\n    \"googleplus_url\": \"\",\n    \"pinterest_url\": \"\",\n    \"foursquare_url\": \"\",\n    \"aboutme_url\": \"\",\n    \"klout_url\": \"\",\n    \"facebook_picture_url\": \"\",\n    \"twitter_picture_url\": \"\",\n    \"facebook_id\": \"\",\n    \"google_id\": \"\"\n}"}],"_postman_id":"3a3c5116-b3ae-4619-aae9-0e664ded618f"},{"name":"Edit Contact Details","id":"98fe3985-cf3e-4013-8aff-f5f055be4cc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Paco\",\n    \"last_name\": \"Merlo\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/","description":"<p>Edit details of the contact :contact_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"e636c3e9-4593-479a-9b83-02eacc93c339","description":{"content":"<p>Id of the contact to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"45a62f6f-135f-4eb7-825c-7719dbff76b3","name":"Edit Contact Details","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Paco\",\n    \"last_name\": \"Merlo\"\n}"},"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id",""],"variable":[{"key":"contact_id","value":"200461","description":"Id of the contact to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/contacts/200461/\",\n    \"id\": 200461,\n    \"owner\": \"mcoderz87@gmail.com\",\n    \"first_name\": \"Paco\",\n    \"last_name\": \"Merlo\",\n    \"status\": \"cold-lead\",\n    \"title\": \"Mrs.\",\n    \"company\": \"Henderson Gomez LLC\",\n    \"contact_type\": null,\n    \"contact_source\": null,\n    \"emails\": [\n        {\n            \"type\": 4,\n            \"email\": \"tbefaqoja@mailinator.net\"\n        }\n    ],\n    \"phones\": [\n        {\n            \"type\": 1,\n            \"phone\": \"+1 (618) 353-6458\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"type\": 1,\n            \"street\": \"street de la coquina, 23\",\n            \"city\": \"Lugo\",\n            \"state\": \"Galicia\",\n            \"country\": \"Spain\",\n            \"postal_code\": \"34\"\n        }\n    ],\n    \"picture_url\": null,\n    \"custom_fields\": [],\n    \"tags\": [],\n    \"description\": \"Sunt vitae consequun\",\n    \"remarks\": \"Consequatur aliquid\",\n    \"summary\": \"Voluptas dolorem com\",\n    \"created\": \"2019-04-11T13:54:58.094470+02:00\",\n    \"last_contact\": null,\n    \"related_tasks\": [],\n    \"deals\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/271087/\",\n            \"id\": 271087,\n            \"user\": \"App developer\",\n            \"created\": \"2019-04-11T13:54:58.162583+02:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_creation\",\n            \"link\": \"\",\n            \"source_id\": \"200461\",\n            \"object_id\": 200461\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/271086/\",\n            \"id\": 271086,\n            \"user\": \"App developer\",\n            \"created\": \"2019-04-11T13:54:58.145238+02:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"297\",\n            \"object_id\": 200461\n        }\n    ],\n    \"page_views\": 0,\n    \"total_visits\": 0,\n    \"first_visit\": null,\n    \"last_visit\": null\n}"}],"_postman_id":"98fe3985-cf3e-4013-8aff-f5f055be4cc1"},{"name":"Delete Contact","id":"953c417c-3e13-4dfb-b416-2827d2bce5a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/","description":"<p>Deletes the contact :contact_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"4cc263b4-c085-4a90-ba3e-55ead8ed2cbd","description":{"content":"<p>Id of the contact to retrieve</p>\n","type":"text/plain"},"type":"any","value":"200461","key":"contact_id"}]}},"response":[{"id":"a54218b5-1af7-4ead-a20f-6e6533137f63","name":"Delete Contact","originalRequest":{"method":"DELETE","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id",""],"variable":[{"key":"contact_id","value":"200461","description":"Id of the contact to retrieve"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"953c417c-3e13-4dfb-b416-2827d2bce5a1"},{"name":"Add note to contact","id":"ffadd689-9874-4389-b5a9-be4573728a77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Voicenote","type":"text"},{"key":"comment","value":"Here is a voicenote","type":"text"},{"key":"audio_recording","type":"file","src":"/home/pedro/Grabaciones/Nota1"}]},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/note/","description":"<p>Adds a note to the contact</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","note",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"73586ac3-e206-40b4-b974-f55b86ac7b30","description":{"content":"<p>Id of the contact to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"224926c9-bee4-4a70-a9dc-a82321071156","name":"Add note to contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Note name\",\n    \"comment\": \"Meeting agended\"\n\t\n}"},"url":{"raw":"https://{{Domain}}/v1/contacts/:contact_id/note/","protocol":"https","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","note",""],"variable":[{"key":"contact_id","value":"32","description":"Id of the contact to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"ffadd689-9874-4389-b5a9-be4573728a77"},{"name":"Add call to contact","id":"ab260c0a-af0c-448f-a8ad-32d331150ab1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"incoming","type":"text"},{"key":"comment","value":"Meeting agended","type":"text"},{"key":"outcome","value":"not_interested","type":"text"},{"key":"call_date","value":"2020-11-17","type":"text"},{"key":"call_time","value":"17:00:00+0100","type":"text"},{"key":"audio_recording","type":"file","src":"/home/pedro/Descargas/20210521T150328Z_pedro.diez@clientify.com_+34615233054.ogg"}]},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/call/","description":"<p>Adds a call to the contact.\nTo add a call to an existing contact, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The direction of the call. Can be either 'incoming' or 'outgoing'</td>\n<td>true</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>Comment on the call</td>\n<td>true</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>string</td>\n<td>Result of the call</td>\n<td>true</td>\n</tr>\n<tr>\n<td>call_date</td>\n<td>date</td>\n<td>Date of the call in the \"yyyy-mm-dd\" format</td>\n<td>true</td>\n</tr>\n<tr>\n<td>call_time</td>\n<td>time</td>\n<td>Time of the call in \"hh:mm:ss\" format</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"outcome\">outcome</h2>\n<p>List of values available for the <code>outcome</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no_answer</td>\n<td>No answer</td>\n</tr>\n<tr>\n<td>busy</td>\n<td>Busy</td>\n</tr>\n<tr>\n<td>left_voicemail</td>\n<td>Left voicemail</td>\n</tr>\n<tr>\n<td>call_later</td>\n<td>Call later</td>\n</tr>\n<tr>\n<td>wrong_number</td>\n<td>Wrong number</td>\n</tr>\n<tr>\n<td>connected</td>\n<td>Connected</td>\n</tr>\n<tr>\n<td>not_interested</td>\n<td>Not interested</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","call",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"2812c400-55fe-460e-b60a-a3ff403bce87","description":{"content":"<p>Id of the contact to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"c4a06f00-ed0a-4b78-a1bd-0d531c5d2679","name":"Add call to contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"type","value":"incoming","type":"text"},{"key":"comment","value":"Meeting agended","type":"text"},{"key":"outcome","value":"not_interested","type":"text"},{"key":"call_date","value":"2020-11-17","type":"text"},{"key":"call_time","value":"17:00:00+0100","type":"text"},{"key":"audio_recording","type":"file","src":"/home/pedro/Descargas/20210521T150328Z_pedro.diez@clientify.com_+34615233054.ogg"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/call/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","call",""],"variable":[{"key":"contact_id","value":"{{contact-id}}","description":"Id of the contact to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Tue, 25 May 2021 22:19:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"ab260c0a-af0c-448f-a8ad-32d331150ab1"},{"name":"Add meeting to contact","id":"7cd7a6c0-560e-4525-90c5-5bcae3ec5b17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/checkin/","description":"<p>Adds a meeting to the contact.\nTo add a meeting to an existing contact, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The direction of the call. Can be either 'face_to_face' or 'virtual'</td>\n<td>true</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>Comment on the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>string</td>\n<td>Result of the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>date</td>\n<td>date</td>\n<td>Date of the meeting in the \"yyyy-mm-dd\" format</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"outcome\">outcome</h2>\n<p>List of values available for the <code>outcome</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>none</td>\n<td>None</td>\n</tr>\n<tr>\n<td>scheduled</td>\n<td>Scheduled</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>Completed</td>\n</tr>\n<tr>\n<td>rescheduled</td>\n<td>Rescheduled</td>\n</tr>\n<tr>\n<td>did_not_assist</td>\n<td>Did not assist</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>Cancelled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","checkin",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"eff1ffc1-d081-421b-a6fe-24d04db4fb1c","description":{"content":"<p>Id of the contact to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"b76d212f-cc7f-49d2-a30b-3038e643aeb5","name":"Add meeting to contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/checkin/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":contact_id","checkin",""],"variable":[{"key":"contact_id","value":"{{contact-id}}","description":"Id of the contact to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:06:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"7cd7a6c0-560e-4525-90c5-5bcae3ec5b17"},{"name":"Assign user to contact","id":"192dc037-a2a7-40c2-bc2e-b1140dda282f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","description":"<p>Authorization Token</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"owner\": {{user_id}}\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:contact_id/owner/","description":"<p>Assign Contact to another user.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":contact_id","owner",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d8b7304d-f2f4-4e70-a4e7-89d780e5b4f7","description":{"content":"<p>Id of the contact</p>\n","type":"text/plain"},"type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"192dc037-a2a7-40c2-bc2e-b1140dda282f"}],"id":"3f5d4bf7-8acc-40e8-bcae-e229a7f486a9","description":"<p>What is the Contacts API?</p>\n<p>Contacts are the fundamental building block to Clientify - they store lead-specific data that makes it possible to leverage much of the functionality in Clientif.</p>\n","_postman_id":"3f5d4bf7-8acc-40e8-bcae-e229a7f486a9"},{"name":"Companies","item":[{"name":"Company Sectors","item":[{"name":"List Company Sectors","id":"be212ac1-f0a9-435e-9511-faa1b631e101","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/companies/sectors/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies","sectors",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"36077c1d-e785-4f41-830e-5280ea60a5fd","name":"List Company Sectors","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":""},"url":"https://{{Domain}}/v1/company-sectors/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 17,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 273,\n            \"name\": \"Alimentación\"\n        },\n        {\n            \"id\": 359,\n            \"name\": \"Arte y Cultura\"\n        },\n        {\n            \"id\": 276,\n            \"name\": \"Comercio Minorista\"\n        },\n        {\n            \"id\": 277,\n            \"name\": \"Construcción\"\n        },\n        {\n            \"id\": 278,\n            \"name\": \"Energía\"\n        },\n        {\n            \"id\": 279,\n            \"name\": \"Formación\"\n        },\n        {\n            \"id\": 280,\n            \"name\": \"Industria\"\n        },\n        {\n            \"id\": 281,\n            \"name\": \"Información y Medios\"\n        },\n        {\n            \"id\": 282,\n            \"name\": \"Informática y Telecomunicaciones\"\n        },\n        {\n            \"id\": 283,\n            \"name\": \"Ingeniería y Arquitectura\"\n        },\n        {\n            \"id\": 284,\n            \"name\": \"Inmobiliaria\"\n        },\n        {\n            \"id\": 285,\n            \"name\": \"Logística\"\n        },\n        {\n            \"id\": 289,\n            \"name\": \"Otros\"\n        },\n        {\n            \"id\": 286,\n            \"name\": \"Otros servicios\"\n        },\n        {\n            \"id\": 275,\n            \"name\": \"Producción agrícola y Ganadera\"\n        },\n        {\n            \"id\": 287,\n            \"name\": \"Servicios empresariales\"\n        },\n        {\n            \"id\": 288,\n            \"name\": \"Turismo y Ocio\"\n        }\n    ]\n}"}],"_postman_id":"be212ac1-f0a9-435e-9511-faa1b631e101"},{"name":"Add Company Sector","id":"1008e780-ecaf-4e2a-9424-eb7a4fe1eb8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Musica\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/company-sectors/","urlObject":{"protocol":"{{Protocol}}","path":["v1","company-sectors",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"8cd2bf05-2ef3-4f48-964f-d4036e857203","name":"Add Company Sector","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Musica\"\n}"},"url":"https://{{Domain}}/v1/company-sectors/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35,\n    \"name\": \"Musica\"\n}"}],"_postman_id":"1008e780-ecaf-4e2a-9424-eb7a4fe1eb8b"}],"id":"298e3cd0-f76a-4f92-9b23-251ae8aeef08","_postman_id":"298e3cd0-f76a-4f92-9b23-251ae8aeef08","description":""},{"name":"Tags","item":[{"name":"List Company Tags","id":"cab2ed27-0e17-43df-876b-44f0d358a377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/tags/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"1ae554d8-5859-4626-930c-59462b7ae3ea","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[],"_postman_id":"cab2ed27-0e17-43df-876b-44f0d358a377"},{"name":"List Tags for all Companies","id":"a217826e-bcc6-409d-8cd1-785d860144fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/companies/tags/","description":"<p>List of the tags available for deals</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies","tags",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a217826e-bcc6-409d-8cd1-785d860144fe"},{"name":"Delete Company Tag","id":"0a5d1e9c-96fc-417d-8910-ff4923d55d7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/tags/:tag_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"5d4c3e49-54e7-4645-a982-e11ba5936590","type":"any","value":"{{company-id}}","key":"company_id"},{"id":"28447582-90f3-4d12-9136-b587b0868904","type":"any","value":"{{tag-id}}","key":"tag_id"}]}},"response":[],"_postman_id":"0a5d1e9c-96fc-417d-8910-ff4923d55d7f"},{"name":"Add Tag to Company","id":"3b2cd269-4893-4764-95cb-3733f17e6e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"company api\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/tags/","description":"<p>Add a tag to the deal with id sent by parameter deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"f6c126fc-37f0-4746-a8a5-64342f114a87","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[],"_postman_id":"3b2cd269-4893-4764-95cb-3733f17e6e46"},{"name":"Edit Company Tag","id":"2f0618b4-d1fa-462c-aadd-d1bc501ac820","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"company api\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/tags/:tag_id/","description":"<p>Edit the tag identified by tag_id of the deal with the id deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"6afd6e61-62bd-4be1-96ab-2bacd34a135f","type":"any","value":"{{company-id}}","key":"company_id"},{"id":"35ec493d-3d40-4d2c-8280-fceb9e8f2590","type":"any","value":"21","key":"tag_id"}]}},"response":[],"_postman_id":"2f0618b4-d1fa-462c-aadd-d1bc501ac820"}],"id":"d4d1d7a5-56eb-4177-b289-4e97de202380","event":[{"listen":"prerequest","script":{"id":"eab0a543-6ef0-4aa5-99ae-23d950713975","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"21fe960f-4e9b-4194-8e1a-fceecfd5e3a7","type":"text/javascript","exec":[""]}}],"_postman_id":"d4d1d7a5-56eb-4177-b289-4e97de202380","description":""},{"name":"Employees","item":[{"name":"List Company Employees","id":"c90744b7-54b8-4cc0-83f0-56d895ccd607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/employees/","description":"<p>Get the list of company employees</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","employees",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"2f688531-92a3-4717-b24e-1aee263b427e","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[],"_postman_id":"c90744b7-54b8-4cc0-83f0-56d895ccd607"},{"name":"Remove an Employee from a Company","id":"95e2009f-b762-4bc0-9814-ec6f1dcf7ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/employees/:contact_id/","description":"<p>Removes the contact with <code>contact_id</code>  from the list of the employees of the company</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","employees",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"c838f101-1a5a-4bbf-b1c2-c6b27c2834c3","type":"any","value":"{{company-id}}","key":"company_id"},{"id":"c0a6b716-c806-4344-a787-e869ed36a540","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"95e2009f-b762-4bc0-9814-ec6f1dcf7ff7"},{"name":"Add Employee to Company","id":"3d6b3ec3-051b-4178-ba4e-43bd32966e54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/employees/:contact_id/","description":"<p>Adds the contact with <code>contact_id</code> to the list of employees of the company</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","employees",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"a78e521c-3183-4c1d-a489-7d53d4c88ac5","type":"any","value":"{{company-id}}","key":"company_id"},{"id":"b4b646d9-d6d2-4fe8-9634-adf56aef33f5","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[],"_postman_id":"3d6b3ec3-051b-4178-ba4e-43bd32966e54"}],"id":"29b28231-2036-462f-a2bb-dd2fa206c2c5","event":[{"listen":"prerequest","script":{"id":"6b6a2f6c-3000-4454-9cb3-940665a58c98","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"16d8ba61-99cf-43a7-bb1f-87434434ec1b","type":"text/javascript","exec":[""]}}],"_postman_id":"29b28231-2036-462f-a2bb-dd2fa206c2c5","description":""},{"name":"List Companies","id":"9448266d-2a94-4a80-8805-1171f2605fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/companies/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9448266d-2a94-4a80-8805-1171f2605fcb"},{"name":"Query Companies","id":"b4ec4095-769b-4029-a539-db8745ce3213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/companies/?query=company","description":"<p>The \"query\" field is used to query by company name and business name.</p>\n<p>On the other hand, you can also filter using dates through the fields \"created\" and \"modified\", being able to use the filters '[gt]','[lt]','[gte]' and '[lte]' to indicate '&gt;', '&lt;', '&gt;=' and '&lt;=' respectively.</p>\n<p>Here are some examples of query searches:</p>\n<ul>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?query=acme\">https://api.clientify.net/v1/companies/?query=acme</a><br />Will return companies that have 'acme' as name + companies that have 'acme' as business name</li>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?created%5Bgt%5D=2020/01/01\">https://api.clientify.net/v1/companies/?created[gt]=2020/01/01</a><br />Will return the companies created after 2020/01/01</li>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?modified=2020/01/01\">https://api.clientify.net/v1/companies/?modified=2020/01/01</a><br />Will return the companies modified after 2020/01/01</li>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?created%5Bgt%5D=2020/01/01&amp;created%5Blt%5D=2020/01/10\">https://api.clientify.net/v1/companies/?created[gt]=2020/01/01&amp;created[lt]=2020/01/10</a><br />Will return the companies created after2020/01/01 and before 2020/01/10</li>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?taxpayer_identification_number=B-04801111\">https://api.clientify.net/v1/companies/?taxpayer_identification_number=B-04801111</a> Will return the companies filtered by taxpayer_identification_number</li>\n<li>GET <a href=\"https://api.clientify.net/v1/companies/?custom_field=Rubro\">https://api.clientify.net/v1/companies/?custom_field=Rubro</a> Will return the companies filtered by custom_field</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",""],"host":["{{Domain}}"],"query":[{"key":"query","value":"company"}],"variable":[]}},"response":[{"id":"12a9fdda-649a-458e-9527-57150d83dd28","name":"Query Companies","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/companies/?query=company","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",""],"query":[{"key":"query","value":"company"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 8,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/12/\",\n            \"id\": 12,\n            \"name\": \"JSON company3 inc.\",\n            \"company_sector\": \"Arquitectura\",\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": \"2019-03-07T18:16:08.318578-05:00\",\n            \"last_interaction\": \"2019-03-07T13:55:59.098065-05:00\",\n            \"created\": \"2019-02-13T17:30:38.053292-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/11/\",\n            \"id\": 11,\n            \"name\": \"JSON company inc.\",\n            \"company_sector\": \"Arquitectura\",\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T17:29:14.314046-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/10/\",\n            \"id\": 10,\n            \"name\": \"JSON company inc.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T17:26:52.448757-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/9/\",\n            \"id\": 9,\n            \"name\": \"JSON company inc.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T17:25:34.174917-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/8/\",\n            \"id\": 8,\n            \"name\": \"JSON company inc.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T17:17:44.566659-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/7/\",\n            \"id\": 7,\n            \"name\": \"JSON company inc.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T17:15:23.592964-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/6/\",\n            \"id\": 6,\n            \"name\": \"The 3rd Company INC.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T13:24:13.018256-05:00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/companies/5/\",\n            \"id\": 5,\n            \"name\": \"Company Name INC.\",\n            \"company_sector\": null,\n            \"number_of_employees\": null,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"picture_url\": null,\n            \"last_viewed\": null,\n            \"last_interaction\": null,\n            \"created\": \"2019-02-13T13:14:23.503451-05:00\"\n        }\n    ]\n}"}],"_postman_id":"b4ec4095-769b-4029-a539-db8745ce3213"},{"name":"Create a Company","id":"022b74da-7af8-4756-b974-d5a1eaf82517","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Clientify\",\n    \"sector\": null,\n    \"company_sector\": \"Información y medios\",\n    \"business_name\": \"Clientify - Social CRM\",\n    \"taxpayer_identification_number\": \"B-04801111\",\n    \"fax\": \"950 23 50 37\",\n    \"number_of_employees\": 2,\n    \"owner\": \"pedro.diez@clientify.com\",\n    \"emails\": [\n        {\n            \"email\": \"team@clientify.com\"\n        }\n    ],\n    \"phones\": [\n        {\n            \"phone\": \"950 23 50 37\"\n        }\n    ],\n    \"websites\": [\n        {\n            \"website\": \"https://clientify.com\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"type\": 1,\n            \"street\": \"Paseo de Almería, Nº 63, P6\",\n            \"city\": \"Almería\",\n            \"state\": \"Almería\",\n            \"country\": \"España\",\n            \"postal_code\": \"04001\"\n        }\n    ],\n    \"rank\": 0.0,\n    \"rank_manual\": false,\n    \"picture_url\": \"https://media-exp1.licdn.com/dms/image/C560BAQESkUinuDrcxg/company-logo_100_100/0?e=1596067200&v=beta&t=0zSpQWQwH2WELqFVLmGQ9sRfI0mt2tmg8e-HO2zuVZU\",\n    \"facebook_url\": \"https://www.facebook.com/clientify\",\n    \"linkedin_url\": \"https://www.linkedin.com/company/clientify/\",\n    \"twitter_url\": \"https://twitter.com/clientify\",\n    \"private\": false,\n    \"last_viewed\": \"2020-04-29T17:49:20.400104+02:00\",\n    \"last_interaction\": \"2020-04-29T17:50:00+02:00\",\n    \"facebook_id\": \"1459762167605155\",\n    \"twitter_id\": \"2607356718\",\n    \"won_deals_amount\": 0,\n    \"founded\": null,\n    \"online_since\": null,\n    \"full_contact_extra\":\"\",\n    \"approx_employees\": null,\n    \"description\": \"Aplicación SaaS de #SocialCRM para las Pymes y Microempresas. Potencia tus ventas gracias a las Redes Sociales y al #CRM\",\n    \"remarks\": \"El Hubspot de las pequeñas empresas\",\n    \"summary\": \"Aplicación SaaS de SocialCRM para las Pymes y Microempresas. Potencia tus ventas gracias a las Redes Sociales y al CRM. \\n\\nIntegramos prácticamente la mayoría de las redes sociales de uso empresarial (Linkedin, Facebook, Twitter, Klout, Google +, about.me, Pinterest, Foursquare,...), así como herramientas de productividad (Office 365, Google Apps,...), herramientas Cloud (Dropbox, Google Drive) y herramientas de email Marketing (Mailchimp). \\n\\nSomos el Salesforce de las pequeñas empresas.\\n\\nPara conocer la Política de Privacidad aplicable a los datos de seguidores, visita http://clientify.com/politica-de-privacidad/\\nPara conocer los datos de identificación del Responsable, visita http://clientify.com/aviso-legal/\",\n    \"tags\": [\n        \"chachi\"\n    ],\n    \"custom_fields\": [\n                {\n                    \"field\": \"startup\",\n                    \"value\": \"Si\"\n                }],\n    \"linkedin_picture_url\": \"https://media-exp1.licdn.com/dms/image/C560BAQESkUinuDrcxg/company-logo_100_100/0?e=1596067200&v=beta&t=0zSpQWQwH2WELqFVLmGQ9sRfI0mt2tmg8e-HO2zuVZU\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/","description":"<p>Creates a company.</p>\n<p>For the number_of_employees field, use this table:</p>\n<ul>\n<li>1: '1-10'</li>\n<li>2: '11-50'</li>\n<li>3: '51-200'</li>\n<li>4: '201-500'</li>\n<li>5: '501-1000'</li>\n<li>6: '1001-5000'</li>\n<li>7: '5001-10000'</li>\n<li>8: '10000+'</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"79dbe70e-53e8-4c69-b1c5-8a41281dad9b","name":"Add Company","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}","disabled":true},{"key":"format","type":"text","value":"json"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"POSTMAN Inserted company 2\",\n\t\"company_sector\": \"Industria\",\n\t\"phones\": [{\"phone\": \"953 222222\"}],\n\t\"websites\": [{\"website\": \"json3.company.inc\"}]\n}"},"url":{"raw":"https://{{Domain}}/v1/companies/?api_key={{Token}}&format=json","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",""],"query":[{"key":"api_key","value":"{{Token}}"},{"key":"format","value":"json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Thu, 07 Mar 2019 13:46:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1104"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"http://staging2.clientify.net/v1/companies/38100/?format=json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/companies/38100/?format=json\",\n    \"id\": 38100,\n    \"name\": \"POSTMAN Inserted company 2\",\n    \"sector\": null,\n    \"company_sector\": \"Industria\",\n    \"business_name\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"fax\": \"\",\n    \"number_of_employees\": null,\n    \"owner\": \"felipemarin@yahoo.com\",\n    \"who_can_view\": 1,\n    \"emails\": [],\n    \"phones\": [\n        {\n            \"phone\": \"953 222222\"\n        }\n    ],\n    \"websites\": [\n        {\n            \"website\": \"json3.company.inc\"\n        }\n    ],\n    \"addresses\": [],\n    \"rank\": 0,\n    \"rank_manual\": false,\n    \"picture_url\": null,\n    \"private\": false,\n    \"last_viewed\": null,\n    \"last_interaction\": null,\n    \"facebook_id\": \"\",\n    \"twitter_id\": \"\",\n    \"linkedin_id\": \"\",\n    \"facebook_url\": \"\",\n    \"linkedin_url\": \"\",\n    \"twitter_url\": \"\",\n    \"won_deals_amount\": 0,\n    \"founded\": null,\n    \"online_since\": null,\n    \"full_contact_extra\": \"{}\",\n    \"approx_employees\": null,\n    \"description\": \"\",\n    \"remarks\": \"\",\n    \"summary\": \"\",\n    \"tags\": [],\n    \"deals\": [],\n    \"related_tasks\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/270447/?format=json\",\n            \"id\": 270447,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-03-07T14:46:03.940203+01:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_creation\",\n            \"link\": \"\",\n            \"source_id\": \"38100\",\n            \"object_id\": 38100\n        }\n    ],\n    \"employees\": []\n}"},{"id":"a28e9538-7f20-413d-9b20-2f34bced8cf1","name":"Add Company with headers","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"POSTMAN Inserted company 3\",\n\t\"company_sector\": \"Industria\",\n\t\"phones\": [{\"phone\": \"953 222222\"}],\n\t\"websites\": [{\"website\": \"json3.company.inc\"}]\n}"},"url":"https://{{Domain}}/v1/companies/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Thu, 07 Mar 2019 13:47:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1080"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"http://staging2.clientify.net/v1/companies/38101/"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/companies/38101/\",\n    \"id\": 38101,\n    \"name\": \"POSTMAN Inserted company 3\",\n    \"sector\": null,\n    \"company_sector\": \"Industria\",\n    \"business_name\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"fax\": \"\",\n    \"number_of_employees\": null,\n    \"owner\": \"felipema@yahoo.com\",\n    \"who_can_view\": 1,\n    \"emails\": [],\n    \"phones\": [\n        {\n            \"phone\": \"953 222222\"\n        }\n    ],\n    \"websites\": [\n        {\n            \"website\": \"json3.company.inc\"\n        }\n    ],\n    \"addresses\": [],\n    \"rank\": 0,\n    \"rank_manual\": false,\n    \"picture_url\": null,\n    \"private\": false,\n    \"last_viewed\": null,\n    \"last_interaction\": null,\n    \"facebook_id\": \"\",\n    \"twitter_id\": \"\",\n    \"linkedin_id\": \"\",\n    \"facebook_url\": \"\",\n    \"linkedin_url\": \"\",\n    \"twitter_url\": \"\",\n    \"won_deals_amount\": 0,\n    \"founded\": null,\n    \"online_since\": null,\n    \"full_contact_extra\": \"{}\",\n    \"approx_employees\": null,\n    \"description\": \"\",\n    \"remarks\": \"\",\n    \"summary\": \"\",\n    \"tags\": [],\n    \"deals\": [],\n    \"related_tasks\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/270448/\",\n            \"id\": 270448,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-03-07T14:47:39.264168+01:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_creation\",\n            \"link\": \"\",\n            \"source_id\": \"38101\",\n            \"object_id\": 38101\n        }\n    ],\n    \"employees\": []\n}"}],"_postman_id":"022b74da-7af8-4756-b974-d5a1eaf82517"},{"name":"Company Details","id":"0639e432-1c58-488a-85aa-e282f072a1a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/","description":"<p>Returns the details of the company</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"type":"any","value":"","key":"company_id"}]}},"response":[{"id":"ee0748b1-4ef0-4a5d-b50b-a14925a5759a","name":"Company Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json","disabled":true},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/companies/:company_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",":company_id",""],"variable":[{"key":"company_id","value":"{{company-id}}","description":"Id of the company to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/companies/24084/\",\n    \"id\": 24084,\n    \"name\": \"ALIANZA & INTERIM, SL\",\n    \"sector\": null,\n    \"company_sector\": null,\n    \"business_name\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"fax\": \"\",\n    \"number_of_employees\": null,\n    \"owner\": \"felipemarin@yahoo.com\",\n    \"who_can_view\": 1,\n    \"emails\": [],\n    \"phones\": [],\n    \"websites\": [],\n    \"addresses\": [],\n    \"rank\": 0,\n    \"rank_manual\": false,\n    \"picture_url\": null,\n    \"private\": false,\n    \"last_viewed\": null,\n    \"last_interaction\": null,\n    \"facebook_id\": \"\",\n    \"twitter_id\": \"\",\n    \"linkedin_id\": \"510084914\",\n    \"facebook_url\": \"\",\n    \"linkedin_url\": \"\",\n    \"twitter_url\": \"\",\n    \"won_deals_amount\": 0,\n    \"founded\": null,\n    \"online_since\": null,\n    \"full_contact_extra\": \"{}\",\n    \"approx_employees\": null,\n    \"description\": \"\",\n    \"remarks\": \"\",\n    \"summary\": \"\",\n    \"tags\": [],\n    \"deals\": [],\n    \"related_tasks\": [],\n    \"wall_entries\": [],\n    \"employees\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/65513/\",\n            \"id\": 65513,\n            \"owner\": \"felipemarin@yahoo.com\",\n            \"first_name\": \"Mar\",\n            \"last_name\": \"Rodriguez Martinez\",\n            \"status\": \"cold-lead\",\n            \"title\": \"Chief Human Resources\",\n            \"company\": \"ALIANZA & INTERIM, SL\",\n            \"contact_type\": null,\n            \"contact_source\": \"Google\",\n            \"emails\": [\n                {\n                    \"type\": 1,\n                    \"email\": \"mar.rodriguez@alianzainterim.com\"\n                }\n            ],\n            \"phones\": [],\n            \"addresses\": [\n                {\n                    \"type\": 1,\n                    \"street\": \"\",\n                    \"city\": \"Almería Area\",\n                    \"state\": \"\",\n                    \"country\": \"Spain\",\n                    \"postal_code\": \"\"\n                }\n            ],\n            \"picture_url\": \"https://media.licdn.com/mpr/mprx/0_yrLwHni0_W1apxSoYB9qHzCaif5DpMpoOcAqHzLxpolpijIEr9zbQvllDTL1xYj6g1FvFtBxZQBL\",\n            \"custom_fields\": [],\n            \"tags\": [\n                \"linkedin\",\n                \"google\"\n            ],\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"summary\": \"\",\n            \"created\": \"2015-02-11T22:47:56.904849+01:00\",\n            \"last_contact\": null,\n            \"related_tasks\": [],\n            \"deals\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/107332/\",\n                    \"id\": 107332,\n                    \"user\": \"Felipe Marin\",\n                    \"created\": \"2015-02-11T22:47:56.908604+01:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"65513\",\n                    \"object_id\": 65513\n                }\n            ],\n            \"page_views\": 0,\n            \"total_visits\": 0,\n            \"first_visit\": null,\n            \"last_visit\": null\n        }\n    ]\n}"}],"_postman_id":"0639e432-1c58-488a-85aa-e282f072a1a0"},{"name":"Update Company Details","id":"7d611767-b277-4f1c-9d84-c886d31eb6e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\n                {\n                    \"type\": 1,\n                    \"email\": \"mario.rodriguez@alianzternim.com\"\n                }\n            ]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/","description":"<p>Returns the details of the company</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"f9c9eb5b-448e-4483-9c0e-2cfe52f4ffbe","description":{"content":"<p>Id of the company to retrieve</p>\n","type":"text/plain"},"type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"1e4bee5c-f5ee-42e2-84be-c93929208e3c","name":"Update Company Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"The MODIFIED Company INC.\"\n}"},"url":{"raw":"https://{{Domain}}/v1/companies/:company_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",":company_id",""],"variable":[{"key":"company_id","value":"6","description":"Id of the company to retrieve"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 17:43:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1917"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/companies/6/\",\n    \"id\": 6,\n    \"name\": \"The MODIFIED Company INC.\",\n    \"sector\": null,\n    \"company_sector\": null,\n    \"business_name\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"fax\": \"\",\n    \"number_of_employees\": null,\n    \"owner\": \"pedro.diez@irsolav.com\",\n    \"who_can_view\": 1,\n    \"emails\": [],\n    \"phones\": [],\n    \"websites\": [],\n    \"addresses\": [],\n    \"rank\": 0,\n    \"rank_manual\": false,\n    \"picture_url\": null,\n    \"private\": false,\n    \"last_viewed\": null,\n    \"last_interaction\": null,\n    \"facebook_id\": \"\",\n    \"twitter_id\": \"\",\n    \"linkedin_id\": \"\",\n    \"facebook_url\": \"\",\n    \"linkedin_url\": \"\",\n    \"twitter_url\": \"\",\n    \"won_deals_amount\": 0,\n    \"founded\": null,\n    \"online_since\": null,\n    \"full_contact_extra\": \"{}\",\n    \"approx_employees\": null,\n    \"calls\": [],\n    \"description\": \"\",\n    \"remarks\": \"\",\n    \"summary\": \"\",\n    \"tags\": [],\n    \"deals\": [],\n    \"related_tasks\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/158/\",\n            \"id\": 158,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-02-13T13:24:13.022030-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_creation\",\n            \"link\": \"\",\n            \"source_id\": \"6\",\n            \"object_id\": 6\n        }\n    ],\n    \"employees\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/contacts/6/\",\n            \"id\": 6,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"first_name\": \"tercer Tio\",\n            \"last_name\": \"Creado por JSON\",\n            \"status\": \"cold-lead\",\n            \"title\": \"Mr.\",\n            \"company\": \"The MODIFIED Company INC.\",\n            \"contact_type\": null,\n            \"contact_source\": null,\n            \"emails\": [\n                {\n                    \"type\": 4,\n                    \"email\": \"email3.creado@json.com\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"type\": 1,\n                    \"phone\": \"953 22 22 22\"\n                }\n            ],\n            \"addresses\": [],\n            \"picture_url\": null,\n            \"custom_fields\": [],\n            \"tags\": [],\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"summary\": \"\",\n            \"created\": \"2019-02-13T13:24:12.994766-05:00\",\n            \"last_contact\": null,\n            \"related_tasks\": [],\n            \"deals\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/wall-entries/159/\",\n                    \"id\": 159,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-02-13T13:24:13.033914-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"6\",\n                    \"object_id\": 6\n                }\n            ],\n            \"page_views\": 0,\n            \"total_visits\": 0,\n            \"first_visit\": null,\n            \"last_visit\": null\n        }\n    ]\n}"}],"_postman_id":"7d611767-b277-4f1c-9d84-c886d31eb6e0"},{"name":"Delete Company","id":"e893503f-a3c0-4390-b1ff-8f0435f32e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\n                {\n                    \"type\": 1,\n                    \"email\": \"mario.rodriguez@alianzternim.com\"\n                }\n            ]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/","description":"<p>Deletes the company with id :company_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"e97004f3-6d9e-4d9e-b148-4c2f27c1aef2","description":{"content":"<p>Id of the company to retrieve</p>\n","type":"text/plain"},"type":"any","value":"7","key":"company_id"}]}},"response":[{"id":"483c9e36-1a34-403e-bc02-83e553654c46","name":"Delete Company","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"Token {{Token}}"}],"body":{"mode":"raw","raw":"{\n\t\"emails\": [\n                {\n                    \"type\": 1,\n                    \"email\": \"mario.rodriguez@alianzternim.com\"\n                }\n            ]\n}"},"url":{"raw":"https://{{Domain}}/v1/companies/:company_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",":company_id",""],"variable":[{"key":"company_id","value":"7","description":"Id of the company to retrieve"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 17:45:45 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e893503f-a3c0-4390-b1ff-8f0435f32e0e"},{"name":"Add Call to Company","id":"757313e7-bb10-47b4-a502-c8bb1ecd7b9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"incoming\",\n    \"comment\": \"Meeting agended\",\n    \"outcome\": \"connected\",\n    \"call_date\": \"2019-03-07\",\n    \"call_time\": \"17:00:00+0100\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/call/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","call",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d908db0e-690b-45f1-a61d-ae32145cc850","description":{"content":"<p>Id of the company where to add the call</p>\n","type":"text/plain"},"type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"f9d0decd-1a40-4c53-a7b3-418be43a737c","name":"Add Outgoing Call to Company","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"outgoing\",\n    \"comment\": \"Call to check user interest\",\n    \"outcome\": \"connected\",\n    \"call_date\": \"2019-03-07\",\n    \"call_time\": \"15:00:00+0100\"\n}"},"url":{"raw":"https://{{Domain}}/v1/companies/:company_id/add_call/","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",":company_id","add_call",""],"variable":[{"key":"company_id","value":"{{company-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Thu, 07 Mar 2019 16:50:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"757313e7-bb10-47b4-a502-c8bb1ecd7b9a"},{"name":"Add Note to Company","id":"8300dc3b-6ffe-46bc-9f5d-de7f0090818b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Note name for company\",\n    \"comment\": \"It worked\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/companies/:company_id/note/","urlObject":{"protocol":"{{Protocol}}","path":["v1","companies",":company_id","note",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"70dc85d2-ee41-4d59-9c6b-c163eefc131b","description":{"content":"<p>Id of the company where to add the call</p>\n","type":"text/plain"},"type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"b1f41632-220c-476b-a79d-36c5c77874d5","name":"Add Note to Company","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Note name for company\",\n    \"comment\": \"It worked\"\n}"},"url":{"raw":"https://{{Domain}}/v1/companies/:company_id/note/","protocol":"https","host":["{{Domain}}"],"path":["v1","companies",":company_id","note",""],"variable":[{"key":"company_id","value":"{{company-id}}","description":"Id of the company where to add the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 21:38:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"8300dc3b-6ffe-46bc-9f5d-de7f0090818b"},{"name":"Add meeting to company","id":"3c0cd3a9-c585-44ea-b970-f7b5156ca9de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:company_id/checkin/","description":"<p>Adds a meeting to the company.\nTo add a meeting to an existing company, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The direction of the call. Can be either 'face_to_face' or 'virtual'</td>\n<td>true</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>Comment on the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>string</td>\n<td>Result of the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>date</td>\n<td>date</td>\n<td>Date of the meeting in the \"yyyy-mm-dd\" format</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"outcome\">outcome</h2>\n<p>List of values available for the <code>outcome</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>none</td>\n<td>None</td>\n</tr>\n<tr>\n<td>scheduled</td>\n<td>Scheduled</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>Completed</td>\n</tr>\n<tr>\n<td>rescheduled</td>\n<td>Rescheduled</td>\n</tr>\n<tr>\n<td>did_not_assist</td>\n<td>Did not assist</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>Cancelled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":company_id","checkin",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"849bcae5-3d3b-42ed-9552-b15d15466977","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"04ca976c-5404-473a-81a7-45a53bb1797a","name":"Add meeting to company","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:company_id/checkin/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":company_id","checkin",""],"variable":[{"key":"company_id","value":"{{company-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:23:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"3c0cd3a9-c585-44ea-b970-f7b5156ca9de"}],"id":"39650677-4726-4262-8f86-4ee484e48712","_postman_id":"39650677-4726-4262-8f86-4ee484e48712","description":""},{"name":"Deals","item":[{"name":"Deal Pipelines","item":[{"name":"Deal Pipeline Stages","item":[{"name":"List Deal Pipeline Stages","id":"0c2c6cdf-94b1-4321-9405-1951b34db2dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/stages/","description":"<p>You will get the list of the different stages available for pipeline</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines","stages",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"402d96ae-019b-4d82-b30f-7084aed20637","name":"List Deal Pipeline Stages","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/stages/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 12:11:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57c9f87a5ae7c693-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 11,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/3444/\",\n            \"id\": 3444,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"name\": \"Stage 1\",\n            \"position\": 0,\n            \"probability\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/22226/\",\n            \"id\": 22226,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/6212/\",\n            \"name\": \"TKM\",\n            \"position\": 0,\n            \"probability\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/49/\",\n            \"id\": 49,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/17/\",\n            \"name\": \"Toma de contacto\",\n            \"position\": 0,\n            \"probability\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/18151/\",\n            \"id\": 18151,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/5200/\",\n            \"name\": \"Final\",\n            \"position\": 0,\n            \"probability\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/50/\",\n            \"id\": 50,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/17/\",\n            \"name\": \"Presentación de propuesta\",\n            \"position\": 1,\n            \"probability\": 5\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/3445/\",\n            \"id\": 3445,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"name\": \"Stage 2\",\n            \"position\": 1,\n            \"probability\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/22227/\",\n            \"id\": 22227,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/6212/\",\n            \"name\": \"PRESENTACION\",\n            \"position\": 1,\n            \"probability\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/3446/\",\n            \"id\": 3446,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"name\": \"Stage 3\",\n            \"position\": 2,\n            \"probability\": 4\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/22229/\",\n            \"id\": 22229,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/6212/\",\n            \"name\": \"Cristina Portilla Cortes\",\n            \"position\": 2,\n            \"probability\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/51/\",\n            \"id\": 51,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/17/\",\n            \"name\": \"En negociación\",\n            \"position\": 2,\n            \"probability\": 7\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/pipelines/stages/7858/\",\n            \"id\": 7858,\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"name\": \"dsadasdasdasd\",\n            \"position\": 3,\n            \"probability\": 8\n        }\n    ]\n}"}],"_postman_id":"0c2c6cdf-94b1-4321-9405-1951b34db2dd"},{"name":"Add  Deal Pipeline Stage","id":"f51f56fc-0303-4489-a039-4cd71d715cfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"stage 1\",\n    \"position\": 1,\n    \"probability\": 5,\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/5/\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/stages/","description":"<p>You will get the list of the different stages available for pipeline</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines","stages",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"f88bfc4d-44a5-4cd7-ab06-94c4d612d2b7","name":"Add  Deal Pipeline Stage","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"stage 1\",\n    \"position\": 1,\n    \"probability\": 5,\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/5/\"\n}"},"url":"https://{{Domain}}/v1/deal-pipeline-stages/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/8/\",\n    \"id\": 8,\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/5/\",\n    \"name\": \"stage 1\",\n    \"position\": 0,\n    \"probability\": 5\n}"}],"_postman_id":"f51f56fc-0303-4489-a039-4cd71d715cfc"},{"name":"Deal Pipeline Stage Details","id":"9df5d86d-2759-43df-86be-f5c062465e12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/stages/:id_pipeline_stage/","description":"<p>You will get the list of the different stages available for pipeline</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines","stages",":id_pipeline_stage",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"5565f0cb-f16a-4e7d-8a52-c4e8b1f24a7e","type":"any","value":"{{deal-pipeline-stage-id}}","key":"id_pipeline_stage"}]}},"response":[{"id":"f590d86f-833a-47bf-901d-ba09396b564e","name":"Deal Pipeline Stage Details","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/deal-pipeline-stages/:id_pipeline_stage/","protocol":"https","host":["{{Domain}}"],"path":["v1","deal-pipeline-stages",":id_pipeline_stage",""],"variable":[{"key":"id_pipeline_stage","value":"{{deal-pipeline-stage-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/58/\",\n    \"id\": 58,\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n    \"name\": \"Etapa 1\",\n    \"position\": 0,\n    \"probability\": 1\n}"}],"_postman_id":"9df5d86d-2759-43df-86be-f5c062465e12"}],"id":"39ce4585-6ef9-41b4-9880-961373a2919f","_postman_id":"39ce4585-6ef9-41b4-9880-961373a2919f","description":""},{"name":"List Deal Pipelines","id":"ad0109ff-b3b5-4b2a-9bcc-69e0a95a0d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/","description":"<p>You will get the list of the different stages available for pipeline</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"2434efe2-1e3c-4bb3-99d0-d5e31bceccc2","name":"List Deal Pipelines","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{Domain}}/v1/deal-pipelines/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deal-pipelines/17/\",\n            \"id\": 17,\n            \"user_company\": \"felipemarin\",\n            \"name\": \"Por defecto\",\n            \"stages\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/49/\",\n                    \"id\": 49,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/17/\",\n                    \"name\": \"Toma de contacto\",\n                    \"position\": 0,\n                    \"probability\": 2\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/50/\",\n                    \"id\": 50,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/17/\",\n                    \"name\": \"Presentación de propuesta\",\n                    \"position\": 1,\n                    \"probability\": 5\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/51/\",\n                    \"id\": 51,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/17/\",\n                    \"name\": \"En negociación\",\n                    \"position\": 2,\n                    \"probability\": 7\n                }\n            ],\n            \"is_default\": true,\n            \"user_default\": false\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n            \"id\": 20,\n            \"user_company\": \"felipemarin\",\n            \"name\": \"Flujo de venta 1\",\n            \"stages\": [\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/58/\",\n                    \"id\": 58,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n                    \"name\": \"Etapa 1\",\n                    \"position\": 0,\n                    \"probability\": 1\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/59/\",\n                    \"id\": 59,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n                    \"name\": \"Etapa 2\",\n                    \"position\": 1,\n                    \"probability\": 2\n                },\n                {\n                    \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/60/\",\n                    \"id\": 60,\n                    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n                    \"name\": \"Etapa 3\",\n                    \"position\": 2,\n                    \"probability\": 3\n                }\n            ],\n            \"is_default\": false,\n            \"user_default\": true\n        }\n    ]\n}"}],"_postman_id":"ad0109ff-b3b5-4b2a-9bcc-69e0a95a0d2e"},{"name":"Add Deal Pipeline","id":"29b521a2-c582-40e5-a8f5-136736e98c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Pipeline de Postman3\",\n    \"stages\": [{\"name\":\"stage 1\", \"position\":1, \"probability\":5}],\n    \"is_default\": true,\n    \"user_default\": false\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/","description":"<p>Add new pipeline for the deals</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"0c2fbfcc-680a-4d81-b168-c5bbd2d586ec","name":"Add Deal Pipeline","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Pipeline de Postman with no stages\",\n    \"is_default\": true,\n    \"user_default\": false\n}"},"url":"https://{{Domain}}/v1/deal-pipelines/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deal-pipelines/5/\",\n    \"id\": 5,\n    \"user_company\": \"Irsolav\",\n    \"name\": \"Pipeline de Postman with no stages\",\n    \"stages\": [],\n    \"is_default\": true,\n    \"user_default\": false\n}"},{"id":"7fba6a19-4777-462f-98a1-6e98ebdb31c5","name":"Add Deal Pipeline with stages","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Pipeline de Postman3\",\n    \"stages\": [{\"name\":\"stage 1\", \"position\":1, \"probability\":5}],\n    \"is_default\": true,\n    \"user_default\": false\n}"},"url":"https://{{Domain}}/v1/deal-pipelines/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deal-pipelines/11/\",\n    \"id\": 11,\n    \"user_company\": \"Irsolav\",\n    \"name\": \"Pipeline de Postman3\",\n    \"stages\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deal-pipeline-stages/9/\",\n            \"id\": 9,\n            \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/11/\",\n            \"name\": \"stage 1\",\n            \"position\": 0,\n            \"probability\": 5\n        }\n    ],\n    \"is_default\": true,\n    \"user_default\": false\n}"}],"_postman_id":"29b521a2-c582-40e5-a8f5-136736e98c85"},{"name":"Deal Pipeline Details","id":"42549542-64f3-436e-907d-6bd83326366d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/pipelines/:deal_pipeline_id/","description":"<p>Return the details of the pipeline identified by <strong>deal_pipeline_id</strong>. It also list of the different stages available for that pipeline.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","pipelines",":deal_pipeline_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"dbe3847c-41b5-4a7b-be02-65bbfdd25159","description":{"content":"<p>Id for the deal pipeline</p>\n","type":"text/plain"},"type":"any","value":"{{deal-pipeline-id}}","key":"deal_pipeline_id"}]}},"response":[],"_postman_id":"42549542-64f3-436e-907d-6bd83326366d"}],"id":"75bd1c27-a385-4ef9-a503-0d0c29660604","_postman_id":"75bd1c27-a385-4ef9-a503-0d0c29660604","description":""},{"name":"Tags","item":[{"name":"List Deal Tags","id":"845eaffb-1746-47aa-ad7a-28bc6a4806d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/tags/","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"e38669f5-8f05-47a0-a7fb-2cde8945dcdc","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[],"_postman_id":"845eaffb-1746-47aa-ad7a-28bc6a4806d7"},{"name":"List Tags for all Deals","id":"cb9fe31b-fbf0-4ad0-8fa9-6438a01ce960","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/deals/tags/","description":"<p>List of the tags available for deals</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","tags",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"cb9fe31b-fbf0-4ad0-8fa9-6438a01ce960"},{"name":"Delete Deal Tag","id":"51bcad64-42d6-48c0-852c-9c66f1b214bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."}],"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/tags/:tag_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"c3a9c946-4d32-43aa-bdec-9fd3b0c18556","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"873ab963-22a5-450f-9df5-45a0f477e82e","type":"any","value":"18","key":"tag_id"}]}},"response":[],"_postman_id":"51bcad64-42d6-48c0-852c-9c66f1b214bc"},{"name":"Add Tag to Deal","id":"75e63032-4320-40ba-a466-e72934bfe601","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"from api\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/tags/","description":"<p>Add a tag to the deal with id sent by parameter deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","tags",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"70471c2b-5975-4fa3-923f-62046814163a","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[],"_postman_id":"75e63032-4320-40ba-a466-e72934bfe601"},{"name":"Edit Deal Tag","id":"ca708bf7-eba1-4bac-b1ea-f740e8fdac37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"from v1 api\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/tags/:tag_id/","description":"<p>Edit the tag identified by tag_id of the deal with the id deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","tags",":tag_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"a369ecde-f0d6-41fb-ab64-ceefc123e3f6","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"2be00432-c599-46bd-b291-b4b7550a0856","type":"any","value":"21","key":"tag_id"}]}},"response":[],"_postman_id":"ca708bf7-eba1-4bac-b1ea-f740e8fdac37"}],"id":"e90126fa-9cff-488b-b28d-5458328c7e5c","event":[{"listen":"prerequest","script":{"id":"d0a2e337-05eb-4fc9-ae0e-07997e930669","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7196bfb9-d8eb-44d8-b73f-619b8b2511ca","type":"text/javascript","exec":[""]}}],"_postman_id":"e90126fa-9cff-488b-b28d-5458328c7e5c","description":""},{"name":"Contacts","item":[{"name":"List Deal involved contacts","id":"7f8e6bc5-ca58-4ae4-98f8-61963224bd5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/","description":"<p>You will get the list of related contacts of the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","contacts",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"117fbdfd-d07e-41f8-9c7f-32ff9db5ee51","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"da64e9f3-0674-4559-84c1-8882289b0ec4","name":"List Deal involved contacts","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","contacts",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:40:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66288"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/contacts/51/\",\n            \"id\": 51,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"first_name\": \"Pedro Piter\",\n            \"last_name\": \"Diez\",\n            \"status\": \"cold-lead\",\n            \"title\": \"\",\n            \"company\": null,\n            \"company_details\": null,\n            \"contact_type\": null,\n            \"contact_source\": null,\n            \"emails\": [\n                {\n                    \"id\": 72,\n                    \"type\": 4,\n                    \"email\": \"chunxo@mailinator.com\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"id\": 56,\n                    \"type\": 1,\n                    \"phone\": \"615 2330 54\"\n                }\n            ],\n            \"addresses\": [],\n            \"picture_url\": null,\n            \"custom_fields\": [\n                {\n                    \"field\": \"Referencia_propiedad\",\n                    \"value\": \"R2577569\"\n                },\n                {\n                    \"field\": \"Undefined\",\n                    \"value\": \"rgdp\"\n                },\n                {\n                    \"field\": \"Idiomas\",\n                    \"value\": \"Español\"\n                }\n            ],\n            \"tags\": [\n                \"etiqueta1\"\n            ],\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"summary\": \"\",\n            \"created\": \"2019-07-30T07:20:34.484889-05:00\",\n            \"last_contact\": \"2020-05-21T16:51:13.757391-05:00\",\n            \"related_tasks\": [],\n            \"deals\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/426/\",\n                    \"id\": 426,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-07-30T07:20:34.523922-05:00\",\n                    \"extra\": \"{\\\"webform_name\\\": \\\"Form para externos\\\", \\\"webform_link\\\": \\\"/web-marketing/webforms/5/\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_creation_from_webform\",\n                    \"link\": \"\",\n                    \"source_id\": \"5\",\n                    \"object_id\": 51\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/525/\",\n                    \"id\": 525,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-07-30T06:19:49-05:00\",\n                    \"extra\": \"{\\\"hostname\\\": \\\"127.0.0.1\\\", \\\"page_views\\\": [{\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T11:24:41Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"ede38e33-0cdd-4357-96aa-e1e1ac2fb05a\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"c9b17820-e5d8-4b4d-b391-1d1e9ca1f16f\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 46.05, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T11:23:29Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"ede38e33-0cdd-4357-96aa-e1e1ac2fb05a\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"9c782c99-fded-4593-a4f9-49f488c1a0a4\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 10.54, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T11:19:49Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"ede38e33-0cdd-4357-96aa-e1e1ac2fb05a\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"2cb17222-cb69-4d7a-a221-855bda9bfa2a\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 22.28, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}]}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"website_session\",\n                    \"link\": \"\",\n                    \"source_id\": \"ede38e33-0cdd-4357-96aa-e1e1ac2fb05a\",\n                    \"object_id\": 51\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/673/\",\n                    \"id\": 673,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-07T12:38:46.830239-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 3 from API\\\", \\\"deal_stage\\\": \\\"Producto/servicio presentado\\\", \\\"deal_link\\\": \\\"/deals/12/\\\", \\\"deal_amount\\\": \\\"3452345.00\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-02-21T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"12\",\n                    \"object_id\": 51\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/796/\",\n                    \"id\": 796,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-21T16:45:13.988501-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 3 from API\\\", \\\"deal_stage\\\": \\\"Producto/servicio presentado\\\", \\\"deal_link\\\": \\\"/deals/12/\\\", \\\"deal_amount\\\": \\\"3452345.00\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-02-21T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"12\",\n                    \"object_id\": 51\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/799/\",\n                    \"id\": 799,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-21T16:51:13.757391-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 3 from API\\\", \\\"deal_stage\\\": \\\"Producto/servicio presentado\\\", \\\"deal_link\\\": \\\"/deals/12/\\\", \\\"deal_amount\\\": \\\"3452345.00\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-02-21T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"12\",\n                    \"object_id\": 51\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/524/\",\n                    \"id\": 524,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-07-30T07:04:53-05:00\",\n                    \"extra\": \"{\\\"hostname\\\": \\\"127.0.0.1\\\", \\\"page_views\\\": [{\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:45:30Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"5e150b6a-537e-4e2e-a6f0-bfc76628230a\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 10.71, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:45:19Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"87ebd7c9-09a0-4e7f-862d-15dd26107e7d\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 3.15, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:40:58Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"f355bc1f-9933-4c82-8086-a099344a0ff5\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 54.66, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:37:51Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"61772e7e-a9f6-4398-a1e0-be18566c9fd5\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 8.57, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:37:33Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"b080e428-624d-46b6-a794-b06aa2a49104\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 7.92, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:20:01Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"c9178aa2-d254-4d99-b491-7df77228c24f\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 7.99, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:16:22Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"a07b2431-01e2-4a34-8fa1-024646043608\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 39.77, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"\\\", \\\"Title\\\": \\\"Property Details - Sun And Golf Properties\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"127.0.0.1\\\", \\\"UTMSource\\\": \\\"\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-07-30T12:04:53Z\\\", \\\"CTFKeyword\\\": \\\"\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"\\\", \\\"Path\\\": \\\"/es/property-details/\\\", \\\"CTFTarget\\\": \\\"\\\", \\\"UTMMedium\\\": \\\"\\\", \\\"CTFNet\\\": \\\"\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"\\\", \\\"SessionKey\\\": \\\"6d900d1a-281b-4673-a2c4-177cd67e5f44\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"48068130-2729-407f-9cae-ba761518163a\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 39.4, \\\"UTMTerm\\\": \\\"\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"\\\", \\\"CTFGroup\\\": \\\"\\\", \\\"CTFAd\\\": \\\"\\\"}]}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"website_session\",\n                    \"link\": \"\",\n                    \"source_id\": \"6d900d1a-281b-4673-a2c4-177cd67e5f44\",\n                    \"object_id\": 51\n                }\n            ],\n            \"page_views\": 11,\n            \"total_visits\": 2,\n            \"first_visit\": \"2019-07-30T11:19:49Z\",\n            \"last_visit\": \"2019-07-30T12:45:30Z\",\n            \"gdpr_accept\": false,\n            \"visitor_key\": \"ce5095a1-fea9-4b22-8d44-da4d8678a7ad\",\n            \"attachments\": [],\n            \"websites\": [],\n            \"medium\": \"direct\",\n            \"linkedin_url\": \"\",\n            \"linkedin_id\": \"\",\n            \"linkedin_picture_url\": \"\",\n            \"skype_username\": \"\",\n            \"birthday\": null,\n            \"twitter_id\": \"\",\n            \"lead_scoring\": 0,\n            \"facebook_url\": \"\",\n            \"twitter_url\": \"\",\n            \"googleplus_url\": \"\",\n            \"pinterest_url\": \"\",\n            \"foursquare_url\": \"\",\n            \"aboutme_url\": \"\",\n            \"klout_url\": \"\",\n            \"facebook_picture_url\": \"\",\n            \"twitter_picture_url\": \"\",\n            \"facebook_id\": \"\",\n            \"google_id\": \"\",\n            \"taxpayer_identification_number\": \"\",\n            \"unsubscribed\": false,\n            \"automations\": [],\n            \"gdpr_acceptance_date\": null\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"id\": 18,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"first_name\": \"Pacoddd\",\n            \"last_name\": \"Merlo\",\n            \"status\": \"client\",\n            \"title\": \"Mrs.\",\n            \"company\": \"Henderson Gomez LLC\",\n            \"company_details\": \"http://clientify.localtest.me/v1/companies/13/\",\n            \"contact_type\": \"Unnamed\",\n            \"contact_source\": \"Unnamed\",\n            \"emails\": [\n                {\n                    \"id\": 75,\n                    \"type\": 4,\n                    \"email\": \"dafsea@mululghufanastor.net\"\n                },\n                {\n                    \"id\": 74,\n                    \"type\": 4,\n                    \"email\": \"dafsea@mailiasdfanastor.net\"\n                },\n                {\n                    \"id\": 73,\n                    \"type\": 4,\n                    \"email\": \"tbefaqasdfoja@mailinasdftor.net\"\n                },\n                {\n                    \"id\": 71,\n                    \"type\": 4,\n                    \"email\": \"jasper.barry.ph@mailinator.net\"\n                },\n                {\n                    \"id\": 18,\n                    \"type\": 4,\n                    \"email\": \"qoligi@mailinator.net\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"id\": 79,\n                    \"type\": 1,\n                    \"phone\": \"+1 (618) 353-6324\"\n                },\n                {\n                    \"id\": 76,\n                    \"type\": 1,\n                    \"phone\": \"+1 (618) 353-6458\"\n                },\n                {\n                    \"id\": 18,\n                    \"type\": 1,\n                    \"phone\": \"+1 (498) 513-2968\"\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"id\": 17,\n                    \"type\": 1,\n                    \"street\": \"street de la coquina, 23\",\n                    \"city\": \"Lugo\",\n                    \"state\": \"Galicia\",\n                    \"country\": \"Spain\",\n                    \"postal_code\": \"34\"\n                }\n            ],\n            \"picture_url\": null,\n            \"custom_fields\": [],\n            \"tags\": [\n                \"abandoned_cart http://185.253.154.17/\",\n                \"abandoned_cart_http://185.253.154.17/\",\n                \"\",\n                \"the best is yet to come' framed poster - dimension : 40x60cm\",\n                \"art\",\n                \"completed_order_http://185.253.154.17/\",\n                \"completed_order http://185.253.154.17/\"\n            ],\n            \"description\": \"Sunt vitae consequun\",\n            \"remarks\": \"Consequatur aliquid\",\n            \"summary\": \"Voluptas dolorem com\",\n            \"created\": \"2019-04-03T11:48:23.869615-05:00\",\n            \"last_contact\": \"2020-06-12T20:02:03.499020-05:00\",\n            \"related_tasks\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/29/\",\n                    \"id\": 29,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": null,\n                    \"start_datetime\": null,\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:08:37.033284-05:00\",\n                    \"modified\": \"2020-07-09T13:08:37.033348-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/30/\",\n                    \"id\": 30,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": null,\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:13:53.957128-05:00\",\n                    \"modified\": \"2020-07-09T13:13:54.010706-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/31/\",\n                    \"id\": 31,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:16:32.298351-05:00\",\n                    \"modified\": \"2020-07-09T13:16:32.349978-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/33/\",\n                    \"id\": 33,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Task Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 20,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-10T07:23:23.853887-05:00\",\n                    \"modified\": \"2020-07-10T07:23:23.885853-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/34/\",\n                    \"id\": 34,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Task Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 20,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [],\n                    \"related_companies_names\": [],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-10T07:24:04.804455-05:00\",\n                    \"modified\": \"2020-07-10T07:24:04.849509-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/42/\",\n                    \"id\": 42,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-22T06:06:41.636065-05:00\",\n                    \"modified\": \"2020-07-22T06:06:41.725268-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/43/\",\n                    \"id\": 43,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2020-07-22T06:51:51.840970-05:00\",\n                    \"modified\": \"2020-07-22T06:51:51.893181-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/28/\",\n                    \"id\": 28,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-08T09:16:29.099044-05:00\",\n                    \"modified\": \"2021-05-07T07:17:02.043169-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/2/\",\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Contacto 1 Apellido\",\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/48/\",\n                    \"id\": 48,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Task with related\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2021-07-01T12:50:26.284858-05:00\",\n                    \"modified\": \"2021-07-01T12:50:26.340258-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/49/\",\n                    \"id\": 49,\n                    \"owner\": \"pedro.d.diez+12@gmail.com\",\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n                    \"assigned_to_name\": \"Pedro Piter Piter\",\n                    \"name\": \"Task with related\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2021-07-01T12:51:41.145055-05:00\",\n                    \"modified\": \"2021-07-01T12:51:41.286338-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                }\n            ],\n            \"deals\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/20/\",\n                    \"id\": 20,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"campaña1\",\n                    \"amount\": \"345.00\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2019-04-04T16:37:48.544704-05:00\",\n                    \"expected_closed_date\": \"2019-04-18\",\n                    \"company\": null,\n                    \"source\": null,\n                    \"status\": 3,\n                    \"status_desc\": \"Won\",\n                    \"probability\": 10,\n                    \"probability_desc\": \"100%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/315/\",\n                            \"id\": 315,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-04-04T16:37:48.601982-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2019-04-18T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"20\",\n                            \"object_id\": 20\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/317/\",\n                            \"id\": 317,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-04-04T16:38:12.084625-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Ganadas\\\"}\",\n                            \"extra_datetime\": \"2019-04-05T19:14:00-05:00\",\n                            \"type\": \"deal_won\",\n                            \"link\": \"\",\n                            \"source_id\": \"20\",\n                            \"object_id\": 20\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/30/\",\n                    \"id\": 30,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-06-04T07:45:11.801561-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/874/\",\n                            \"id\": 874,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-06-04T07:45:12.099031-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"30\",\n                            \"object_id\": 30\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/29/\",\n                    \"id\": 29,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-06-04T07:34:24.193779-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/871/\",\n                            \"id\": 871,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-06-04T07:34:24.234541-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"29\",\n                            \"object_id\": 29\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/28/\",\n                    \"id\": 28,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-06-04T07:31:53.409522-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/868/\",\n                            \"id\": 868,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-06-04T07:31:53.728402-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"28\",\n                            \"object_id\": 28\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/31/\",\n                    \"id\": 31,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"amount\": \"14000.00\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-06-04T07:46:26.855885-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 3,\n                    \"status_desc\": \"Won\",\n                    \"probability\": 10,\n                    \"probability_desc\": \"100%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/960/\",\n                            \"id\": 960,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-07-23T05:03:21.407290-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"31\",\n                            \"object_id\": 31\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/877/\",\n                            \"id\": 877,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-06-04T07:46:27.154824-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"31\",\n                            \"object_id\": 31\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/908/\",\n                            \"id\": 908,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-07-02T07:14:59.645837-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                            \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n                            \"type\": \"deal_won\",\n                            \"link\": \"\",\n                            \"source_id\": \"31\",\n                            \"object_id\": 31\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": [\n                        {\n                            \"field\": \"Custom Field 1\",\n                            \"value\": \"cdn_1133\"\n                        }\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/26/\",\n                    \"id\": 26,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-05-26T11:55:59.789808-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/862/\",\n                            \"id\": 862,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-05-26T11:55:59.816362-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"26\",\n                            \"object_id\": 26\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/24/\",\n                    \"id\": 24,\n                    \"owner\": \"pedro.d.diez+12@gmail.com\",\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"name\": \"deal para gmail\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-05-26T11:36:57.685551-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/856/\",\n                            \"id\": 856,\n                            \"user\": \"Pedro Piter Piter\",\n                            \"created\": \"2020-05-26T11:36:57.715143-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"24\",\n                            \"object_id\": 24\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/27/\",\n                    \"id\": 27,\n                    \"owner\": \"pedro.d.diez+12@gmail.com\",\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-05-26T11:56:13.211450-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/865/\",\n                            \"id\": 865,\n                            \"user\": \"Pedro Piter Piter\",\n                            \"created\": \"2020-05-26T11:56:13.237017-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"27\",\n                            \"object_id\": 27\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/25/\",\n                    \"id\": 25,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"amount\": \"11.33\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"created\": \"2020-06-28T11:38:00-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/859/\",\n                            \"id\": 859,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-05-26T11:38:17.621207-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 25\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [],\n                    \"custom_fields\": []\n                }\n            ],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/902/\",\n                    \"id\": 902,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T13:27:53.701841-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"38\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/903/\",\n                    \"id\": 903,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T13:28:26.009103-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"39\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/937/\",\n                    \"id\": 937,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-10T07:23:24.666278-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/33/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"33\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/904/\",\n                    \"id\": 904,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T13:30:59.997826-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"40\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/857/\",\n                    \"id\": 857,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:36:57.721111-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"24\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/927/\",\n                    \"id\": 927,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-09T13:16:32.702495-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/31/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/316/\",\n                    \"id\": 316,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-04-04T16:37:48.612931-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-04-18T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"20\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/318/\",\n                    \"id\": 318,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-04-04T16:38:12.101872-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Ganadas\\\"}\",\n                    \"extra_datetime\": \"2019-04-05T19:14:00-05:00\",\n                    \"type\": \"deal_won\",\n                    \"link\": \"\",\n                    \"source_id\": \"20\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/268/\",\n                    \"id\": 268,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2019-04-03T11:48:23.896633-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Consequuntur iusto d\\\", \\\"note_name\\\": \\\"Mensaje desde formulario\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"22\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/269/\",\n                    \"id\": 269,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2019-04-03T11:48:23.929149-05:00\",\n                    \"extra\": \"{\\\"is_landing\\\": true, \\\"webform_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"webform_link\\\": \\\"/web-marketing/landingpages/1/\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_creation_from_webform\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/860/\",\n                    \"id\": 860,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:38:17.638011-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/941/\",\n                    \"id\": 941,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-10T07:24:04.898515-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/34/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"34\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/863/\",\n                    \"id\": 863,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:55:59.822456-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"26\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/948/\",\n                    \"id\": 948,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-07-15T10:20:44.359682-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/953/\",\n                    \"id\": 953,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-22T06:06:41.817399-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/42/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"42\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/957/\",\n                    \"id\": 957,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-22T06:51:51.922814-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/43/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"43\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/961/\",\n                    \"id\": 961,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-23T05:03:21.461296-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/773/\",\n                    \"id\": 773,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:38:16.919306-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/774/\",\n                    \"id\": 774,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-19T13:44:39.531828-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"109\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/775/\",\n                    \"id\": 775,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:44:39.550888-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"gdpr_acceptance\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/776/\",\n                    \"id\": 776,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:44:39.627892-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/777/\",\n                    \"id\": 777,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-19T13:54:42.348387-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"110\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/778/\",\n                    \"id\": 778,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:54:42.583112-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/779/\",\n                    \"id\": 779,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-19T13:55:04.016532-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"111\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/780/\",\n                    \"id\": 780,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:55:04.086660-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/781/\",\n                    \"id\": 781,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-19T13:56:54.194937-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"112\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/782/\",\n                    \"id\": 782,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T13:56:54.250254-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/786/\",\n                    \"id\": 786,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-19T14:03:28.829094-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"114\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/787/\",\n                    \"id\": 787,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-19T14:03:29.016069-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/866/\",\n                    \"id\": 866,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:56:13.242545-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"27\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/900/\",\n                    \"id\": 900,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T13:21:54.931835-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"36\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/949/\",\n                    \"id\": 949,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-07-15T10:20:56.837174-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/901/\",\n                    \"id\": 901,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T13:26:15.228126-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"37\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/802/\",\n                    \"id\": 802,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T12:42:17.981552-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/803/\",\n                    \"id\": 803,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T13:34:34.012063-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/804/\",\n                    \"id\": 804,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T13:39:55.052028-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/805/\",\n                    \"id\": 805,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T13:50:39.891146-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/806/\",\n                    \"id\": 806,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T13:53:12.281218-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/807/\",\n                    \"id\": 807,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-25T13:53:52.954881-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/808/\",\n                    \"id\": 808,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-25T14:35:44.255623-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"117\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/809/\",\n                    \"id\": 809,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-25T14:35:44.344147-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/810/\",\n                    \"id\": 810,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-25T14:36:51.600840-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"118\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/811/\",\n                    \"id\": 811,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T14:36:51.771471-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/812/\",\n                    \"id\": 812,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-25T14:37:16.565620-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"119\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/813/\",\n                    \"id\": 813,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-25T14:37:16.853454-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"18\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/872/\",\n                    \"id\": 872,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:34:24.240147-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"29\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/869/\",\n                    \"id\": 869,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:31:53.760913-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/875/\",\n                    \"id\": 875,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:45:12.107602-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/878/\",\n                    \"id\": 878,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:46:27.164166-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/880/\",\n                    \"id\": 880,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T08:31:44.237118-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"11\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/881/\",\n                    \"id\": 881,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T08:35:21.866110-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"12\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/882/\",\n                    \"id\": 882,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T09:46:18.466682-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"13\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/883/\",\n                    \"id\": 883,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T09:48:10.536492-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"14\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/884/\",\n                    \"id\": 884,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T10:34:54.741313-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"15\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/885/\",\n                    \"id\": 885,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T15:04:06.344038-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"16\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/886/\",\n                    \"id\": 886,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T15:11:01.595459-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"17\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/887/\",\n                    \"id\": 887,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-12T20:02:03.499020-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"27\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/896/\",\n                    \"id\": 896,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-23T10:27:44.635302-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/897/\",\n                    \"id\": 897,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-23T12:16:22.087997-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"33\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/898/\",\n                    \"id\": 898,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-23T14:14:43.669989-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"34\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/899/\",\n                    \"id\": 899,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-06-24T12:48:23.985070-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"ecommerce_new_order\",\n                    \"link\": \"\",\n                    \"source_id\": \"35\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/909/\",\n                    \"id\": 909,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-02T07:14:59.671228-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n                    \"type\": \"deal_won\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/917/\",\n                    \"id\": 917,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-08T09:16:29.664287-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/923/\",\n                    \"id\": 923,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-09T13:13:54.414551-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/30/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1056/\",\n                    \"id\": 1056,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-05-07T07:17:02.119168-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/270/\",\n                    \"id\": 270,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-04-03T11:48:00-05:00\",\n                    \"extra\": \"{\\\"hostname\\\": \\\"midominio.com:8000\\\", \\\"page_views\\\": [{\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"b\\\", \\\"Title\\\": \\\"campa\\\\u00f1a1\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"midominio.com:8000\\\", \\\"UTMSource\\\": \\\"adwords\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-04-03T16:48:17Z\\\", \\\"CTFKeyword\\\": \\\"clientify\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"296-540-2488\\\", \\\"Path\\\": \\\"/\\\", \\\"CTFTarget\\\": \\\"kwd-20315593\\\", \\\"UTMMedium\\\": \\\"ppc\\\", \\\"CTFNet\\\": \\\"adwords\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"g\\\", \\\"SessionKey\\\": \\\"75a46c01-3df1-4ce4-bd09-b704718bc291\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"807a8308-9ea8-41db-bfd2-1f29af7467cc\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 6.62, \\\"UTMTerm\\\": \\\"clientify\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"1753526595\\\", \\\"CTFGroup\\\": \\\"68145261825\\\", \\\"CTFAd\\\": \\\"341245359323\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"b\\\", \\\"Title\\\": \\\"campa\\\\u00f1a1\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"midominio.com:8000\\\", \\\"UTMSource\\\": \\\"adwords\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-04-03T16:48:00Z\\\", \\\"CTFKeyword\\\": \\\"clientify\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"296-540-2488\\\", \\\"Path\\\": \\\"/\\\", \\\"CTFTarget\\\": \\\"kwd-20315593\\\", \\\"UTMMedium\\\": \\\"ppc\\\", \\\"CTFNet\\\": \\\"adwords\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"g\\\", \\\"SessionKey\\\": \\\"75a46c01-3df1-4ce4-bd09-b704718bc291\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"09819006-3982-4cfb-99ab-a526517faaec\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 14.14, \\\"UTMTerm\\\": \\\"clientify\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"1753526595\\\", \\\"CTFGroup\\\": \\\"68145261825\\\", \\\"CTFAd\\\": \\\"341245359323\\\"}]}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"website_session\",\n                    \"link\": \"\",\n                    \"source_id\": \"75a46c01-3df1-4ce4-bd09-b704718bc291\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1315/\",\n                    \"id\": 1315,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-07-01T12:50:26.379779-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/48/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"48\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1319/\",\n                    \"id\": 1319,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2021-07-01T12:51:41.329551-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/49/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"49\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1322/\",\n                    \"id\": 1322,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-07-01T12:34:00-05:00\",\n                    \"extra\": \"{\\\"checkin_comment\\\": \\\"Face to Face meeting\\\", \\\"checkin_outcome\\\": \\\"completed \\\", \\\"checkin_type\\\": \\\"face_to_face\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"checkin\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 18\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1323/\",\n                    \"id\": 1323,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-07-08T12:34:00-05:00\",\n                    \"extra\": \"{\\\"checkin_comment\\\": \\\"Virtual scheduled meeting from postman\\\", \\\"checkin_outcome\\\": \\\"scheduled \\\", \\\"checkin_type\\\": \\\"virtual\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"checkin\",\n                    \"link\": \"\",\n                    \"source_id\": \"3\",\n                    \"object_id\": 18\n                }\n            ],\n            \"page_views\": 2,\n            \"total_visits\": 1,\n            \"first_visit\": \"2019-04-03T16:48:00Z\",\n            \"last_visit\": \"2019-04-03T16:48:17Z\",\n            \"gdpr_accept\": true,\n            \"visitor_key\": \"85e61fe0-2aee-4b8e-9ae7-ce6bd76efbe6\",\n            \"attachments\": [],\n            \"websites\": [],\n            \"medium\": \"direct\",\n            \"linkedin_url\": \"\",\n            \"linkedin_id\": \"\",\n            \"linkedin_picture_url\": \"\",\n            \"skype_username\": \"\",\n            \"birthday\": null,\n            \"twitter_id\": \"\",\n            \"lead_scoring\": 0,\n            \"facebook_url\": \"\",\n            \"twitter_url\": \"\",\n            \"googleplus_url\": \"\",\n            \"pinterest_url\": \"\",\n            \"foursquare_url\": \"\",\n            \"aboutme_url\": \"\",\n            \"klout_url\": \"\",\n            \"facebook_picture_url\": \"\",\n            \"twitter_picture_url\": \"\",\n            \"facebook_id\": \"\",\n            \"google_id\": \"\",\n            \"taxpayer_identification_number\": \"\",\n            \"unsubscribed\": false,\n            \"automations\": [],\n            \"gdpr_acceptance_date\": \"2020-05-19T13:44:39.550888-05:00\"\n        }\n    ]\n}"}],"_postman_id":"7f8e6bc5-ca58-4ae4-98f8-61963224bd5c"},{"name":"Add Deal involved contacts","id":"11dc0435-2277-4311-8fb2-bfa7e3975ec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/:contact_id/","description":"<p>Adds the contact with <code>:contact_id</code> to the list of related contacts of the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","contacts",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d4cef629-30a8-4573-bbf5-b4114377eb30","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"4e76fe13-e3b3-4a00-9899-1765196cb4b1","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"11134e01-5f8d-44e9-b85c-f3ed2148c6ac","name":"List Deal involved contacts Copy","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/:contact_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","contacts",":contact_id",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"},{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:39:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"52525"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"http://clientify.localtest.me/v1/contacts/18/\",\n    \"id\": 18,\n    \"owner\": \"pedro.d.diez+12@gmail.com\",\n    \"owner_name\": \"Pedro Piter Piter\",\n    \"first_name\": \"Pacoddd\",\n    \"last_name\": \"Merlo\",\n    \"status\": \"client\",\n    \"title\": \"Mrs.\",\n    \"company\": \"Henderson Gomez LLC\",\n    \"company_details\": \"http://clientify.localtest.me/v1/companies/13/\",\n    \"contact_type\": \"Unnamed\",\n    \"contact_source\": \"Unnamed\",\n    \"emails\": [\n        {\n            \"id\": 75,\n            \"type\": 4,\n            \"email\": \"dafsea@mululghufanastor.net\"\n        },\n        {\n            \"id\": 74,\n            \"type\": 4,\n            \"email\": \"dafsea@mailiasdfanastor.net\"\n        },\n        {\n            \"id\": 73,\n            \"type\": 4,\n            \"email\": \"tbefaqasdfoja@mailinasdftor.net\"\n        },\n        {\n            \"id\": 71,\n            \"type\": 4,\n            \"email\": \"jasper.barry.ph@mailinator.net\"\n        },\n        {\n            \"id\": 18,\n            \"type\": 4,\n            \"email\": \"qoligi@mailinator.net\"\n        }\n    ],\n    \"phones\": [\n        {\n            \"id\": 79,\n            \"type\": 1,\n            \"phone\": \"+1 (618) 353-6324\"\n        },\n        {\n            \"id\": 76,\n            \"type\": 1,\n            \"phone\": \"+1 (618) 353-6458\"\n        },\n        {\n            \"id\": 18,\n            \"type\": 1,\n            \"phone\": \"+1 (498) 513-2968\"\n        }\n    ],\n    \"addresses\": [\n        {\n            \"id\": 17,\n            \"type\": 1,\n            \"street\": \"street de la coquina, 23\",\n            \"city\": \"Lugo\",\n            \"state\": \"Galicia\",\n            \"country\": \"Spain\",\n            \"postal_code\": \"34\"\n        }\n    ],\n    \"picture_url\": null,\n    \"custom_fields\": [],\n    \"tags\": [\n        \"abandoned_cart http://185.253.154.17/\",\n        \"abandoned_cart_http://185.253.154.17/\",\n        \"\",\n        \"the best is yet to come' framed poster - dimension : 40x60cm\",\n        \"art\",\n        \"completed_order_http://185.253.154.17/\",\n        \"completed_order http://185.253.154.17/\"\n    ],\n    \"description\": \"Sunt vitae consequun\",\n    \"remarks\": \"Consequatur aliquid\",\n    \"summary\": \"Voluptas dolorem com\",\n    \"created\": \"2019-04-03T11:48:23.869615-05:00\",\n    \"last_contact\": \"2020-06-12T20:02:03.499020-05:00\",\n    \"related_tasks\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/29/\",\n            \"id\": 29,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": null,\n            \"start_datetime\": null,\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:08:37.033284-05:00\",\n            \"modified\": \"2020-07-09T13:08:37.033348-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/30/\",\n            \"id\": 30,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": null,\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:13:53.957128-05:00\",\n            \"modified\": \"2020-07-09T13:13:54.010706-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/31/\",\n            \"id\": 31,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:16:32.298351-05:00\",\n            \"modified\": \"2020-07-09T13:16:32.349978-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/33/\",\n            \"id\": 33,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Task Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 20,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-10T07:23:23.853887-05:00\",\n            \"modified\": \"2020-07-10T07:23:23.885853-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/34/\",\n            \"id\": 34,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Task Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 20,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_companies_names\": [],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-10T07:24:04.804455-05:00\",\n            \"modified\": \"2020-07-10T07:24:04.849509-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/42/\",\n            \"id\": 42,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-22T06:06:41.636065-05:00\",\n            \"modified\": \"2020-07-22T06:06:41.725268-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/43/\",\n            \"id\": 43,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2020-07-22T06:51:51.840970-05:00\",\n            \"modified\": \"2020-07-22T06:51:51.893181-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/28/\",\n            \"id\": 28,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-08T09:16:29.099044-05:00\",\n            \"modified\": \"2021-05-07T07:17:02.043169-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/2/\",\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Contacto 1 Apellido\",\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/48/\",\n            \"id\": 48,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Task with related\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2021-07-01T12:50:26.284858-05:00\",\n            \"modified\": \"2021-07-01T12:50:26.340258-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/49/\",\n            \"id\": 49,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n            \"assigned_to_name\": \"Pedro Piter Piter\",\n            \"name\": \"Task with related\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2021-07-01T12:51:41.145055-05:00\",\n            \"modified\": \"2021-07-01T12:51:41.286338-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        }\n    ],\n    \"deals\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/20/\",\n            \"id\": 20,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"campaña1\",\n            \"amount\": \"345.00\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2019-04-04T16:37:48.544704-05:00\",\n            \"expected_closed_date\": \"2019-04-18\",\n            \"company\": null,\n            \"source\": null,\n            \"status\": 3,\n            \"status_desc\": \"Won\",\n            \"probability\": 10,\n            \"probability_desc\": \"100%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/315/\",\n                    \"id\": 315,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-04-04T16:37:48.601982-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-04-18T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"20\",\n                    \"object_id\": 20\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/317/\",\n                    \"id\": 317,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-04-04T16:38:12.084625-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Ganadas\\\"}\",\n                    \"extra_datetime\": \"2019-04-05T19:14:00-05:00\",\n                    \"type\": \"deal_won\",\n                    \"link\": \"\",\n                    \"source_id\": \"20\",\n                    \"object_id\": 20\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/30/\",\n            \"id\": 30,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-06-04T07:45:11.801561-05:00\",\n            \"expected_closed_date\": \"2019-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/874/\",\n                    \"id\": 874,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:45:12.099031-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 30\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/29/\",\n            \"id\": 29,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-06-04T07:34:24.193779-05:00\",\n            \"expected_closed_date\": \"2019-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/871/\",\n                    \"id\": 871,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:34:24.234541-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"29\",\n                    \"object_id\": 29\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/28/\",\n            \"id\": 28,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-06-04T07:31:53.409522-05:00\",\n            \"expected_closed_date\": \"2019-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/868/\",\n                    \"id\": 868,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:31:53.728402-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 28\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/31/\",\n            \"id\": 31,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"amount\": \"14000.00\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-06-04T07:46:26.855885-05:00\",\n            \"expected_closed_date\": \"2019-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 3,\n            \"status_desc\": \"Won\",\n            \"probability\": 10,\n            \"probability_desc\": \"100%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/960/\",\n                    \"id\": 960,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-23T05:03:21.407290-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 31\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/877/\",\n                    \"id\": 877,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:46:27.154824-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 31\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/908/\",\n                    \"id\": 908,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-02T07:14:59.645837-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n                    \"type\": \"deal_won\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 31\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": [\n                {\n                    \"field\": \"Custom Field 1\",\n                    \"value\": \"cdn_1133\"\n                }\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/26/\",\n            \"id\": 26,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-05-26T11:55:59.789808-05:00\",\n            \"expected_closed_date\": \"2020-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/862/\",\n                    \"id\": 862,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:55:59.816362-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"26\",\n                    \"object_id\": 26\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/24/\",\n            \"id\": 24,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"name\": \"deal para gmail\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-05-26T11:36:57.685551-05:00\",\n            \"expected_closed_date\": \"2020-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/856/\",\n                    \"id\": 856,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:36:57.715143-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"24\",\n                    \"object_id\": 24\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/27/\",\n            \"id\": 27,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-05-26T11:56:13.211450-05:00\",\n            \"expected_closed_date\": \"2020-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/865/\",\n                    \"id\": 865,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:56:13.237017-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"27\",\n                    \"object_id\": 27\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/25/\",\n            \"id\": 25,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"amount\": \"11.33\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"created\": \"2020-06-28T11:38:00-05:00\",\n            \"expected_closed_date\": \"2020-11-30\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"source\": null,\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"who_can_view\": 1,\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"involved_contacts\": [],\n            \"tags\": [],\n            \"remarks\": \"\",\n            \"involved_companies\": [],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/859/\",\n                    \"id\": 859,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:38:17.621207-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 25\n                }\n            ],\n            \"tasks\": [],\n            \"events\": [],\n            \"custom_fields\": []\n        }\n    ],\n    \"wall_entries\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/902/\",\n            \"id\": 902,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T13:27:53.701841-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"38\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/903/\",\n            \"id\": 903,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T13:28:26.009103-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"39\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/937/\",\n            \"id\": 937,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-10T07:23:24.666278-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/33/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"33\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/904/\",\n            \"id\": 904,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T13:30:59.997826-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"40\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/857/\",\n            \"id\": 857,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-26T11:36:57.721111-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"24\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/927/\",\n            \"id\": 927,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-09T13:16:32.702495-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/31/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/316/\",\n            \"id\": 316,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-04-04T16:37:48.612931-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-04-18T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"20\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/318/\",\n            \"id\": 318,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-04-04T16:38:12.101872-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"deal_link\\\": \\\"/deals/20/\\\", \\\"deal_amount\\\": \\\"345.00\\\", \\\"deal_status\\\": \\\"Ganadas\\\"}\",\n            \"extra_datetime\": \"2019-04-05T19:14:00-05:00\",\n            \"type\": \"deal_won\",\n            \"link\": \"\",\n            \"source_id\": \"20\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/268/\",\n            \"id\": 268,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2019-04-03T11:48:23.896633-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Consequuntur iusto d\\\", \\\"note_name\\\": \\\"Mensaje desde formulario\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"22\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/269/\",\n            \"id\": 269,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2019-04-03T11:48:23.929149-05:00\",\n            \"extra\": \"{\\\"is_landing\\\": true, \\\"webform_name\\\": \\\"campa\\\\u00f1a1\\\", \\\"webform_link\\\": \\\"/web-marketing/landingpages/1/\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_creation_from_webform\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/860/\",\n            \"id\": 860,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-26T11:38:17.638011-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/941/\",\n            \"id\": 941,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-10T07:24:04.898515-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/34/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"34\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/863/\",\n            \"id\": 863,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-26T11:55:59.822456-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"26\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/948/\",\n            \"id\": 948,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-07-15T10:20:44.359682-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/953/\",\n            \"id\": 953,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-22T06:06:41.817399-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/42/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"42\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/957/\",\n            \"id\": 957,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-22T06:51:51.922814-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/43/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"43\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/961/\",\n            \"id\": 961,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-23T05:03:21.461296-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/773/\",\n            \"id\": 773,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:38:16.919306-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/774/\",\n            \"id\": 774,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-19T13:44:39.531828-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"109\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/775/\",\n            \"id\": 775,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:44:39.550888-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"gdpr_acceptance\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/776/\",\n            \"id\": 776,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:44:39.627892-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/777/\",\n            \"id\": 777,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-19T13:54:42.348387-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"110\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/778/\",\n            \"id\": 778,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:54:42.583112-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/779/\",\n            \"id\": 779,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-19T13:55:04.016532-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"111\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/780/\",\n            \"id\": 780,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:55:04.086660-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/781/\",\n            \"id\": 781,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-19T13:56:54.194937-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"112\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/782/\",\n            \"id\": 782,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T13:56:54.250254-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/786/\",\n            \"id\": 786,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-19T14:03:28.829094-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"114\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/787/\",\n            \"id\": 787,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-19T14:03:29.016069-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/866/\",\n            \"id\": 866,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-26T11:56:13.242545-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"27\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/900/\",\n            \"id\": 900,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T13:21:54.931835-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"36\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/949/\",\n            \"id\": 949,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-07-15T10:20:56.837174-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/901/\",\n            \"id\": 901,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T13:26:15.228126-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"37\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/802/\",\n            \"id\": 802,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T12:42:17.981552-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/803/\",\n            \"id\": 803,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T13:34:34.012063-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/804/\",\n            \"id\": 804,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T13:39:55.052028-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/805/\",\n            \"id\": 805,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T13:50:39.891146-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/806/\",\n            \"id\": 806,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T13:53:12.281218-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/807/\",\n            \"id\": 807,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-25T13:53:52.954881-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/808/\",\n            \"id\": 808,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-25T14:35:44.255623-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"117\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/809/\",\n            \"id\": 809,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-25T14:35:44.344147-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/810/\",\n            \"id\": 810,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-25T14:36:51.600840-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"118\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/811/\",\n            \"id\": 811,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T14:36:51.771471-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/812/\",\n            \"id\": 812,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-25T14:37:16.565620-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"Nobis aliquip quia c\\\", \\\"note_name\\\": \\\"Message from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"119\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/813/\",\n            \"id\": 813,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-25T14:37:16.853454-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"contact_modification\",\n            \"link\": \"\",\n            \"source_id\": \"18\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/872/\",\n            \"id\": 872,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:34:24.240147-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"29\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/869/\",\n            \"id\": 869,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:31:53.760913-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/875/\",\n            \"id\": 875,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:45:12.107602-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"30\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/878/\",\n            \"id\": 878,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:46:27.164166-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/880/\",\n            \"id\": 880,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T08:31:44.237118-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"11\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/881/\",\n            \"id\": 881,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T08:35:21.866110-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"12\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/882/\",\n            \"id\": 882,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T09:46:18.466682-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"13\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/883/\",\n            \"id\": 883,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T09:48:10.536492-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"14\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/884/\",\n            \"id\": 884,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T10:34:54.741313-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"15\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/885/\",\n            \"id\": 885,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T15:04:06.344038-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"16\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/886/\",\n            \"id\": 886,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T15:11:01.595459-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"17\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/887/\",\n            \"id\": 887,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-12T20:02:03.499020-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"27\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/896/\",\n            \"id\": 896,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-23T10:27:44.635302-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"30\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/897/\",\n            \"id\": 897,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-23T12:16:22.087997-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"33\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/898/\",\n            \"id\": 898,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-23T14:14:43.669989-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"34\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/899/\",\n            \"id\": 899,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-06-24T12:48:23.985070-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"ecommerce_new_order\",\n            \"link\": \"\",\n            \"source_id\": \"35\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/909/\",\n            \"id\": 909,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-02T07:14:59.671228-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n            \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n            \"type\": \"deal_won\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/917/\",\n            \"id\": 917,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-08T09:16:29.664287-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/923/\",\n            \"id\": 923,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-09T13:13:54.414551-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/30/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"30\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1056/\",\n            \"id\": 1056,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-05-07T07:17:02.119168-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/270/\",\n            \"id\": 270,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-04-03T11:48:00-05:00\",\n            \"extra\": \"{\\\"hostname\\\": \\\"midominio.com:8000\\\", \\\"page_views\\\": [{\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"b\\\", \\\"Title\\\": \\\"campa\\\\u00f1a1\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"midominio.com:8000\\\", \\\"UTMSource\\\": \\\"adwords\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-04-03T16:48:17Z\\\", \\\"CTFKeyword\\\": \\\"clientify\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"296-540-2488\\\", \\\"Path\\\": \\\"/\\\", \\\"CTFTarget\\\": \\\"kwd-20315593\\\", \\\"UTMMedium\\\": \\\"ppc\\\", \\\"CTFNet\\\": \\\"adwords\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"g\\\", \\\"SessionKey\\\": \\\"75a46c01-3df1-4ce4-bd09-b704718bc291\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"807a8308-9ea8-41db-bfd2-1f29af7467cc\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 6.62, \\\"UTMTerm\\\": \\\"clientify\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"1753526595\\\", \\\"CTFGroup\\\": \\\"68145261825\\\", \\\"CTFAd\\\": \\\"341245359323\\\"}, {\\\"City\\\": \\\"\\\", \\\"BrowserVersion\\\": \\\"60.0\\\", \\\"CTFMatch\\\": \\\"b\\\", \\\"Title\\\": \\\"campa\\\\u00f1a1\\\", \\\"BrowserLanguage\\\": \\\"es-ES\\\", \\\"Hostname\\\": \\\"midominio.com:8000\\\", \\\"UTMSource\\\": \\\"adwords\\\", \\\"UTMContent\\\": \\\"\\\", \\\"UTMCampaign\\\": \\\"\\\", \\\"DeviceOS\\\": \\\"Linux x86_64\\\", \\\"ScreenResolution\\\": \\\"1920x1080\\\", \\\"Medium\\\": \\\"direct\\\", \\\"Timestamp\\\": \\\"2019-04-03T16:48:00Z\\\", \\\"CTFKeyword\\\": \\\"clientify\\\", \\\"ReferrerUrl\\\": \\\"\\\", \\\"CTFAccount\\\": \\\"296-540-2488\\\", \\\"Path\\\": \\\"/\\\", \\\"CTFTarget\\\": \\\"kwd-20315593\\\", \\\"UTMMedium\\\": \\\"ppc\\\", \\\"CTFNet\\\": \\\"adwords\\\", \\\"Mobile\\\": false, \\\"Country\\\": \\\"\\\", \\\"CTFSource\\\": \\\"g\\\", \\\"SessionKey\\\": \\\"75a46c01-3df1-4ce4-bd09-b704718bc291\\\", \\\"UserAgent\\\": \\\"\\\", \\\"PaveviewKey\\\": \\\"09819006-3982-4cfb-99ab-a526517faaec\\\", \\\"Referrer\\\": \\\"\\\", \\\"TimeOnPage\\\": 14.14, \\\"UTMTerm\\\": \\\"clientify\\\", \\\"BrowserName\\\": \\\"Firefox\\\", \\\"CTFCampaign\\\": \\\"1753526595\\\", \\\"CTFGroup\\\": \\\"68145261825\\\", \\\"CTFAd\\\": \\\"341245359323\\\"}]}\",\n            \"extra_datetime\": null,\n            \"type\": \"website_session\",\n            \"link\": \"\",\n            \"source_id\": \"75a46c01-3df1-4ce4-bd09-b704718bc291\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1315/\",\n            \"id\": 1315,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-07-01T12:50:26.379779-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/48/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"48\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1319/\",\n            \"id\": 1319,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2021-07-01T12:51:41.329551-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/49/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"49\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1322/\",\n            \"id\": 1322,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-07-01T12:34:00-05:00\",\n            \"extra\": \"{\\\"checkin_comment\\\": \\\"Face to Face meeting\\\", \\\"checkin_outcome\\\": \\\"completed \\\", \\\"checkin_type\\\": \\\"face_to_face\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"checkin\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 18\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1323/\",\n            \"id\": 1323,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-07-08T12:34:00-05:00\",\n            \"extra\": \"{\\\"checkin_comment\\\": \\\"Virtual scheduled meeting from postman\\\", \\\"checkin_outcome\\\": \\\"scheduled \\\", \\\"checkin_type\\\": \\\"virtual\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"checkin\",\n            \"link\": \"\",\n            \"source_id\": \"3\",\n            \"object_id\": 18\n        }\n    ],\n    \"page_views\": 2,\n    \"total_visits\": 1,\n    \"first_visit\": \"2019-04-03T16:48:00Z\",\n    \"last_visit\": \"2019-04-03T16:48:17Z\",\n    \"gdpr_accept\": true,\n    \"visitor_key\": \"85e61fe0-2aee-4b8e-9ae7-ce6bd76efbe6\",\n    \"attachments\": [],\n    \"websites\": [],\n    \"medium\": \"direct\",\n    \"linkedin_url\": \"\",\n    \"linkedin_id\": \"\",\n    \"linkedin_picture_url\": \"\",\n    \"skype_username\": \"\",\n    \"birthday\": null,\n    \"twitter_id\": \"\",\n    \"lead_scoring\": 0,\n    \"facebook_url\": \"\",\n    \"twitter_url\": \"\",\n    \"googleplus_url\": \"\",\n    \"pinterest_url\": \"\",\n    \"foursquare_url\": \"\",\n    \"aboutme_url\": \"\",\n    \"klout_url\": \"\",\n    \"facebook_picture_url\": \"\",\n    \"twitter_picture_url\": \"\",\n    \"facebook_id\": \"\",\n    \"google_id\": \"\",\n    \"taxpayer_identification_number\": \"\",\n    \"unsubscribed\": false,\n    \"automations\": [],\n    \"gdpr_acceptance_date\": \"2020-05-19T13:44:39.550888-05:00\"\n}"}],"_postman_id":"11dc0435-2277-4311-8fb2-bfa7e3975ec5"},{"name":"Remove an involved contacts from Deal","id":"2dafabea-6473-4f30-b2d9-40ff38f0e9f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/:contact_id/","description":"<p>Removes the contact with <code>:contact_id</code> from the list of related contacts of the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","contacts",":contact_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"fa64819a-a66b-4a92-87c3-a678eb36e6c7","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"644f4784-e288-404a-b53a-5ccefb70effa","type":"any","value":"{{contact-id}}","key":"contact_id"}]}},"response":[{"id":"831cbc01-62aa-458e-899e-b444722054a4","name":"Remove an involved contacts from Deal","originalRequest":{"method":"DELETE","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/contacts/:contact_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","contacts",":contact_id",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"},{"key":"contact_id","value":"{{contact-id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:42:51 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2dafabea-6473-4f30-b2d9-40ff38f0e9f6"}],"id":"2e6eda4d-7c64-466c-867d-c2116a788e19","_postman_id":"2e6eda4d-7c64-466c-867d-c2116a788e19","description":""},{"name":"Companies","item":[{"name":"List Deal involved companies","id":"937187dc-e9f0-498f-86f6-8f741b3dc708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/","description":"<p>You will get the list of related companies to the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","companies",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"06e4e3ae-fd08-4a21-a213-bd45cd8e85c7","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"9bf1313f-8c2b-4704-aedc-bdac039482c1","name":"List Deal involved companies","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","companies",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:48:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81546"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"id\": 1,\n            \"name\": \"MaCriptco\",\n            \"sector\": null,\n            \"company_sector\": \"Información y medios\",\n            \"business_name\": \"MaCriptco\",\n            \"taxpayer_identification_number\": \"B-048011\",\n            \"fax\": \"\",\n            \"number_of_employees\": 2,\n            \"number_of_employees_desc\": \"11-50\",\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"who_can_view\": 1,\n            \"emails\": [],\n            \"phones\": [],\n            \"websites\": [\n                {\n                    \"id\": 1,\n                    \"website\": \"http://www.asdf.com\"\n                }\n            ],\n            \"addresses\": [],\n            \"custom_fields\": [\n                {\n                    \"field\": \"Custom Field Para empresa\",\n                    \"value\": \"Hola empresa!\"\n                }\n            ],\n            \"rank\": 3,\n            \"rank_manual\": false,\n            \"picture_url\": \"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\",\n            \"facebook_url\": \"\",\n            \"linkedin_url\": \"https://www.linkedin.com/company/wordpress-advertising-network\",\n            \"twitter_url\": \"\",\n            \"private\": false,\n            \"last_viewed\": \"2019-06-10T10:23:52.489027-05:00\",\n            \"last_interaction\": \"2019-05-10T12:14:26.220968-05:00\",\n            \"facebook_id\": \"\",\n            \"twitter_id\": \"\",\n            \"linkedin_id\": \"\",\n            \"won_deals_amount\": 0,\n            \"founded\": \"2012-09-26\",\n            \"online_since\": \"1998-11-04\",\n            \"full_contact_extra\": \"{\\\"status\\\": 200, \\\"category\\\": [{\\\"code\\\": \\\"OTHER\\\", \\\"name\\\": \\\"Other\\\"}], \\\"organization\\\": {\\\"founded\\\": \\\"2012\\\", \\\"name\\\": \\\"Insight Management Consulting\\\", \\\"overview\\\": \\\"dasdfasdf\\\", \\\"approxEmployees\\\": 30, \\\"keywords\\\": [\\\"Alberta\\\", \\\"Bizarre\\\", \\\"Cisco\\\", \\\"Computer Networking\\\", \\\"Connecticut\\\", \\\"Enterprise Software\\\", \\\"Virtualization\\\"], \\\"images\\\": [{\\\"url\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/de8e0ec0f75592f63090d07c335844b9_c10327c58ea4efcb0309f15fbc4ae13d3d0e5e7cfb31ddf1b62a2f4a26dcbb23\\\", \\\"label\\\": \\\"twitter\\\"}, {\\\"url\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\\\", \\\"label\\\": \\\"other\\\"}], \\\"contactInfo\\\": {\\\"addresses\\\": [{\\\"country\\\": {\\\"code\\\": \\\"US\\\", \\\"name\\\": \\\"United States\\\"}, \\\"region\\\": {\\\"code\\\": \\\"CA\\\", \\\"name\\\": \\\"California\\\"}, \\\"label\\\": \\\"work\\\"}]}}, \\\"socialProfiles\\\": [{\\\"username\\\": \\\"sysu\\\", \\\"bio\\\": \\\"dasdfasdf\\\", \\\"typeId\\\": \\\"angellist\\\", \\\"url\\\": \\\"https://angel.co/sysu\\\", \\\"typeName\\\": \\\"AngelList\\\", \\\"followers\\\": 2, \\\"id\\\": \\\"126087\\\"}, {\\\"url\\\": \\\"http://klout.com/asdf951\\\", \\\"typeId\\\": \\\"klout\\\", \\\"username\\\": \\\"asdf951\\\", \\\"id\\\": \\\"59109750092346356\\\", \\\"typeName\\\": \\\"Klout\\\"}, {\\\"url\\\": \\\"https://www.linkedin.com/company/wordpress-advertising-network\\\", \\\"typeId\\\": \\\"linkedincompany\\\", \\\"username\\\": \\\"wordpress-advertising-network\\\", \\\"typeName\\\": \\\"LinkedIn\\\"}], \\\"website\\\": \\\"http://www.asdf.com\\\", \\\"traffic\\\": {\\\"ranking\\\": [{\\\"locale\\\": \\\"global\\\", \\\"rank\\\": 804531}], \\\"topCountryRanking\\\": [{\\\"locale\\\": \\\"us\\\", \\\"rank\\\": 270526}, {\\\"locale\\\": \\\"in\\\", \\\"rank\\\": 353056}]}, \\\"requestId\\\": \\\"b92cccb2-a067-406c-a5d8-45f91021ded1\\\", \\\"industries\\\": [{\\\"code\\\": \\\"7374\\\", \\\"type\\\": \\\"SIC\\\", \\\"name\\\": \\\"Computer Processing and Data Preparation and Processing Services\\\"}, {\\\"code\\\": \\\"518210\\\", \\\"type\\\": \\\"NAICS\\\", \\\"name\\\": \\\"Data Processing, Hosting, and Related Services\\\"}], \\\"logo\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\\\", \\\"languageLocale\\\": \\\"en\\\", \\\"onlineSince\\\": \\\"1998-11-04\\\"}\",\n            \"approx_employees\": 30,\n            \"calls\": [\n                {\n                    \"id\": 2,\n                    \"type\": \"outgoing\",\n                    \"comment\": \"Llamo por telefono\",\n                    \"outcome\": \"connected\"\n                },\n                {\n                    \"id\": 3,\n                    \"type\": \"incoming\",\n                    \"comment\": \"comentario desde api\",\n                    \"outcome\": \"no_answer\"\n                },\n                {\n                    \"id\": 4,\n                    \"type\": \"incoming\",\n                    \"comment\": \"comentario desde api\",\n                    \"outcome\": \"no_answer\"\n                },\n                {\n                    \"id\": 5,\n                    \"type\": \"incoming\",\n                    \"comment\": \"Registro Llamada con API\",\n                    \"outcome\": \"no_answer\"\n                }\n            ],\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"summary\": \"\",\n            \"tags\": [\n                \"una etiqueta\",\n                \"otra etiqueta\"\n            ],\n            \"deals\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/1/\",\n                    \"id\": 1,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Oportunidad chachi\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                    \"contact_name\": \"Pedro Daniel Bonilla\",\n                    \"contact_email\": \"asdf@asdf.com\",\n                    \"contact_phone\": \"6434345345\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"1001111.00\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"tags\": [\n                        \"otra etiqueta\",\n                        \"una etiqueta\"\n                    ],\n                    \"custom_fields\": [],\n                    \"created\": \"2018-12-10T12:54:47.826899-05:00\",\n                    \"modified\": \"2018-12-14T06:12:39.407876-05:00\",\n                    \"expected_closed_date\": \"2018-12-28\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/2/\",\n                    \"id\": 2,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Segunda oportunidad\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/2/\",\n                    \"contact_name\": \"Contacto 1 Apellido\",\n                    \"contact_email\": \"dorre.com@coreo.com\",\n                    \"contact_phone\": \"+34645977529\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"1212333.00\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 9,\n                    \"probability_desc\": \"90%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2018-12-12T11:20:36.925785-05:00\",\n                    \"modified\": \"2019-01-14T05:59:49.270352-05:00\",\n                    \"expected_closed_date\": \"2019-01-28\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/10/\",\n                    \"id\": 10,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Deal 2 from FORM\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                    \"contact_name\": \"Pedro Daniel Bonilla\",\n                    \"contact_email\": \"asdf@asdf.com\",\n                    \"contact_phone\": \"6434345345\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"22222.00\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2019-01-18T04:35:55.713579-05:00\",\n                    \"modified\": \"2019-01-18T04:35:55.780477-05:00\",\n                    \"expected_closed_date\": \"2019-01-25\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/22/\",\n                    \"id\": 22,\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"name\": \"Checking wallentries from Postman\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n                    \"contact_name\": \"Jimmi\",\n                    \"contact_email\": \"jimmi@henderson.llc.com\",\n                    \"contact_phone\": \"+1 (618) 353-6458\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"4444.00\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2019-09-27T07:54:14.044156-05:00\",\n                    \"modified\": \"2019-09-27T07:54:14.557079-05:00\",\n                    \"expected_closed_date\": \"2019-10-04\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/30/\",\n                    \"id\": 30,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-06-04T07:45:11.801561-05:00\",\n                    \"modified\": \"2020-07-02T09:02:57.851857-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/29/\",\n                    \"id\": 29,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-06-04T07:34:24.193779-05:00\",\n                    \"modified\": \"2020-07-02T09:02:59.542039-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/28/\",\n                    \"id\": 28,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-06-04T07:31:53.409522-05:00\",\n                    \"modified\": \"2020-07-02T09:03:22.303690-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/31/\",\n                    \"id\": 31,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"14000.00\",\n                    \"status\": 3,\n                    \"status_desc\": \"Won\",\n                    \"probability\": 10,\n                    \"probability_desc\": \"100%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [\n                        {\n                            \"field\": \"Custom Field 1\",\n                            \"value\": \"cdn_1133\"\n                        }\n                    ],\n                    \"created\": \"2020-06-04T07:46:26.855885-05:00\",\n                    \"modified\": \"2020-07-16T13:19:27.842153-05:00\",\n                    \"expected_closed_date\": \"2019-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/26/\",\n                    \"id\": 26,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 7,\n                    \"probability_desc\": \"70%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Propuesta presentada\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-05-26T11:55:59.789808-05:00\",\n                    \"modified\": \"2020-07-02T09:03:28.079734-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/24/\",\n                    \"id\": 24,\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"name\": \"deal para gmail\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-05-26T11:36:57.685551-05:00\",\n                    \"modified\": \"2020-05-26T11:36:57.729174-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/27/\",\n                    \"id\": 27,\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-05-26T11:56:13.211450-05:00\",\n                    \"modified\": \"2020-07-02T09:03:26.614512-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\"\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/25/\",\n                    \"id\": 25,\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"deal para gmail incorrecto\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n                    \"contact_name\": \"Pacoddd Merlo\",\n                    \"contact_email\": \"qoligi@mailinator.net\",\n                    \"contact_phone\": \"+1 (498) 513-2968\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"amount\": \"11.33\",\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"tags\": [],\n                    \"custom_fields\": [],\n                    \"created\": \"2020-06-28T11:38:00-05:00\",\n                    \"modified\": \"2020-07-02T09:16:20.989617-05:00\",\n                    \"expected_closed_date\": \"2020-11-30\"\n                }\n            ],\n            \"related_tasks\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/25/\",\n                    \"id\": 25,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Tarea del 13 de abril\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2020-04-13T07:00:00-05:00\",\n                    \"start_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"end_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-09-30T03:30:29.587447-05:00\",\n                    \"modified\": \"2020-04-13T07:40:00.006926-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pedro Daniel Bonilla\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n                    \"id\": 1,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-02-13T13:02:00-05:00\",\n                    \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/1/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n                    \"type_desc\": \"Contacto\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n                    \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pedro Daniel Bonilla\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/21/\",\n                    \"id\": 21,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2020-04-14T05:00:00-05:00\",\n                    \"start_datetime\": \"2020-04-14T05:00:00-05:00\",\n                    \"end_datetime\": \"2020-04-14T05:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:44:52.574962-05:00\",\n                    \"modified\": \"2020-04-14T06:00:07.367220-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/16/\",\n                    \"id\": 16,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:38:24.417964-05:00\",\n                    \"modified\": \"2019-08-12T05:38:24.418006-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/17/\",\n                    \"id\": 17,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:38:41.349077-05:00\",\n                    \"modified\": \"2019-08-12T05:38:41.349483-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/18/\",\n                    \"id\": 18,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:39:42.939302-05:00\",\n                    \"modified\": \"2019-08-12T05:39:42.939409-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/19/\",\n                    \"id\": 19,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:41:25.301053-05:00\",\n                    \"modified\": \"2019-08-12T05:41:25.301096-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/24/\",\n                    \"id\": 24,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Tarea para Postman 1\",\n                    \"description\": \"Descripcion detallada de esta tarea\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-10-01T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-10-01T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-10-01T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-09-30T03:20:58.196168-05:00\",\n                    \"modified\": \"2019-09-30T03:20:58.196199-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/22/\",\n                    \"id\": 22,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2020-04-13T16:04:00-05:00\",\n                    \"start_datetime\": \"2020-04-13T16:04:00-05:00\",\n                    \"end_datetime\": \"2020-04-13T16:04:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:53:58.186658-05:00\",\n                    \"modified\": \"2020-04-13T06:58:42.163708-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/20/\",\n                    \"id\": 20,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T06:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 5,\n                    \"status_desc\": \"Completed\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:44:06.892093-05:00\",\n                    \"modified\": \"2020-04-13T06:59:27.482597-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/29/\",\n                    \"id\": 29,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": null,\n                    \"start_datetime\": null,\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:08:37.033284-05:00\",\n                    \"modified\": \"2020-07-09T13:08:37.033348-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/30/\",\n                    \"id\": 30,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": null,\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:13:53.957128-05:00\",\n                    \"modified\": \"2020-07-09T13:13:54.010706-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/31/\",\n                    \"id\": 31,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-09T13:16:32.298351-05:00\",\n                    \"modified\": \"2020-07-09T13:16:32.349978-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/33/\",\n                    \"id\": 33,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Task Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 20,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-10T07:23:23.853887-05:00\",\n                    \"modified\": \"2020-07-10T07:23:23.885853-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/42/\",\n                    \"id\": 42,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-22T06:06:41.636065-05:00\",\n                    \"modified\": \"2020-07-22T06:06:41.725268-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/43/\",\n                    \"id\": 43,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2020-07-22T06:51:51.840970-05:00\",\n                    \"modified\": \"2020-07-22T06:51:51.893181-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/28/\",\n                    \"id\": 28,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Check Postman\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-03-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-08T09:16:29.099044-05:00\",\n                    \"modified\": \"2021-05-07T07:17:02.043169-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/2/\",\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Contacto 1 Apellido\",\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/10/\",\n                    \"id\": 10,\n                    \"owner\": \"pedro.d.diez+12@gmail.com\",\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n                    \"assigned_to_name\": \"Pedro Piter Piter\",\n                    \"name\": \"Creating a Task from Postman 1\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-03-08T10:00:00-05:00\",\n                    \"start_datetime\": \"2019-03-08T10:00:00-05:00\",\n                    \"end_datetime\": \"2019-03-08T10:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-08-12T05:24:12.670510-05:00\",\n                    \"modified\": \"2021-06-09T13:47:41.233145-05:00\",\n                    \"related_contacts\": [],\n                    \"related_contacts_names\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/48/\",\n                    \"id\": 48,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Task with related\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2021-07-01T12:50:26.284858-05:00\",\n                    \"modified\": \"2021-07-01T12:50:26.340258-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/49/\",\n                    \"id\": 49,\n                    \"owner\": \"pedro.d.diez+12@gmail.com\",\n                    \"owner_name\": \"Pedro Piter Piter\",\n                    \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n                    \"assigned_to_name\": \"Pedro Piter Piter\",\n                    \"name\": \"Task with related\",\n                    \"description\": \"Some description\",\n                    \"remarks\": \"Creating new task from postman\",\n                    \"due_date\": \"2020-07-28T06:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"Location\",\n                    \"guest_users\": [\n                        \"http://clientify.localtest.me/v1/users/1/\",\n                        \"http://clientify.localtest.me/v1/users/6/\"\n                    ],\n                    \"created\": \"2021-07-01T12:51:41.145055-05:00\",\n                    \"modified\": \"2021-07-01T12:51:41.286338-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/18/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pacoddd Merlo\"\n                    ]\n                }\n            ],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1/\",\n                    \"id\": 1,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-09-26T12:19:20.195758-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"company_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/2/\",\n                    \"id\": 2,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-09-26T12:19:20.205121-05:00\",\n                    \"extra\": \"{\\\"contact_name\\\": \\\"sdf sdsdf asdfasdf\\\", \\\"contact_link\\\": \\\"/contacts/1/\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"new_employee\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/7/\",\n                    \"id\": 7,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T12:54:47.897386-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/10/\",\n                    \"id\": 10,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T13:01:39.535836-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/13/\",\n                    \"id\": 13,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T13:02:02.630934-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/21/\",\n                    \"id\": 21,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-12T03:03:17.155342-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/25/\",\n                    \"id\": 25,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-12T03:06:22.598413-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/28/\",\n                    \"id\": 28,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-12T11:20:37.359746-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/31/\",\n                    \"id\": 31,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-14T05:13:04.453345-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/34/\",\n                    \"id\": 34,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-14T03:49:01.903757-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/37/\",\n                    \"id\": 37,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-14T03:50:05.910810-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/40/\",\n                    \"id\": 40,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-14T05:59:49.335531-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/110/\",\n                    \"id\": 110,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-18T04:35:55.774543-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"10\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/125/\",\n                    \"id\": 125,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-20T18:48:57.211919-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"nnnnnnnnn\\\", \\\"note_name\\\": \\\"Nota 3\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/127/\",\n                    \"id\": 127,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-21T17:56:21.184348-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"A ver si la guarda!!\\\", \\\"note_name\\\": \\\"Nota desde API empresa 1\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/128/\",\n                    \"id\": 128,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-21T18:10:37.006928-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"A\\\\u00f1ado nota a la compa\\\\u00f1ia 1 desde API\\\", \\\"note_name\\\": \\\"Otra Nota desde API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/129/\",\n                    \"id\": 129,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-21T18:12:55.329228-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"api note\\\", \\\"note_name\\\": \\\"api note\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/130/\",\n                    \"id\": 130,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-21T18:30:19.534892-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"sdsdsd\\\", \\\"note_name\\\": \\\"Deal 2 from API\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"8\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/131/\",\n                    \"id\": 131,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-22T04:27:00-05:00\",\n                    \"extra\": \"{\\\"call_comment\\\": \\\"Llamo por telefono\\\", \\\"call_type\\\": \\\"realizada\\\", \\\"call_outcome\\\": \\\"conectado\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"call\",\n                    \"link\": \"\",\n                    \"source_id\": \"2\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/132/\",\n                    \"id\": 132,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-22T05:33:24.619620-05:00\",\n                    \"extra\": \"{\\\"call_comment\\\": \\\"comentario desde api\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"call\",\n                    \"link\": \"\",\n                    \"source_id\": \"3\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/133/\",\n                    \"id\": 133,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-22T05:35:03.315242-05:00\",\n                    \"extra\": \"{\\\"call_comment\\\": \\\"comentario desde api\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"call\",\n                    \"link\": \"\",\n                    \"source_id\": \"4\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/134/\",\n                    \"id\": 134,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-22T05:35:18.047195-05:00\",\n                    \"extra\": \"{\\\"call_comment\\\": \\\"Registro Llamada con API\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"call\",\n                    \"link\": \"\",\n                    \"source_id\": \"5\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/147/\",\n                    \"id\": 147,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-02-13T05:40:14.863880-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/699/\",\n                    \"id\": 699,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:38:56.939964-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/703/\",\n                    \"id\": 703,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:10.675531-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/719/\",\n                    \"id\": 719,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:40:00.095864-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/938/\",\n                    \"id\": 938,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-10T07:23:24.694182-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/33/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"33\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/707/\",\n                    \"id\": 707,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:21.366285-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T11:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/722/\",\n                    \"id\": 722,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T12:13:17.019367-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/21/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Completed\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T12:13:16.925010-05:00\",\n                    \"type\": \"task_completed\",\n                    \"link\": \"\",\n                    \"source_id\": \"21\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/858/\",\n                    \"id\": 858,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:36:57.725640-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"24\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/928/\",\n                    \"id\": 928,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-09T13:16:32.712887-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/31/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/711/\",\n                    \"id\": 711,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:38.248756-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/371/\",\n                    \"id\": 371,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-05-10T12:14:26.220968-05:00\",\n                    \"extra\": \"{\\\"note_comment\\\": \\\"\\\\u00bfSe crea en el muro?\\\", \\\"note_name\\\": \\\"Nota\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"note\",\n                    \"link\": \"\",\n                    \"source_id\": \"53\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/715/\",\n                    \"id\": 715,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:46.988640-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/544/\",\n                    \"id\": 544,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-09-27T07:54:14.371655-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Checking wallentries from Postman\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/22/\\\", \\\"deal_amount\\\": \\\"4444.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2019-10-04T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"22\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/678/\",\n                    \"id\": 678,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T06:57:01.928059-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T05:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"22\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/681/\",\n                    \"id\": 681,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T06:58:01.377628-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/21/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-14T05:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"21\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/684/\",\n                    \"id\": 684,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T06:58:31.818280-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T05:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"22\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/687/\",\n                    \"id\": 687,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T06:58:42.271808-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T16:04:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"22\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/691/\",\n                    \"id\": 691,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T06:59:27.526957-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/20/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Completed\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T06:59:27.482130-05:00\",\n                    \"type\": \"task_completed\",\n                    \"link\": \"\",\n                    \"source_id\": \"20\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/695/\",\n                    \"id\": 695,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:04:47.541552-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2019-10-01T05:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/861/\",\n                    \"id\": 861,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:38:17.645777-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/864/\",\n                    \"id\": 864,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:55:59.826135-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"26\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/954/\",\n                    \"id\": 954,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-22T06:06:41.843987-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/42/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"42\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/958/\",\n                    \"id\": 958,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-22T06:51:51.931432-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/43/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"43\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/867/\",\n                    \"id\": 867,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2020-05-26T11:56:13.245964-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n                    \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"27\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/855/\",\n                    \"id\": 855,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-05-26T11:34:14.910338-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"company_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/873/\",\n                    \"id\": 873,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:34:24.245092-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"29\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/870/\",\n                    \"id\": 870,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:31:53.765446-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/876/\",\n                    \"id\": 876,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:45:12.113520-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/879/\",\n                    \"id\": 879,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-06-04T07:46:27.170509-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/910/\",\n                    \"id\": 910,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-02T07:14:59.699191-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n                    \"type\": \"deal_won\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/918/\",\n                    \"id\": 918,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-08T09:16:29.675564-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/924/\",\n                    \"id\": 924,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-09T13:13:54.427385-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/30/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"30\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/962/\",\n                    \"id\": 962,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-23T05:03:21.480116-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n                    \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"31\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1057/\",\n                    \"id\": 1057,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-05-07T07:17:02.127618-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n                    \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"28\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1168/\",\n                    \"id\": 1168,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-06-09T13:47:41.289953-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/10/\\\"}\",\n                    \"extra_datetime\": \"2019-03-08T10:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"10\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1316/\",\n                    \"id\": 1316,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-07-01T12:50:26.389353-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/48/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"48\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1320/\",\n                    \"id\": 1320,\n                    \"user\": \"Pedro Piter Piter\",\n                    \"created\": \"2021-07-01T12:51:41.354398-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/49/\\\"}\",\n                    \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"49\",\n                    \"object_id\": 1\n                }\n            ],\n            \"employees\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                    \"id\": 1,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"first_name\": \"Pedro Daniel\",\n                    \"last_name\": \"Bonilla\",\n                    \"status\": \"in-deal\",\n                    \"title\": \"Mr\",\n                    \"company\": \"MaCriptco\",\n                    \"company_details\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"contact_type\": \"Unnamed\",\n                    \"contact_source\": \"LinkedIn\",\n                    \"emails\": [\n                        {\n                            \"id\": 1,\n                            \"type\": 4,\n                            \"email\": \"asdf@asdf.com\"\n                        }\n                    ],\n                    \"phones\": [\n                        {\n                            \"id\": 1,\n                            \"type\": 1,\n                            \"phone\": \"6434345345\"\n                        }\n                    ],\n                    \"addresses\": [\n                        {\n                            \"id\": 1,\n                            \"type\": 4,\n                            \"street\": \"C/ Vergara\",\n                            \"city\": \"Jaén\",\n                            \"state\": \"Jaén\",\n                            \"country\": \"Spain\",\n                            \"postal_code\": \"23001\"\n                        }\n                    ],\n                    \"picture_url\": null,\n                    \"custom_fields\": [],\n                    \"tags\": [\n                        \"Comida\",\n                        \"una etiqueta\",\n                        \"otra etiqueta\"\n                    ],\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"summary\": \"\",\n                    \"created\": \"2018-09-26T12:19:18.513751-05:00\",\n                    \"last_contact\": \"2019-07-08T21:00:00-05:00\",\n                    \"related_tasks\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/tasks/25/\",\n                            \"id\": 25,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"assigned_to\": \"pedro.diez@irsolav.com\",\n                            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Tarea del 13 de abril\",\n                            \"description\": \"\",\n                            \"remarks\": \"\",\n                            \"due_date\": \"2020-04-13T07:00:00-05:00\",\n                            \"start_datetime\": \"2020-04-13T07:00:00-05:00\",\n                            \"end_datetime\": \"2020-04-13T07:00:00-05:00\",\n                            \"duration\": 0,\n                            \"type\": 1,\n                            \"status\": 1,\n                            \"status_desc\": \"Not started\",\n                            \"deals\": [\n                                \"http://clientify.localtest.me/v1/deals/12/\"\n                            ],\n                            \"task_type\": null,\n                            \"task_stage\": null,\n                            \"related_companies\": [\n                                \"http://clientify.localtest.me/v1/companies/1/\"\n                            ],\n                            \"related_companies_names\": [\n                                \"MaCriptco\"\n                            ],\n                            \"additional_option\": \"\",\n                            \"location\": \"\",\n                            \"guest_users\": [],\n                            \"created\": \"2019-09-30T03:30:29.587447-05:00\",\n                            \"modified\": \"2020-04-13T07:40:00.006926-05:00\",\n                            \"related_contacts\": [\n                                \"http://clientify.localtest.me/v1/contacts/1/\"\n                            ],\n                            \"related_contacts_names\": [\n                                \"Pedro Daniel Bonilla\"\n                            ]\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n                            \"id\": 1,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"assigned_to\": \"pedro.diez@irsolav.com\",\n                            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n                            \"description\": \"\",\n                            \"remarks\": \"\",\n                            \"due_date\": \"2019-02-13T13:02:00-05:00\",\n                            \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"duration\": 0,\n                            \"type\": 1,\n                            \"status\": 1,\n                            \"status_desc\": \"Not started\",\n                            \"deals\": [\n                                \"http://clientify.localtest.me/v1/deals/1/\"\n                            ],\n                            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n                            \"type_desc\": \"Contacto\",\n                            \"task_stage\": null,\n                            \"related_companies\": [\n                                \"http://clientify.localtest.me/v1/companies/1/\"\n                            ],\n                            \"related_companies_names\": [\n                                \"MaCriptco\"\n                            ],\n                            \"additional_option\": \"\",\n                            \"location\": \"\",\n                            \"guest_users\": [],\n                            \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n                            \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n                            \"related_contacts\": [\n                                \"http://clientify.localtest.me/v1/contacts/1/\"\n                            ],\n                            \"related_contacts_names\": [\n                                \"Pedro Daniel Bonilla\"\n                            ]\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/tasks/32/\",\n                            \"id\": 32,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"assigned_to\": \"pedro.diez@irsolav.com\",\n                            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"VideoConferencia\",\n                            \"description\": \"https://meet.google.com/omw-pftb-bfi\",\n                            \"remarks\": \"Vamos a ver observaciones sobre las tareas\",\n                            \"due_date\": \"2020-07-10T16:00:00-05:00\",\n                            \"start_datetime\": \"2020-07-09T21:00:00-05:00\",\n                            \"end_datetime\": \"2020-07-10T16:00:00-05:00\",\n                            \"duration\": 20,\n                            \"type\": 1,\n                            \"status\": 1,\n                            \"status_desc\": \"Not started\",\n                            \"deals\": [\n                                \"http://clientify.localtest.me/v1/deals/16/\"\n                            ],\n                            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                            \"type_desc\": \"Video conferencia\",\n                            \"task_stage\": null,\n                            \"related_companies\": [\n                                \"http://clientify.localtest.me/v1/companies/28/\"\n                            ],\n                            \"related_companies_names\": [\n                                \"Clientify\"\n                            ],\n                            \"additional_option\": \"google_meets\",\n                            \"location\": \"\",\n                            \"guest_users\": [],\n                            \"created\": \"2020-07-10T03:50:21.016645-05:00\",\n                            \"modified\": \"2020-07-10T03:51:20.074239-05:00\",\n                            \"related_contacts\": [\n                                \"http://clientify.localtest.me/v1/contacts/1/\"\n                            ],\n                            \"related_contacts_names\": [\n                                \"Pedro Daniel Bonilla\"\n                            ]\n                        }\n                    ],\n                    \"deals\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/deals/1/\",\n                            \"id\": 1,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Oportunidad chachi\",\n                            \"amount\": \"1001111.00\",\n                            \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                            \"contact_name\": \"Pedro Daniel Bonilla\",\n                            \"contact_email\": \"asdf@asdf.com\",\n                            \"contact_phone\": \"6434345345\",\n                            \"created\": \"2018-12-10T12:54:47.826899-05:00\",\n                            \"expected_closed_date\": \"2018-12-28\",\n                            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                            \"company_name\": \"MaCriptco\",\n                            \"source\": 3,\n                            \"status\": 2,\n                            \"status_desc\": \"Expired\",\n                            \"probability\": 5,\n                            \"probability_desc\": \"50%\",\n                            \"who_can_view\": 1,\n                            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                            \"pipeline_desc\": \"Por defecto\",\n                            \"involved_contacts\": [],\n                            \"tags\": [\n                                \"otra etiqueta\",\n                                \"una etiqueta\"\n                            ],\n                            \"remarks\": \"This is a Remark u observaciones cambiado por API\",\n                            \"involved_companies\": [],\n                            \"wall_entries\": [\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/5/\",\n                                    \"id\": 5,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-10T12:54:47.868892-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                                    \"type\": \"deal_creation\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/8/\",\n                                    \"id\": 8,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-10T13:01:39.520544-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                                    \"type\": \"deal_modification\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/14/\",\n                                    \"id\": 14,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-10T13:02:02.638533-05:00\",\n                                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                                    \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n                                    \"type\": \"task_creation\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/18/\",\n                                    \"id\": 18,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-12T03:03:17.138110-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                                    \"type\": \"deal_modification\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/22/\",\n                                    \"id\": 22,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-12T03:06:22.579748-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                                    \"type\": \"deal_modification\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/29/\",\n                                    \"id\": 29,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2018-12-14T05:13:04.440769-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                                    \"type\": \"deal_modification\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/126/\",\n                                    \"id\": 126,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2019-01-20T18:51:59.591620-05:00\",\n                                    \"extra\": \"{\\\"note_comment\\\": \\\"Nota 1 editada\\\", \\\"note_name\\\": \\\"Nota oportunidad\\\"}\",\n                                    \"extra_datetime\": null,\n                                    \"type\": \"note\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"3\",\n                                    \"object_id\": 1\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/148/\",\n                                    \"id\": 148,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2019-02-13T05:40:14.873569-05:00\",\n                                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                                    \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n                                    \"type\": \"task_modification\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"1\",\n                                    \"object_id\": 1\n                                }\n                            ],\n                            \"tasks\": [\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n                                    \"id\": 1,\n                                    \"owner\": \"pedro.diez@irsolav.com\",\n                                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                                    \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n                                    \"description\": \"\",\n                                    \"remarks\": \"\",\n                                    \"due_date\": \"2019-02-13T13:02:00-05:00\",\n                                    \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n                                    \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n                                    \"duration\": 0,\n                                    \"type\": 1,\n                                    \"status\": 1,\n                                    \"status_desc\": \"Not started\",\n                                    \"deals\": [\n                                        \"http://clientify.localtest.me/v1/deals/1/\"\n                                    ],\n                                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n                                    \"type_desc\": \"Contacto\",\n                                    \"task_stage\": null,\n                                    \"related_companies\": [\n                                        \"http://clientify.localtest.me/v1/companies/1/\"\n                                    ],\n                                    \"related_companies_names\": [\n                                        \"MaCriptco\"\n                                    ],\n                                    \"additional_option\": \"\",\n                                    \"location\": \"\",\n                                    \"guest_users\": [],\n                                    \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n                                    \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n                                    \"related_contacts\": [\n                                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                                    ],\n                                    \"related_contacts_names\": [\n                                        \"Pedro Daniel Bonilla\"\n                                    ]\n                                }\n                            ],\n                            \"events\": [],\n                            \"custom_fields\": []\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/deals/10/\",\n                            \"id\": 10,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Deal 2 from FORM\",\n                            \"amount\": \"22222.00\",\n                            \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                            \"contact_name\": \"Pedro Daniel Bonilla\",\n                            \"contact_email\": \"asdf@asdf.com\",\n                            \"contact_phone\": \"6434345345\",\n                            \"created\": \"2019-01-18T04:35:55.713579-05:00\",\n                            \"expected_closed_date\": \"2019-01-25\",\n                            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                            \"company_name\": \"MaCriptco\",\n                            \"source\": null,\n                            \"status\": 2,\n                            \"status_desc\": \"Expired\",\n                            \"probability\": 2,\n                            \"probability_desc\": \"20%\",\n                            \"who_can_view\": 1,\n                            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                            \"pipeline_stage_desc\": \"Contacto realizado\",\n                            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                            \"pipeline_desc\": \"Por defecto\",\n                            \"involved_contacts\": [],\n                            \"tags\": [],\n                            \"remarks\": \"\",\n                            \"involved_companies\": [],\n                            \"wall_entries\": [\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/108/\",\n                                    \"id\": 108,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2019-01-18T04:35:55.756959-05:00\",\n                                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                                    \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n                                    \"type\": \"deal_creation\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"10\",\n                                    \"object_id\": 10\n                                },\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/112/\",\n                                    \"id\": 112,\n                                    \"user\": \"Pedro D. Diez Bonilla\",\n                                    \"created\": \"2019-01-17T18:00:00-05:00\",\n                                    \"extra\": \"{\\\"event_name\\\": \\\"Evento 2 para FORM 2\\\", \\\"event_link\\\": \\\"/activities/events/2/\\\", \\\"event_location\\\": \\\"Aqui mismo\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                                    \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                                    \"type\": \"event_creation\",\n                                    \"link\": \"\",\n                                    \"source_id\": \"2\",\n                                    \"object_id\": 10\n                                }\n                            ],\n                            \"tasks\": [],\n                            \"events\": [\n                                {\n                                    \"url\": \"http://clientify.localtest.me/v1/events/2/\",\n                                    \"id\": 2,\n                                    \"owner\": \"pedro.diez@irsolav.com\",\n                                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                                    \"name\": \"Evento 2 para FORM 2\",\n                                    \"location\": \"Aqui mismo\",\n                                    \"from_datetime\": \"2019-01-17T18:00:00-05:00\",\n                                    \"to_datetime\": \"2019-01-18T17:59:00-05:00\",\n                                    \"all_day\": true,\n                                    \"guest_contacts\": [],\n                                    \"guest_companies\": [],\n                                    \"deals\": [\n                                        \"http://clientify.localtest.me/v1/deals/10/\"\n                                    ]\n                                }\n                            ],\n                            \"custom_fields\": []\n                        }\n                    ],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/3/\",\n                            \"id\": 3,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-09-26T12:19:20.363915-05:00\",\n                            \"extra\": \"{}\",\n                            \"extra_datetime\": null,\n                            \"type\": \"contact_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/6/\",\n                            \"id\": 6,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T12:54:47.876929-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/9/\",\n                            \"id\": 9,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T13:01:39.528902-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/12/\",\n                            \"id\": 12,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T13:02:02.621914-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                            \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n                            \"type\": \"task_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/20/\",\n                            \"id\": 20,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-12T03:03:17.149538-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/24/\",\n                            \"id\": 24,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-12T03:06:22.592871-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/30/\",\n                            \"id\": 30,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-14T05:13:04.447775-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/106/\",\n                            \"id\": 106,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-17T18:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                            \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                            \"type\": \"event_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/109/\",\n                            \"id\": 109,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-18T04:35:55.763171-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"10\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/146/\",\n                            \"id\": 146,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-02-13T05:40:14.852391-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                            \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/150/\",\n                            \"id\": 150,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-17T18:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                            \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                            \"type\": \"event_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/153/\",\n                            \"id\": 153,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-17T18:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                            \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                            \"type\": \"event_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/698/\",\n                            \"id\": 698,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:38:56.923336-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/702/\",\n                            \"id\": 702,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:39:10.639005-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/718/\",\n                            \"id\": 718,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:40:00.087040-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-13T07:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/706/\",\n                            \"id\": 706,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:39:21.342916-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-13T11:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/379/\",\n                            \"id\": 379,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-03-08T21:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Cita para cena tranquila\\\", \\\"event_link\\\": \\\"/activities/events/14/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                            \"extra_datetime\": \"2019-03-08T21:00:00-05:00\",\n                            \"type\": \"event_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"14\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/382/\",\n                            \"id\": 382,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-03-08T21:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Cita para cena tranquila\\\", \\\"event_link\\\": \\\"/activities/events/15/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                            \"extra_datetime\": \"2019-03-08T21:00:00-05:00\",\n                            \"type\": \"event_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"15\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/385/\",\n                            \"id\": 385,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-07-08T21:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"A\\\\u00f1ado Cita y creo wallentry\\\", \\\"event_link\\\": \\\"/activities/events/16/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                            \"extra_datetime\": \"2019-07-08T21:00:00-05:00\",\n                            \"type\": \"event_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"16\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/710/\",\n                            \"id\": 710,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:39:38.233051-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/714/\",\n                            \"id\": 714,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:39:46.969052-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/694/\",\n                            \"id\": 694,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-04-13T07:04:47.515227-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                            \"extra_datetime\": \"2019-10-01T05:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"25\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/931/\",\n                            \"id\": 931,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-07-10T03:50:21.077375-05:00\",\n                            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"VideoConferencia\\\", \\\"task_status\\\": \\\"No iniciada\\\", \\\"task_additional_option\\\": \\\"google_meets\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"-1 d\\\\u00eda(s) 23 hora(s) 0 minuto(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/32/\\\"}\",\n                            \"extra_datetime\": \"2020-07-10T03:00:00-05:00\",\n                            \"type\": \"task_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"32\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/933/\",\n                            \"id\": 933,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2020-07-10T03:51:20.330874-05:00\",\n                            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"VideoConferencia\\\", \\\"task_status\\\": \\\"No iniciada\\\", \\\"task_additional_option\\\": \\\"google_meets\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"-1 d\\\\u00eda(s) 5 hora(s) 0 minuto(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/32/\\\"}\",\n                            \"extra_datetime\": \"2020-07-09T21:00:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"32\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1324/\",\n                            \"id\": 1324,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2021-07-08T12:34:00-05:00\",\n                            \"extra\": \"{\\\"checkin_comment\\\": \\\"Virtual scheduled meeting from postman\\\", \\\"checkin_outcome\\\": \\\"scheduled \\\", \\\"checkin_type\\\": \\\"virtual\\\"}\",\n                            \"extra_datetime\": null,\n                            \"type\": \"checkin\",\n                            \"link\": \"\",\n                            \"source_id\": \"4\",\n                            \"object_id\": 1\n                        }\n                    ],\n                    \"page_views\": 0,\n                    \"total_visits\": 0,\n                    \"first_visit\": null,\n                    \"last_visit\": null,\n                    \"gdpr_accept\": false,\n                    \"visitor_key\": \"\",\n                    \"attachments\": [\n                        {\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Clientify_Design_Documentation.odt\",\n                            \"link\": \"https://dqpcam5q9kbfn.cloudfront.net/1/eqylrejatg/Clientify_Design_Documentation.odt\",\n                            \"icon\": \"https://www.dropbox.com/static/images/icons64/page_white_compressed.png\",\n                            \"creation_date\": \"Sept. 26, 2019, 11:31\",\n                            \"size\": null,\n                            \"thumbnail\": \"\"\n                        }\n                    ],\n                    \"websites\": [],\n                    \"medium\": \"\",\n                    \"linkedin_url\": \"http://www.linkedin.com/in/asdf-asdf-618289106\",\n                    \"linkedin_id\": \"448577588\",\n                    \"linkedin_picture_url\": \"\",\n                    \"skype_username\": \"\",\n                    \"birthday\": null,\n                    \"twitter_id\": \"122929175\",\n                    \"lead_scoring\": 0,\n                    \"facebook_url\": \"\",\n                    \"twitter_url\": \"\",\n                    \"googleplus_url\": \"\",\n                    \"pinterest_url\": \"\",\n                    \"foursquare_url\": \"\",\n                    \"aboutme_url\": \"\",\n                    \"klout_url\": \"\",\n                    \"facebook_picture_url\": \"\",\n                    \"twitter_picture_url\": \"\",\n                    \"facebook_id\": \"\",\n                    \"google_id\": \"\",\n                    \"taxpayer_identification_number\": \"\",\n                    \"unsubscribed\": false,\n                    \"automations\": [],\n                    \"gdpr_acceptance_date\": null\n                }\n            ],\n            \"linkedin_picture_url\": \"\"\n        }\n    ]\n}"}],"_postman_id":"937187dc-e9f0-498f-86f6-8f741b3dc708"},{"name":"Add Deal involved companies","id":"c3238159-d777-4a48-9bb6-c76262e4442c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/:company_id/","description":"<p>Adds the company with <code>:company_id</code> to the list of related companies of the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","companies",":company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"8daac869-0c8e-4ea7-880c-8fca2ca42742","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"d503da61-1089-4214-863f-8245ffe08b53","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"665ef24f-6b3c-496a-b0b8-6a20320257cc","name":"Add Deal involved companies","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/:company_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","companies",":company_id",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"},{"key":"company_id","value":"{{company-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:48:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81494"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"http://clientify.localtest.me/v1/companies/1/\",\n    \"id\": 1,\n    \"name\": \"MaCriptco\",\n    \"sector\": null,\n    \"company_sector\": \"Información y medios\",\n    \"business_name\": \"MaCriptco\",\n    \"taxpayer_identification_number\": \"B-048011\",\n    \"fax\": \"\",\n    \"number_of_employees\": 2,\n    \"number_of_employees_desc\": \"11-50\",\n    \"owner\": \"pedro.diez@irsolav.com\",\n    \"owner_name\": \"Pedro D. Diez Bonilla\",\n    \"who_can_view\": 1,\n    \"emails\": [],\n    \"phones\": [],\n    \"websites\": [\n        {\n            \"id\": 1,\n            \"website\": \"http://www.asdf.com\"\n        }\n    ],\n    \"addresses\": [],\n    \"custom_fields\": [\n        {\n            \"field\": \"Custom Field Para empresa\",\n            \"value\": \"Hola empresa!\"\n        }\n    ],\n    \"rank\": 3,\n    \"rank_manual\": false,\n    \"picture_url\": \"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\",\n    \"facebook_url\": \"\",\n    \"linkedin_url\": \"https://www.linkedin.com/company/wordpress-advertising-network\",\n    \"twitter_url\": \"\",\n    \"private\": false,\n    \"last_viewed\": \"2019-06-10T10:23:52.489027-05:00\",\n    \"last_interaction\": \"2019-05-10T12:14:26.220968-05:00\",\n    \"facebook_id\": \"\",\n    \"twitter_id\": \"\",\n    \"linkedin_id\": \"\",\n    \"won_deals_amount\": 0,\n    \"founded\": \"2012-09-26\",\n    \"online_since\": \"1998-11-04\",\n    \"full_contact_extra\": \"{\\\"status\\\": 200, \\\"category\\\": [{\\\"code\\\": \\\"OTHER\\\", \\\"name\\\": \\\"Other\\\"}], \\\"organization\\\": {\\\"founded\\\": \\\"2012\\\", \\\"name\\\": \\\"Insight Management Consulting\\\", \\\"overview\\\": \\\"dasdfasdf\\\", \\\"approxEmployees\\\": 30, \\\"keywords\\\": [\\\"Alberta\\\", \\\"Bizarre\\\", \\\"Cisco\\\", \\\"Computer Networking\\\", \\\"Connecticut\\\", \\\"Enterprise Software\\\", \\\"Virtualization\\\"], \\\"images\\\": [{\\\"url\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/de8e0ec0f75592f63090d07c335844b9_c10327c58ea4efcb0309f15fbc4ae13d3d0e5e7cfb31ddf1b62a2f4a26dcbb23\\\", \\\"label\\\": \\\"twitter\\\"}, {\\\"url\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\\\", \\\"label\\\": \\\"other\\\"}], \\\"contactInfo\\\": {\\\"addresses\\\": [{\\\"country\\\": {\\\"code\\\": \\\"US\\\", \\\"name\\\": \\\"United States\\\"}, \\\"region\\\": {\\\"code\\\": \\\"CA\\\", \\\"name\\\": \\\"California\\\"}, \\\"label\\\": \\\"work\\\"}]}}, \\\"socialProfiles\\\": [{\\\"username\\\": \\\"sysu\\\", \\\"bio\\\": \\\"dasdfasdf\\\", \\\"typeId\\\": \\\"angellist\\\", \\\"url\\\": \\\"https://angel.co/sysu\\\", \\\"typeName\\\": \\\"AngelList\\\", \\\"followers\\\": 2, \\\"id\\\": \\\"126087\\\"}, {\\\"url\\\": \\\"http://klout.com/asdf951\\\", \\\"typeId\\\": \\\"klout\\\", \\\"username\\\": \\\"asdf951\\\", \\\"id\\\": \\\"59109750092346356\\\", \\\"typeName\\\": \\\"Klout\\\"}, {\\\"url\\\": \\\"https://www.linkedin.com/company/wordpress-advertising-network\\\", \\\"typeId\\\": \\\"linkedincompany\\\", \\\"username\\\": \\\"wordpress-advertising-network\\\", \\\"typeName\\\": \\\"LinkedIn\\\"}], \\\"website\\\": \\\"http://www.asdf.com\\\", \\\"traffic\\\": {\\\"ranking\\\": [{\\\"locale\\\": \\\"global\\\", \\\"rank\\\": 804531}], \\\"topCountryRanking\\\": [{\\\"locale\\\": \\\"us\\\", \\\"rank\\\": 270526}, {\\\"locale\\\": \\\"in\\\", \\\"rank\\\": 353056}]}, \\\"requestId\\\": \\\"b92cccb2-a067-406c-a5d8-45f91021ded1\\\", \\\"industries\\\": [{\\\"code\\\": \\\"7374\\\", \\\"type\\\": \\\"SIC\\\", \\\"name\\\": \\\"Computer Processing and Data Preparation and Processing Services\\\"}, {\\\"code\\\": \\\"518210\\\", \\\"type\\\": \\\"NAICS\\\", \\\"name\\\": \\\"Data Processing, Hosting, and Related Services\\\"}], \\\"logo\\\": \\\"https://d2ojpxxtu63wzl.cloudfront.net/static/6236aedf246fe67d5b1e790d7b8d900c_18ec08c4356cfa058fbb850020f3af55a81bd4b3927e2d34a56dfcf4b72195c9\\\", \\\"languageLocale\\\": \\\"en\\\", \\\"onlineSince\\\": \\\"1998-11-04\\\"}\",\n    \"approx_employees\": 30,\n    \"calls\": [\n        {\n            \"id\": 2,\n            \"type\": \"outgoing\",\n            \"comment\": \"Llamo por telefono\",\n            \"outcome\": \"connected\"\n        },\n        {\n            \"id\": 3,\n            \"type\": \"incoming\",\n            \"comment\": \"comentario desde api\",\n            \"outcome\": \"no_answer\"\n        },\n        {\n            \"id\": 4,\n            \"type\": \"incoming\",\n            \"comment\": \"comentario desde api\",\n            \"outcome\": \"no_answer\"\n        },\n        {\n            \"id\": 5,\n            \"type\": \"incoming\",\n            \"comment\": \"Registro Llamada con API\",\n            \"outcome\": \"no_answer\"\n        }\n    ],\n    \"description\": \"\",\n    \"remarks\": \"\",\n    \"summary\": \"\",\n    \"tags\": [\n        \"una etiqueta\",\n        \"otra etiqueta\"\n    ],\n    \"deals\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/1/\",\n            \"id\": 1,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Oportunidad chachi\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n            \"contact_name\": \"Pedro Daniel Bonilla\",\n            \"contact_email\": \"asdf@asdf.com\",\n            \"contact_phone\": \"6434345345\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"1001111.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n            \"tags\": [\n                \"otra etiqueta\",\n                \"una etiqueta\"\n            ],\n            \"custom_fields\": [],\n            \"created\": \"2018-12-10T12:54:47.826899-05:00\",\n            \"modified\": \"2018-12-14T06:12:39.407876-05:00\",\n            \"expected_closed_date\": \"2018-12-28\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/2/\",\n            \"id\": 2,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Segunda oportunidad\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/2/\",\n            \"contact_name\": \"Contacto 1 Apellido\",\n            \"contact_email\": \"dorre.com@coreo.com\",\n            \"contact_phone\": \"+34645977529\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"1212333.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 9,\n            \"probability_desc\": \"90%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2018-12-12T11:20:36.925785-05:00\",\n            \"modified\": \"2019-01-14T05:59:49.270352-05:00\",\n            \"expected_closed_date\": \"2019-01-28\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/10/\",\n            \"id\": 10,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Deal 2 from FORM\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n            \"contact_name\": \"Pedro Daniel Bonilla\",\n            \"contact_email\": \"asdf@asdf.com\",\n            \"contact_phone\": \"6434345345\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"22222.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2019-01-18T04:35:55.713579-05:00\",\n            \"modified\": \"2019-01-18T04:35:55.780477-05:00\",\n            \"expected_closed_date\": \"2019-01-25\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/22/\",\n            \"id\": 22,\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"name\": \"Checking wallentries from Postman\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"contact_name\": \"Jimmi\",\n            \"contact_email\": \"jimmi@henderson.llc.com\",\n            \"contact_phone\": \"+1 (618) 353-6458\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"4444.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2019-09-27T07:54:14.044156-05:00\",\n            \"modified\": \"2019-09-27T07:54:14.557079-05:00\",\n            \"expected_closed_date\": \"2019-10-04\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/30/\",\n            \"id\": 30,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-06-04T07:45:11.801561-05:00\",\n            \"modified\": \"2020-07-02T09:02:57.851857-05:00\",\n            \"expected_closed_date\": \"2019-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/29/\",\n            \"id\": 29,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-06-04T07:34:24.193779-05:00\",\n            \"modified\": \"2020-07-02T09:02:59.542039-05:00\",\n            \"expected_closed_date\": \"2019-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/28/\",\n            \"id\": 28,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-06-04T07:31:53.409522-05:00\",\n            \"modified\": \"2020-07-02T09:03:22.303690-05:00\",\n            \"expected_closed_date\": \"2019-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/31/\",\n            \"id\": 31,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"14000.00\",\n            \"status\": 3,\n            \"status_desc\": \"Won\",\n            \"probability\": 10,\n            \"probability_desc\": \"100%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [\n                {\n                    \"field\": \"Custom Field 1\",\n                    \"value\": \"cdn_1133\"\n                }\n            ],\n            \"created\": \"2020-06-04T07:46:26.855885-05:00\",\n            \"modified\": \"2020-07-16T13:19:27.842153-05:00\",\n            \"expected_closed_date\": \"2019-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/26/\",\n            \"id\": 26,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 7,\n            \"probability_desc\": \"70%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/3/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Propuesta presentada\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-05-26T11:55:59.789808-05:00\",\n            \"modified\": \"2020-07-02T09:03:28.079734-05:00\",\n            \"expected_closed_date\": \"2020-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/24/\",\n            \"id\": 24,\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"name\": \"deal para gmail\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-05-26T11:36:57.685551-05:00\",\n            \"modified\": \"2020-05-26T11:36:57.729174-05:00\",\n            \"expected_closed_date\": \"2020-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/27/\",\n            \"id\": 27,\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-05-26T11:56:13.211450-05:00\",\n            \"modified\": \"2020-07-02T09:03:26.614512-05:00\",\n            \"expected_closed_date\": \"2020-11-30\"\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/deals/25/\",\n            \"id\": 25,\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"deal para gmail incorrecto\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/18/\",\n            \"contact_name\": \"Pacoddd Merlo\",\n            \"contact_email\": \"qoligi@mailinator.net\",\n            \"contact_phone\": \"+1 (498) 513-2968\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"company_name\": \"MaCriptco\",\n            \"amount\": \"11.33\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n            \"pipeline_desc\": \"Por defecto\",\n            \"pipeline_stage_desc\": \"Contacto realizado\",\n            \"tags\": [],\n            \"custom_fields\": [],\n            \"created\": \"2020-06-28T11:38:00-05:00\",\n            \"modified\": \"2020-07-02T09:16:20.989617-05:00\",\n            \"expected_closed_date\": \"2020-11-30\"\n        }\n    ],\n    \"related_tasks\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/25/\",\n            \"id\": 25,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Tarea del 13 de abril\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2020-04-13T07:00:00-05:00\",\n            \"start_datetime\": \"2020-04-13T07:00:00-05:00\",\n            \"end_datetime\": \"2020-04-13T07:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-09-30T03:30:29.587447-05:00\",\n            \"modified\": \"2020-04-13T07:40:00.006926-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/1/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pedro Daniel Bonilla\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n            \"id\": 1,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-02-13T13:02:00-05:00\",\n            \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n            \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/1/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n            \"type_desc\": \"Contacto\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n            \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/1/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pedro Daniel Bonilla\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/21/\",\n            \"id\": 21,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2020-04-14T05:00:00-05:00\",\n            \"start_datetime\": \"2020-04-14T05:00:00-05:00\",\n            \"end_datetime\": \"2020-04-14T05:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:44:52.574962-05:00\",\n            \"modified\": \"2020-04-14T06:00:07.367220-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/16/\",\n            \"id\": 16,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T06:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:38:24.417964-05:00\",\n            \"modified\": \"2019-08-12T05:38:24.418006-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/17/\",\n            \"id\": 17,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T06:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:38:41.349077-05:00\",\n            \"modified\": \"2019-08-12T05:38:41.349483-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/18/\",\n            \"id\": 18,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T06:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:39:42.939302-05:00\",\n            \"modified\": \"2019-08-12T05:39:42.939409-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/19/\",\n            \"id\": 19,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T06:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:41:25.301053-05:00\",\n            \"modified\": \"2019-08-12T05:41:25.301096-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/24/\",\n            \"id\": 24,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Tarea para Postman 1\",\n            \"description\": \"Descripcion detallada de esta tarea\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-10-01T06:00:00-05:00\",\n            \"start_datetime\": \"2019-10-01T06:00:00-05:00\",\n            \"end_datetime\": \"2019-10-01T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-09-30T03:20:58.196168-05:00\",\n            \"modified\": \"2019-09-30T03:20:58.196199-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/22/\",\n            \"id\": 22,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2020-04-13T16:04:00-05:00\",\n            \"start_datetime\": \"2020-04-13T16:04:00-05:00\",\n            \"end_datetime\": \"2020-04-13T16:04:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:53:58.186658-05:00\",\n            \"modified\": \"2020-04-13T06:58:42.163708-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/20/\",\n            \"id\": 20,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T06:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 5,\n            \"status_desc\": \"Completed\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:44:06.892093-05:00\",\n            \"modified\": \"2020-04-13T06:59:27.482597-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/29/\",\n            \"id\": 29,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": null,\n            \"start_datetime\": null,\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:08:37.033284-05:00\",\n            \"modified\": \"2020-07-09T13:08:37.033348-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/30/\",\n            \"id\": 30,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": null,\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:13:53.957128-05:00\",\n            \"modified\": \"2020-07-09T13:13:54.010706-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/31/\",\n            \"id\": 31,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-09T13:16:32.298351-05:00\",\n            \"modified\": \"2020-07-09T13:16:32.349978-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/33/\",\n            \"id\": 33,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Task Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 20,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-10T07:23:23.853887-05:00\",\n            \"modified\": \"2020-07-10T07:23:23.885853-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/42/\",\n            \"id\": 42,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-22T06:06:41.636065-05:00\",\n            \"modified\": \"2020-07-22T06:06:41.725268-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/43/\",\n            \"id\": 43,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2020-07-22T06:51:51.840970-05:00\",\n            \"modified\": \"2020-07-22T06:51:51.893181-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/28/\",\n            \"id\": 28,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-03-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2020-07-08T09:16:29.099044-05:00\",\n            \"modified\": \"2021-05-07T07:17:02.043169-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/2/\",\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Contacto 1 Apellido\",\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/10/\",\n            \"id\": 10,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n            \"assigned_to_name\": \"Pedro Piter Piter\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T10:00:00-05:00\",\n            \"start_datetime\": \"2019-03-08T10:00:00-05:00\",\n            \"end_datetime\": \"2019-03-08T10:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"\",\n            \"guest_users\": [],\n            \"created\": \"2019-08-12T05:24:12.670510-05:00\",\n            \"modified\": \"2021-06-09T13:47:41.233145-05:00\",\n            \"related_contacts\": [],\n            \"related_contacts_names\": []\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/48/\",\n            \"id\": 48,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Task with related\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2021-07-01T12:50:26.284858-05:00\",\n            \"modified\": \"2021-07-01T12:50:26.340258-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/tasks/49/\",\n            \"id\": 49,\n            \"owner\": \"pedro.d.diez+12@gmail.com\",\n            \"owner_name\": \"Pedro Piter Piter\",\n            \"assigned_to\": \"pedro.d.diez+12@gmail.com\",\n            \"assigned_to_name\": \"Pedro Piter Piter\",\n            \"name\": \"Task with related\",\n            \"description\": \"Some description\",\n            \"remarks\": \"Creating new task from postman\",\n            \"due_date\": \"2020-07-28T06:00:00-05:00\",\n            \"start_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"end_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"duration\": 0,\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"http://clientify.localtest.me/v1/deals/12/\"\n            ],\n            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n            \"type_desc\": \"Video conferencia\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"http://clientify.localtest.me/v1/companies/1/\"\n            ],\n            \"related_companies_names\": [\n                \"MaCriptco\"\n            ],\n            \"additional_option\": \"\",\n            \"location\": \"Location\",\n            \"guest_users\": [\n                \"http://clientify.localtest.me/v1/users/1/\",\n                \"http://clientify.localtest.me/v1/users/6/\"\n            ],\n            \"created\": \"2021-07-01T12:51:41.145055-05:00\",\n            \"modified\": \"2021-07-01T12:51:41.286338-05:00\",\n            \"related_contacts\": [\n                \"http://clientify.localtest.me/v1/contacts/18/\"\n            ],\n            \"related_contacts_names\": [\n                \"Pacoddd Merlo\"\n            ]\n        }\n    ],\n    \"wall_entries\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1/\",\n            \"id\": 1,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-09-26T12:19:20.195758-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_creation\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/2/\",\n            \"id\": 2,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-09-26T12:19:20.205121-05:00\",\n            \"extra\": \"{\\\"contact_name\\\": \\\"sdf sdsdf asdfasdf\\\", \\\"contact_link\\\": \\\"/contacts/1/\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"new_employee\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/7/\",\n            \"id\": 7,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-10T12:54:47.897386-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/10/\",\n            \"id\": 10,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-10T13:01:39.535836-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/13/\",\n            \"id\": 13,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-10T13:02:02.630934-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/21/\",\n            \"id\": 21,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-12T03:03:17.155342-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/25/\",\n            \"id\": 25,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-12T03:06:22.598413-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/28/\",\n            \"id\": 28,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-12T11:20:37.359746-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/31/\",\n            \"id\": 31,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2018-12-14T05:13:04.453345-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/34/\",\n            \"id\": 34,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-14T03:49:01.903757-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/37/\",\n            \"id\": 37,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-14T03:50:05.910810-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/40/\",\n            \"id\": 40,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-14T05:59:49.335531-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Segunda oportunidad\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/2/\\\", \\\"deal_amount\\\": \\\"1212333.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-01-28T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/110/\",\n            \"id\": 110,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-18T04:35:55.774543-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"10\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/125/\",\n            \"id\": 125,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-20T18:48:57.211919-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"nnnnnnnnn\\\", \\\"note_name\\\": \\\"Nota 3\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/127/\",\n            \"id\": 127,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-21T17:56:21.184348-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"A ver si la guarda!!\\\", \\\"note_name\\\": \\\"Nota desde API empresa 1\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/128/\",\n            \"id\": 128,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-21T18:10:37.006928-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"A\\\\u00f1ado nota a la compa\\\\u00f1ia 1 desde API\\\", \\\"note_name\\\": \\\"Otra Nota desde API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/129/\",\n            \"id\": 129,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-21T18:12:55.329228-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"api note\\\", \\\"note_name\\\": \\\"api note\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/130/\",\n            \"id\": 130,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-21T18:30:19.534892-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"sdsdsd\\\", \\\"note_name\\\": \\\"Deal 2 from API\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"8\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/131/\",\n            \"id\": 131,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-22T04:27:00-05:00\",\n            \"extra\": \"{\\\"call_comment\\\": \\\"Llamo por telefono\\\", \\\"call_type\\\": \\\"realizada\\\", \\\"call_outcome\\\": \\\"conectado\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"call\",\n            \"link\": \"\",\n            \"source_id\": \"2\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/132/\",\n            \"id\": 132,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-22T05:33:24.619620-05:00\",\n            \"extra\": \"{\\\"call_comment\\\": \\\"comentario desde api\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"call\",\n            \"link\": \"\",\n            \"source_id\": \"3\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/133/\",\n            \"id\": 133,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-22T05:35:03.315242-05:00\",\n            \"extra\": \"{\\\"call_comment\\\": \\\"comentario desde api\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"call\",\n            \"link\": \"\",\n            \"source_id\": \"4\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/134/\",\n            \"id\": 134,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-01-22T05:35:18.047195-05:00\",\n            \"extra\": \"{\\\"call_comment\\\": \\\"Registro Llamada con API\\\", \\\"call_type\\\": \\\"recibida\\\", \\\"call_outcome\\\": \\\"sin respuesta\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"call\",\n            \"link\": \"\",\n            \"source_id\": \"5\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/147/\",\n            \"id\": 147,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-02-13T05:40:14.863880-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/699/\",\n            \"id\": 699,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:38:56.939964-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/703/\",\n            \"id\": 703,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:39:10.675531-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/719/\",\n            \"id\": 719,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:40:00.095864-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T07:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/938/\",\n            \"id\": 938,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-10T07:23:24.694182-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/33/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"33\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/707/\",\n            \"id\": 707,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:39:21.366285-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T11:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/722/\",\n            \"id\": 722,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T12:13:17.019367-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/21/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Completed\\\"}\",\n            \"extra_datetime\": \"2020-04-13T12:13:16.925010-05:00\",\n            \"type\": \"task_completed\",\n            \"link\": \"\",\n            \"source_id\": \"21\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/858/\",\n            \"id\": 858,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-26T11:36:57.725640-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/24/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"24\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/928/\",\n            \"id\": 928,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-09T13:16:32.712887-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/31/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/711/\",\n            \"id\": 711,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:39:38.248756-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/371/\",\n            \"id\": 371,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-05-10T12:14:26.220968-05:00\",\n            \"extra\": \"{\\\"note_comment\\\": \\\"\\\\u00bfSe crea en el muro?\\\", \\\"note_name\\\": \\\"Nota\\\"}\",\n            \"extra_datetime\": null,\n            \"type\": \"note\",\n            \"link\": \"\",\n            \"source_id\": \"53\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/715/\",\n            \"id\": 715,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:39:46.988640-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/544/\",\n            \"id\": 544,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-09-27T07:54:14.371655-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Checking wallentries from Postman\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/22/\\\", \\\"deal_amount\\\": \\\"4444.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-10-04T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"22\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/678/\",\n            \"id\": 678,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T06:57:01.928059-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T05:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"22\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/681/\",\n            \"id\": 681,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T06:58:01.377628-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/21/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-14T05:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"21\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/684/\",\n            \"id\": 684,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T06:58:31.818280-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T05:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"22\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/687/\",\n            \"id\": 687,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T06:58:42.271808-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/22/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2020-04-13T16:04:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"22\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/691/\",\n            \"id\": 691,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T06:59:27.526957-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/20/\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Completed\\\"}\",\n            \"extra_datetime\": \"2020-04-13T06:59:27.482130-05:00\",\n            \"type\": \"task_completed\",\n            \"link\": \"\",\n            \"source_id\": \"20\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/695/\",\n            \"id\": 695,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-04-13T07:04:47.541552-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n            \"extra_datetime\": \"2019-10-01T05:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/861/\",\n            \"id\": 861,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-26T11:38:17.645777-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/25/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"25\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/864/\",\n            \"id\": 864,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-26T11:55:59.826135-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/26/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"26\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/954/\",\n            \"id\": 954,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-22T06:06:41.843987-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/42/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"42\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/958/\",\n            \"id\": 958,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-22T06:51:51.931432-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/43/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"43\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/867/\",\n            \"id\": 867,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2020-05-26T11:56:13.245964-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"deal para gmail incorrecto\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/27/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2020-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"27\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/855/\",\n            \"id\": 855,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-05-26T11:34:14.910338-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_modification\",\n            \"link\": \"\",\n            \"source_id\": \"1\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/873/\",\n            \"id\": 873,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:34:24.245092-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/29/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"29\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/870/\",\n            \"id\": 870,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:31:53.765446-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/28/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/876/\",\n            \"id\": 876,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:45:12.113520-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/30/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"30\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/879/\",\n            \"id\": 879,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-06-04T07:46:27.170509-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Expired\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/910/\",\n            \"id\": 910,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-02T07:14:59.699191-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"11.33\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n            \"extra_datetime\": \"2020-07-02T19:14:00-05:00\",\n            \"type\": \"deal_won\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/918/\",\n            \"id\": 918,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-08T09:16:29.675564-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/924/\",\n            \"id\": 924,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-09T13:13:54.427385-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/30/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"30\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/962/\",\n            \"id\": 962,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2020-07-23T05:03:21.480116-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/31/\\\", \\\"deal_amount\\\": \\\"14000.00\\\", \\\"deal_status\\\": \\\"Won\\\"}\",\n            \"extra_datetime\": \"2019-11-30T19:14:00-05:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"31\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1057/\",\n            \"id\": 1057,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-05-07T07:17:02.127618-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/28/\\\"}\",\n            \"extra_datetime\": \"2020-03-28T06:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"28\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1168/\",\n            \"id\": 1168,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-06-09T13:47:41.289953-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Creating a Task from Postman 1\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/10/\\\"}\",\n            \"extra_datetime\": \"2019-03-08T10:00:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"10\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1316/\",\n            \"id\": 1316,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2021-07-01T12:50:26.389353-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/48/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"48\",\n            \"object_id\": 1\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/wall-entries/1320/\",\n            \"id\": 1320,\n            \"user\": \"Pedro Piter Piter\",\n            \"created\": \"2021-07-01T12:51:41.354398-05:00\",\n            \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"Task with related\\\", \\\"task_status\\\": \\\"Not started\\\", \\\"task_additional_option\\\": \\\"\\\", \\\"task_location\\\": \\\"Location\\\", \\\"task_duration\\\": \\\"0 hour(s) 0 minute(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/49/\\\"}\",\n            \"extra_datetime\": \"2020-07-28T06:00:00-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"49\",\n            \"object_id\": 1\n        }\n    ],\n    \"employees\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/contacts/1/\",\n            \"id\": 1,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"owner_name\": \"Pedro D. Diez Bonilla\",\n            \"first_name\": \"Pedro Daniel\",\n            \"last_name\": \"Bonilla\",\n            \"status\": \"in-deal\",\n            \"title\": \"Mr\",\n            \"company\": \"MaCriptco\",\n            \"company_details\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"contact_type\": \"Unnamed\",\n            \"contact_source\": \"LinkedIn\",\n            \"emails\": [\n                {\n                    \"id\": 1,\n                    \"type\": 4,\n                    \"email\": \"asdf@asdf.com\"\n                }\n            ],\n            \"phones\": [\n                {\n                    \"id\": 1,\n                    \"type\": 1,\n                    \"phone\": \"6434345345\"\n                }\n            ],\n            \"addresses\": [\n                {\n                    \"id\": 1,\n                    \"type\": 4,\n                    \"street\": \"C/ Vergara\",\n                    \"city\": \"Jaén\",\n                    \"state\": \"Jaén\",\n                    \"country\": \"Spain\",\n                    \"postal_code\": \"23001\"\n                }\n            ],\n            \"picture_url\": null,\n            \"custom_fields\": [],\n            \"tags\": [\n                \"Comida\",\n                \"una etiqueta\",\n                \"otra etiqueta\"\n            ],\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"summary\": \"\",\n            \"created\": \"2018-09-26T12:19:18.513751-05:00\",\n            \"last_contact\": \"2019-07-08T21:00:00-05:00\",\n            \"related_tasks\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/25/\",\n                    \"id\": 25,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Tarea del 13 de abril\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2020-04-13T07:00:00-05:00\",\n                    \"start_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"end_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/12/\"\n                    ],\n                    \"task_type\": null,\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2019-09-30T03:30:29.587447-05:00\",\n                    \"modified\": \"2020-04-13T07:40:00.006926-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pedro Daniel Bonilla\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n                    \"id\": 1,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n                    \"description\": \"\",\n                    \"remarks\": \"\",\n                    \"due_date\": \"2019-02-13T13:02:00-05:00\",\n                    \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"duration\": 0,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/1/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n                    \"type_desc\": \"Contacto\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/1/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"MaCriptco\"\n                    ],\n                    \"additional_option\": \"\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n                    \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pedro Daniel Bonilla\"\n                    ]\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/tasks/32/\",\n                    \"id\": 32,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"assigned_to\": \"pedro.diez@irsolav.com\",\n                    \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"VideoConferencia\",\n                    \"description\": \"https://meet.google.com/omw-pftb-bfi\",\n                    \"remarks\": \"Vamos a ver observaciones sobre las tareas\",\n                    \"due_date\": \"2020-07-10T16:00:00-05:00\",\n                    \"start_datetime\": \"2020-07-09T21:00:00-05:00\",\n                    \"end_datetime\": \"2020-07-10T16:00:00-05:00\",\n                    \"duration\": 20,\n                    \"type\": 1,\n                    \"status\": 1,\n                    \"status_desc\": \"Not started\",\n                    \"deals\": [\n                        \"http://clientify.localtest.me/v1/deals/16/\"\n                    ],\n                    \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/14/\",\n                    \"type_desc\": \"Video conferencia\",\n                    \"task_stage\": null,\n                    \"related_companies\": [\n                        \"http://clientify.localtest.me/v1/companies/28/\"\n                    ],\n                    \"related_companies_names\": [\n                        \"Clientify\"\n                    ],\n                    \"additional_option\": \"google_meets\",\n                    \"location\": \"\",\n                    \"guest_users\": [],\n                    \"created\": \"2020-07-10T03:50:21.016645-05:00\",\n                    \"modified\": \"2020-07-10T03:51:20.074239-05:00\",\n                    \"related_contacts\": [\n                        \"http://clientify.localtest.me/v1/contacts/1/\"\n                    ],\n                    \"related_contacts_names\": [\n                        \"Pedro Daniel Bonilla\"\n                    ]\n                }\n            ],\n            \"deals\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/1/\",\n                    \"id\": 1,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Oportunidad chachi\",\n                    \"amount\": \"1001111.00\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                    \"contact_name\": \"Pedro Daniel Bonilla\",\n                    \"contact_email\": \"asdf@asdf.com\",\n                    \"contact_phone\": \"6434345345\",\n                    \"created\": \"2018-12-10T12:54:47.826899-05:00\",\n                    \"expected_closed_date\": \"2018-12-28\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": 3,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 5,\n                    \"probability_desc\": \"50%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/2/\",\n                    \"pipeline_stage_desc\": \"Producto/servicio presentado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [\n                        \"otra etiqueta\",\n                        \"una etiqueta\"\n                    ],\n                    \"remarks\": \"This is a Remark u observaciones cambiado por API\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/5/\",\n                            \"id\": 5,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T12:54:47.868892-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/8/\",\n                            \"id\": 8,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T13:01:39.520544-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/14/\",\n                            \"id\": 14,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-10T13:02:02.638533-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                            \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n                            \"type\": \"task_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/18/\",\n                            \"id\": 18,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-12T03:03:17.138110-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/22/\",\n                            \"id\": 22,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-12T03:06:22.579748-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/29/\",\n                            \"id\": 29,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2018-12-14T05:13:04.440769-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                            \"type\": \"deal_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/126/\",\n                            \"id\": 126,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-20T18:51:59.591620-05:00\",\n                            \"extra\": \"{\\\"note_comment\\\": \\\"Nota 1 editada\\\", \\\"note_name\\\": \\\"Nota oportunidad\\\"}\",\n                            \"extra_datetime\": null,\n                            \"type\": \"note\",\n                            \"link\": \"\",\n                            \"source_id\": \"3\",\n                            \"object_id\": 1\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/148/\",\n                            \"id\": 148,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-02-13T05:40:14.873569-05:00\",\n                            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                            \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"type\": \"task_modification\",\n                            \"link\": \"\",\n                            \"source_id\": \"1\",\n                            \"object_id\": 1\n                        }\n                    ],\n                    \"tasks\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/tasks/1/\",\n                            \"id\": 1,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"assigned_to\": \"pedro.diez@irsolav.com\",\n                            \"assigned_to_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Seguimiento oportunidad \\\"Oportunidad muy chachi\\\"\",\n                            \"description\": \"\",\n                            \"remarks\": \"\",\n                            \"due_date\": \"2019-02-13T13:02:00-05:00\",\n                            \"start_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"end_datetime\": \"2019-02-13T13:02:00-05:00\",\n                            \"duration\": 0,\n                            \"type\": 1,\n                            \"status\": 1,\n                            \"status_desc\": \"Not started\",\n                            \"deals\": [\n                                \"http://clientify.localtest.me/v1/deals/1/\"\n                            ],\n                            \"task_type\": \"http://clientify.localtest.me/v1/tasks/types/3/\",\n                            \"type_desc\": \"Contacto\",\n                            \"task_stage\": null,\n                            \"related_companies\": [\n                                \"http://clientify.localtest.me/v1/companies/1/\"\n                            ],\n                            \"related_companies_names\": [\n                                \"MaCriptco\"\n                            ],\n                            \"additional_option\": \"\",\n                            \"location\": \"\",\n                            \"guest_users\": [],\n                            \"created\": \"2018-12-10T13:02:02.576299-05:00\",\n                            \"modified\": \"2019-02-13T05:40:14.779427-05:00\",\n                            \"related_contacts\": [\n                                \"http://clientify.localtest.me/v1/contacts/1/\"\n                            ],\n                            \"related_contacts_names\": [\n                                \"Pedro Daniel Bonilla\"\n                            ]\n                        }\n                    ],\n                    \"events\": [],\n                    \"custom_fields\": []\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/deals/10/\",\n                    \"id\": 10,\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Deal 2 from FORM\",\n                    \"amount\": \"22222.00\",\n                    \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n                    \"contact_name\": \"Pedro Daniel Bonilla\",\n                    \"contact_email\": \"asdf@asdf.com\",\n                    \"contact_phone\": \"6434345345\",\n                    \"created\": \"2019-01-18T04:35:55.713579-05:00\",\n                    \"expected_closed_date\": \"2019-01-25\",\n                    \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n                    \"company_name\": \"MaCriptco\",\n                    \"source\": null,\n                    \"status\": 2,\n                    \"status_desc\": \"Expired\",\n                    \"probability\": 2,\n                    \"probability_desc\": \"20%\",\n                    \"who_can_view\": 1,\n                    \"pipeline_stage\": \"http://clientify.localtest.me/v1/deals/pipelines/stages/1/\",\n                    \"pipeline_stage_desc\": \"Contacto realizado\",\n                    \"pipeline\": \"http://clientify.localtest.me/v1/deals/pipelines/1/\",\n                    \"pipeline_desc\": \"Por defecto\",\n                    \"involved_contacts\": [],\n                    \"tags\": [],\n                    \"remarks\": \"\",\n                    \"involved_companies\": [],\n                    \"wall_entries\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/108/\",\n                            \"id\": 108,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-18T04:35:55.756959-05:00\",\n                            \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                            \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n                            \"type\": \"deal_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"10\",\n                            \"object_id\": 10\n                        },\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/wall-entries/112/\",\n                            \"id\": 112,\n                            \"user\": \"Pedro D. Diez Bonilla\",\n                            \"created\": \"2019-01-17T18:00:00-05:00\",\n                            \"extra\": \"{\\\"event_name\\\": \\\"Evento 2 para FORM 2\\\", \\\"event_link\\\": \\\"/activities/events/2/\\\", \\\"event_location\\\": \\\"Aqui mismo\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                            \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                            \"type\": \"event_creation\",\n                            \"link\": \"\",\n                            \"source_id\": \"2\",\n                            \"object_id\": 10\n                        }\n                    ],\n                    \"tasks\": [],\n                    \"events\": [\n                        {\n                            \"url\": \"http://clientify.localtest.me/v1/events/2/\",\n                            \"id\": 2,\n                            \"owner\": \"pedro.diez@irsolav.com\",\n                            \"owner_name\": \"Pedro D. Diez Bonilla\",\n                            \"name\": \"Evento 2 para FORM 2\",\n                            \"location\": \"Aqui mismo\",\n                            \"from_datetime\": \"2019-01-17T18:00:00-05:00\",\n                            \"to_datetime\": \"2019-01-18T17:59:00-05:00\",\n                            \"all_day\": true,\n                            \"guest_contacts\": [],\n                            \"guest_companies\": [],\n                            \"deals\": [\n                                \"http://clientify.localtest.me/v1/deals/10/\"\n                            ]\n                        }\n                    ],\n                    \"custom_fields\": []\n                }\n            ],\n            \"wall_entries\": [\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/3/\",\n                    \"id\": 3,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-09-26T12:19:20.363915-05:00\",\n                    \"extra\": \"{}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"contact_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/6/\",\n                    \"id\": 6,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T12:54:47.876929-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/9/\",\n                    \"id\": 9,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T13:01:39.528902-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/12/\",\n                    \"id\": 12,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-10T13:02:02.621914-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2018-12-11T13:02:02.575241-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/20/\",\n                    \"id\": 20,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-12T03:03:17.149538-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/24/\",\n                    \"id\": 24,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-12T03:06:22.592871-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad muy chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"100000.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/30/\",\n                    \"id\": 30,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2018-12-14T05:13:04.447775-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Oportunidad chachi\\\", \\\"deal_stage\\\": \\\"Propuesta presentada\\\", \\\"deal_link\\\": \\\"/deals/1/\\\", \\\"deal_amount\\\": \\\"1001111.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2018-12-28T19:14:00-05:00\",\n                    \"type\": \"deal_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/106/\",\n                    \"id\": 106,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-17T18:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                    \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                    \"type\": \"event_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/109/\",\n                    \"id\": 109,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-18T04:35:55.763171-05:00\",\n                    \"extra\": \"{\\\"deal_name\\\": \\\"Deal 2 from FORM\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/10/\\\", \\\"deal_amount\\\": \\\"22222.00\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n                    \"extra_datetime\": \"2019-01-25T19:14:00-05:00\",\n                    \"type\": \"deal_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"10\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/146/\",\n                    \"id\": 146,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-02-13T05:40:14.852391-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/1/\\\", \\\"task_type\\\": \\\"Contacto\\\", \\\"task_name\\\": \\\"Seguimiento oportunidad \\\\\\\"Oportunidad muy chachi\\\\\\\"\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n                    \"extra_datetime\": \"2019-02-13T13:02:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/150/\",\n                    \"id\": 150,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-17T18:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                    \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                    \"type\": \"event_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/153/\",\n                    \"id\": 153,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-01-17T18:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"Evento 1\\\", \\\"event_link\\\": \\\"/activities/events/1/\\\", \\\"event_location\\\": \\\"Mi casa\\\", \\\"event_duration\\\": \\\"Todo el d\\\\u00eda\\\"}\",\n                    \"extra_datetime\": \"2019-01-17T18:00:00-05:00\",\n                    \"type\": \"event_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"1\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/698/\",\n                    \"id\": 698,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:38:56.923336-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/702/\",\n                    \"id\": 702,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:10.639005-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-12T23:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/718/\",\n                    \"id\": 718,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:40:00.087040-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T07:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/706/\",\n                    \"id\": 706,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:21.342916-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T11:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/379/\",\n                    \"id\": 379,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-03-08T21:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"Cita para cena tranquila\\\", \\\"event_link\\\": \\\"/activities/events/14/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                    \"extra_datetime\": \"2019-03-08T21:00:00-05:00\",\n                    \"type\": \"event_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"14\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/382/\",\n                    \"id\": 382,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-03-08T21:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"Cita para cena tranquila\\\", \\\"event_link\\\": \\\"/activities/events/15/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                    \"extra_datetime\": \"2019-03-08T21:00:00-05:00\",\n                    \"type\": \"event_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"15\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/385/\",\n                    \"id\": 385,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2019-07-08T21:00:00-05:00\",\n                    \"extra\": \"{\\\"event_name\\\": \\\"A\\\\u00f1ado Cita y creo wallentry\\\", \\\"event_link\\\": \\\"/activities/events/16/\\\", \\\"event_location\\\": \\\"Ja\\\\u00e9n\\\", \\\"event_duration\\\": \\\"1 hour(s) 0 minute(s)\\\"}\",\n                    \"extra_datetime\": \"2019-07-08T21:00:00-05:00\",\n                    \"type\": \"event_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"16\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/710/\",\n                    \"id\": 710,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:38.233051-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/714/\",\n                    \"id\": 714,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:39:46.969052-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2020-04-13T08:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/694/\",\n                    \"id\": 694,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-04-13T07:04:47.515227-05:00\",\n                    \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/25/\\\", \\\"task_name\\\": \\\"Tarea del 13 de abril\\\", \\\"task_status\\\": \\\"Not started\\\"}\",\n                    \"extra_datetime\": \"2019-10-01T05:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"25\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/931/\",\n                    \"id\": 931,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-10T03:50:21.077375-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"VideoConferencia\\\", \\\"task_status\\\": \\\"No iniciada\\\", \\\"task_additional_option\\\": \\\"google_meets\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"-1 d\\\\u00eda(s) 23 hora(s) 0 minuto(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/32/\\\"}\",\n                    \"extra_datetime\": \"2020-07-10T03:00:00-05:00\",\n                    \"type\": \"task_creation\",\n                    \"link\": \"\",\n                    \"source_id\": \"32\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/933/\",\n                    \"id\": 933,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2020-07-10T03:51:20.330874-05:00\",\n                    \"extra\": \"{\\\"task_type\\\": \\\"Video conferencia\\\", \\\"task_name\\\": \\\"VideoConferencia\\\", \\\"task_status\\\": \\\"No iniciada\\\", \\\"task_additional_option\\\": \\\"google_meets\\\", \\\"task_location\\\": \\\"\\\", \\\"task_duration\\\": \\\"-1 d\\\\u00eda(s) 5 hora(s) 0 minuto(s)\\\", \\\"task_link\\\": \\\"/activities/tasks/32/\\\"}\",\n                    \"extra_datetime\": \"2020-07-09T21:00:00-05:00\",\n                    \"type\": \"task_modification\",\n                    \"link\": \"\",\n                    \"source_id\": \"32\",\n                    \"object_id\": 1\n                },\n                {\n                    \"url\": \"http://clientify.localtest.me/v1/wall-entries/1324/\",\n                    \"id\": 1324,\n                    \"user\": \"Pedro D. Diez Bonilla\",\n                    \"created\": \"2021-07-08T12:34:00-05:00\",\n                    \"extra\": \"{\\\"checkin_comment\\\": \\\"Virtual scheduled meeting from postman\\\", \\\"checkin_outcome\\\": \\\"scheduled \\\", \\\"checkin_type\\\": \\\"virtual\\\"}\",\n                    \"extra_datetime\": null,\n                    \"type\": \"checkin\",\n                    \"link\": \"\",\n                    \"source_id\": \"4\",\n                    \"object_id\": 1\n                }\n            ],\n            \"page_views\": 0,\n            \"total_visits\": 0,\n            \"first_visit\": null,\n            \"last_visit\": null,\n            \"gdpr_accept\": false,\n            \"visitor_key\": \"\",\n            \"attachments\": [\n                {\n                    \"owner\": \"pedro.diez@irsolav.com\",\n                    \"owner_name\": \"Pedro D. Diez Bonilla\",\n                    \"name\": \"Clientify_Design_Documentation.odt\",\n                    \"link\": \"https://dqpcam5q9kbfn.cloudfront.net/1/eqylrejatg/Clientify_Design_Documentation.odt\",\n                    \"icon\": \"https://www.dropbox.com/static/images/icons64/page_white_compressed.png\",\n                    \"creation_date\": \"Sept. 26, 2019, 11:31\",\n                    \"size\": null,\n                    \"thumbnail\": \"\"\n                }\n            ],\n            \"websites\": [],\n            \"medium\": \"\",\n            \"linkedin_url\": \"http://www.linkedin.com/in/asdf-asdf-618289106\",\n            \"linkedin_id\": \"448577588\",\n            \"linkedin_picture_url\": \"\",\n            \"skype_username\": \"\",\n            \"birthday\": null,\n            \"twitter_id\": \"122929175\",\n            \"lead_scoring\": 0,\n            \"facebook_url\": \"\",\n            \"twitter_url\": \"\",\n            \"googleplus_url\": \"\",\n            \"pinterest_url\": \"\",\n            \"foursquare_url\": \"\",\n            \"aboutme_url\": \"\",\n            \"klout_url\": \"\",\n            \"facebook_picture_url\": \"\",\n            \"twitter_picture_url\": \"\",\n            \"facebook_id\": \"\",\n            \"google_id\": \"\",\n            \"taxpayer_identification_number\": \"\",\n            \"unsubscribed\": false,\n            \"automations\": [],\n            \"gdpr_acceptance_date\": null\n        }\n    ],\n    \"linkedin_picture_url\": \"\"\n}"}],"_postman_id":"c3238159-d777-4a48-9bb6-c76262e4442c"},{"name":"Remove an involved company from Deal","id":"39190d5a-c34f-430a-9b0f-01b8c5641a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/:company_id/","description":"<p>Removes the contact with <code>:contact_id</code> from the list of related contacts of the deal with id <code>:deal_id</code></p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","companies",":company_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"9e47c0f3-4632-4e73-88d7-18aee326893a","type":"any","value":"{{deal-id}}","key":"deal_id"},{"id":"305aff60-6843-4b2f-88d6-eec46ce99dda","type":"any","value":"{{company-id}}","key":"company_id"}]}},"response":[{"id":"3b9c6ca2-04f3-460f-ae7a-b64fda977e93","name":"Remove an involved company from Deal","originalRequest":{"method":"DELETE","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/companies/:company_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","companies",":company_id",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"},{"key":"company_id","value":"{{company-id}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:48:40 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"39190d5a-c34f-430a-9b0f-01b8c5641a17"}],"id":"2995bc12-09fa-4125-bfc7-d56760dc7101","_postman_id":"2995bc12-09fa-4125-bfc7-d56760dc7101","description":""},{"name":"List Deals","id":"5cebfb3a-aac4-4ac5-8b64-8c4925da028e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/","description":"<p>You will get the list of the different stages available for pipeline</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"7949a40e-5f18-48f2-8f1d-f91b5f8c8df2","name":"List Deals","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://{{Domain}}/v1/deals/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Wed, 06 Mar 2019 23:37:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7072"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/596/\",\n            \"id\": 596,\n            \"owner\": \"Felipe Marin\",\n            \"name\": \"Staging deal from Postman\",\n            \"amount\": \"766786.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/65542/\",\n            \"created\": \"2019-02-28T17:06:53.923123+01:00\",\n            \"expected_closed_date\": \"2019-03-07\",\n            \"company\": \"https://api.clientify.net/v1/companies/37381/\",\n            \"status\": 1,\n            \"status_desc\": \"Open\",\n            \"probability\": 1,\n            \"probability_desc\": \"10%\",\n            \"tags\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/97/\",\n            \"id\": 97,\n            \"owner\": \"Felipe Marin\",\n            \"name\": \"Oportunidad flujo por defecto\",\n            \"amount\": \"200.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/127855/\",\n            \"created\": \"2015-04-01T06:16:38.259127+02:00\",\n            \"expected_closed_date\": \"2015-04-05\",\n            \"company\": null,\n            \"status\": 3,\n            \"status_desc\": \"Won\",\n            \"probability\": 10,\n            \"probability_desc\": \"100%\",\n            \"tags\": []\n        }\n    ]\n}"}],"_postman_id":"5cebfb3a-aac4-4ac5-8b64-8c4925da028e"},{"name":"Query Deals","id":"cffec265-57a4-4502-8bc4-ce304d0838a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/?query=oportunidad","description":"<p>The \"query\" field is used to query deals by name, company name, contact name and contact last name.</p>\n<p>On the other hand, you can also filter using dates through the fields \"created\" and \"modified\", being able to use the filters '[gt]','[lt]','[gte]' and '[lte]' to indicate '&gt;', '&lt;', '&gt;=' and '&lt;=' respectively.</p>\n<p>You can also filter the deals by status_id using this values:</p>\n<ul>\n<li>1: OPEN_STATUS</li>\n<li>2: EXPIRED_STATUS</li>\n<li>3: WON_STATUS</li>\n<li>4: LOST_STATUS</li>\n</ul>\n<p>You can also filter by the field \"amount\", the filters [gte] and [lte] are available for this field.</p>\n<p>Here are some examples of query searches:</p>\n<ul>\n<li>GET <a href=\"https://api.clientify.net/v1/deals/?query=my\">https://api.clientify.net/v1/deals/?query=my</a> deal<br /> Will return deals that have 'my deal' as name + deals that have 'my deal' as contact name + deals that have 'my deal' as contact surname + deals that have 'my deal' as company name </li>\n<li>GET <a href=\"https://api.clientify.net/v1/deals/?created%5Bgt%5D=2020/01/01\">https://api.clientify.net/v1/deals/?created[gt]=2020/01/01</a><br /> Will return the deals created after 2020/01/01</li>\n<li>GET <a href=\"https://api.clientify.net/v1/deals/?modified=2020/01/01\">https://api.clientify.net/v1/deals/?modified=2020/01/01</a><br /> Will return the deals modified after 2020/01/01</li>\n<li>GET <a href=\"https://api.clientify.net/v1/deals/?created%5Bgt%5D=2020/01/01&amp;created%5Blt%5D=2020/01/10\">https://api.clientify.net/v1/deals/?created[gt]=2020/01/01&amp;created[lt]=2020/01/10</a><br /> Will return the deals created after2020/01/01 and before 2020/01/10</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",""],"host":["{{Domain}}"],"query":[{"key":"query","value":"oportunidad"}],"variable":[]}},"response":[{"id":"b10bd86c-c446-4ab9-b8ca-cbcb1f423296","name":"Query Deals","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/deals/?query=oportunidad","protocol":"https","host":["{{Domain}}"],"path":["v1","deals",""],"query":[{"key":"query","value":"oportunidad"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Mon, 10 Jun 2019 16:42:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2318"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 4,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/1/\",\n            \"id\": 1,\n            \"owner\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Oportunidad chachi\",\n            \"amount\": \"1001111.00\",\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/1/\",\n            \"created\": \"2018-12-10T12:54:47.826899-05:00\",\n            \"expected_closed_date\": \"2018-12-28\",\n            \"company\": \"http://clientify.localtest.me/v1/companies/1/\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 5,\n            \"probability_desc\": \"50%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/2/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1/\",\n            \"tags\": [\n                \"otra etiqueta\",\n                \"una etiqueta\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/2/\",\n            \"id\": 2,\n            \"owner\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Segunda oportunidad\",\n            \"amount\": \"1212333.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/2/\",\n            \"created\": \"2018-12-12T11:20:36.925785-05:00\",\n            \"expected_closed_date\": \"2019-01-28\",\n            \"company\": \"https://api.clientify.net/v1/companies/1/\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 9,\n            \"probability_desc\": \"90%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1/\",\n            \"tags\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/11/\",\n            \"id\": 11,\n            \"owner\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Oportunidad para custom field\",\n            \"amount\": \"23444.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/4/\",\n            \"created\": \"2019-01-18T06:30:00.306892-05:00\",\n            \"expected_closed_date\": \"2019-01-16\",\n            \"company\": \"https://api.clientify.net/v1/companies/3/\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 2,\n            \"probability_desc\": \"20%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1/\",\n            \"tags\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/14/\",\n            \"id\": 14,\n            \"owner\": \"Pedro D. Diez Bonilla\",\n            \"name\": \"Oportunidad muy oportuna\",\n            \"amount\": \"1234.00\",\n            \"contact\": \"https://api.clientify.net/v1/contacts/12/\",\n            \"created\": \"2019-03-03T10:48:04.303714-05:00\",\n            \"expected_closed_date\": \"2019-03-03\",\n            \"company\": null,\n            \"status\": 3,\n            \"status_desc\": \"Won\",\n            \"probability\": 10,\n            \"probability_desc\": \"100%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/1/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1/\",\n            \"tags\": []\n        }\n    ]\n}"},{"id":"124ff8ea-1a81-4b6a-b2b2-42f3a3d1c933","name":"Filter by status","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/?status_id=2","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",""],"query":[{"key":"status_id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Apr 2020 10:46:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57d1b99eede5ff38-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/132468/\",\n            \"id\": 132468,\n            \"owner_name\": \"Clara Cortes\",\n            \"name\": \"Deal1\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount\": \"5000.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 8,\n            \"probability_desc\": \"80%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/7858/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"pipeline_stage_desc\": \"dsadasdasdasd\",\n            \"tags\": [\n                \"hola\"\n            ],\n            \"created\": \"2020-03-25T18:28:23.430637+01:00\",\n            \"expected_closed_date\": \"2020-03-25\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/deals/115068/\",\n            \"id\": 115068,\n            \"owner_name\": \"Clara Cortes\",\n            \"name\": \"Basica\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount\": \"500.00\",\n            \"status\": 2,\n            \"status_desc\": \"Expired\",\n            \"probability\": 4,\n            \"probability_desc\": \"40%\",\n            \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/3446/\",\n            \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n            \"pipeline_desc\": \"Nuevo Pipeline\",\n            \"pipeline_stage_desc\": \"Stage 3\",\n            \"tags\": [],\n            \"created\": \"2020-02-13T16:50:29.795105+01:00\",\n            \"expected_closed_date\": \"2020-02-20\"\n        }\n    ]\n}"}],"_postman_id":"cffec265-57a4-4502-8bc4-ce304d0838a0"},{"name":"Create Deal","id":"eb335460-0e25-4b6d-8db9-27954791b793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Nuevo deal con pipeline desc y pipeline stage, fecha y custom fields\",\n    \"amount\":\"11.33\",\n    \"contact\":\"https://{{Domain}}/v1/contacts/{{contact-id}}/\",\n    \"company\":\"https://{{Domain}}/v1/companies/{{company-id}}/\",\n    \"pipeline_desc\": \"nuevo\",\n    \"pipeline_stage_desc\": \"ultima\",\n    \"source\": 3,\n    \"deal_source\": \"Correo electrónico\",\n    \"expected_closed_date\": \"2019-11-30\",\n    \"custom_fields\": [{\"field\": \"quaderno_id\",\"value\": \"cdn_1133\"}]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"f117e85f-e89b-454f-9f13-7f5a8a240763","name":"Create Deal","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Staging deal from Postman\",\n    \"amount\":\"23452\",\n    \"contact\":\"https://api.clientify.net/v1/contacts/{{contact-id}}/\",\n    \"company\":\"https://api.clientify.net/v1/companies/{{company-id}}/\",\n    \"pipeline\":\"https://api.clientify.net/v1/deal-pipelines/{{deal-pipeline-id}}/\",\n    \"pipelineStage\":\"https://api.clientify.net/v1/deal-pipeline-stages/{{deal-pipeline-stages-id}}/\"\n}"},"url":"https://{{Domain}}/v1/deals/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/626/\",\n    \"id\": 626,\n    \"owner\": \"felipemarin@yahoo.com\",\n    \"name\": \"Staging deal from Postman\",\n    \"amount\": \"23452.00\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/65154/\",\n    \"created\": \"2019-03-08T01:56:20.753201+01:00\",\n    \"expected_closed_date\": \"2019-03-14\",\n    \"company\": \"https://api.clientify.net/v1/companies/37585/\",\n    \"source\": null,\n    \"status\": 1,\n    \"status_desc\": \"Open\",\n    \"probability\": 1,\n    \"probability_desc\": \"10%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deal-pipeline-stages/58/\",\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/270496/\",\n            \"id\": 270496,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-03-08T01:56:20.769591+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Etapa 1\\\", \\\"deal_link\\\": \\\"/deals/626/\\\", \\\"deal_amount\\\": \\\"23452.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-03-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"626\",\n            \"object_id\": 626\n        }\n    ],\n    \"tasks\": [],\n    \"events\": [],\n    \"custom_fields\": []\n}"}],"_postman_id":"eb335460-0e25-4b6d-8db9-27954791b793"},{"name":"Batch Create Deals","id":"8f4dc32f-9444-47b8-9412-ac80894f00f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","description":"<p>authorization token</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[{\n    \"name\":\"Nuevo deal 1\",\n    \"amount\":\"11.33\",\n    \"contact_id\":{{contact-id}},\n    \"company_id\":{{company-id}},\n    \"pipeline_desc\": \"nuevo\",\n    \"pipeline_stage_desc\": \"ultima\",\n    \"source\": 3,\n    \"deal_source\": \"Correo electrónico\",\n    \"expected_closed_date\": \"2024-03-13\",\n    \"custom_fields\": [{\"field\": \"quaderno_id\",\"value\": \"cdn_1133\"}]\n},\n{\n    \"name\":\"Nuevo deal 2\",\n    \"amount\":\"22.33\",\n    \"contact\":{{contact-id}},\n    \"company\":{{company-id}},\n    \"pipeline_desc\": \"nuevo\",\n    \"pipeline_stage_desc\": \"ultima\",\n    \"source\": 3,\n    \"deal_source\": \"Correo electrónico\",\n    \"expected_closed_date\": \"2024-03-13\",\n    \"custom_fields\": [{\"field\": \"quaderno_id\",\"value\": \"cdn_1133\"}]\n},\n{\n    \"name\":\"Nuevo deal 3\",\n    \"amount\":\"33.33\",\n    \"contact\":{{contact-id}},\n    \"company\":{{company-id}},\n    \"pipeline_desc\": \"nuevo\",\n    \"pipeline_stage_desc\": \"ultima\",\n    \"source\": 3,\n    \"deal_source\": \"Correo electrónico\",\n    \"expected_closed_date\": \"2024-03-17\",\n    \"custom_fields\": [{\"field\": \"quaderno_id\",\"value\": \"cdn_1133\"}]\n}]","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/deals/multiple_deals/","description":"<p>Create multiple deals</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","multiple_deals",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8f4dc32f-9444-47b8-9412-ac80894f00f0"},{"name":"Deal Details","id":"83048815-f4cb-458a-b34c-4fbc193dd12f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/","description":"<p>You will get the detail of the deal with id :deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"050e1d81-09b4-4fc6-96e9-3101fcc2c9c1","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"1cb8c7c9-ff60-4d9e-aa3e-082b6f63c320","name":"Deal Details","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 12:20:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57ca063e1f4bd655-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/132468/\",\n    \"id\": 132468,\n    \"owner\": \"macri@gmail.com\",\n    \"owner_name\": \"Clara Cortes\",\n    \"name\": \"Deal1\",\n    \"amount\": \"5000.00\",\n    \"contact\": null,\n    \"created\": \"2020-03-25T18:28:23.430637+01:00\",\n    \"expected_closed_date\": \"2020-03-25\",\n    \"company\": null,\n    \"source\": null,\n    \"status\": 2,\n    \"status_desc\": \"Expired\",\n    \"probability\": 8,\n    \"probability_desc\": \"80%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/7858/\",\n    \"pipeline_stage_desc\": \"dsadasdasdasd\",\n    \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/1145/\",\n    \"pipeline_desc\": \"Nuevo Pipeline\",\n    \"involved_contacts\": [\n        \"https://api.clientify.net/v1/contacts/3910681/\"\n    ],\n    \"tags\": [\n        \"hola\"\n    ],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/49132569/\",\n            \"id\": 49132569,\n            \"user\": \"Felipe Mar\",\n            \"created\": \"2020-03-31T03:44:54.807207+02:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Deal1\\\", \\\"deal_stage\\\": \\\"dsadasdasdasd\\\", \\\"deal_link\\\": \\\"/deals/132468/\\\", \\\"deal_amount\\\": \\\"5000.00\\\", \\\"deal_status\\\": \\\"Vencidas\\\"}\",\n            \"extra_datetime\": \"2020-03-26T01:14:00+01:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"132468\",\n            \"object_id\": 132468\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/48460902/\",\n            \"id\": 48460902,\n            \"user\": \"Pedro D. Diez\",\n            \"created\": \"2020-03-25T19:13:45.920947+01:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/473408/\\\", \\\"task_type\\\": \\\"Llamar por tel\\\\u00e9fono\\\", \\\"task_name\\\": \\\"Check Postman\\\", \\\"task_status\\\": \\\"Completada\\\"}\",\n            \"extra_datetime\": \"2020-03-25T19:13:45.851321+01:00\",\n            \"type\": \"task_completed\",\n            \"link\": \"\",\n            \"source_id\": \"473408\",\n            \"object_id\": 132468\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/48456135/\",\n            \"id\": 48456135,\n            \"user\": \"Clara Cortes\",\n            \"created\": \"2020-03-25T18:28:23.572911+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Deal1\\\", \\\"deal_stage\\\": \\\"Stage 1\\\", \\\"deal_link\\\": \\\"/deals/132468/\\\", \\\"deal_amount\\\": \\\"5000\\\", \\\"deal_status\\\": \\\"Vencidas\\\"}\",\n            \"extra_datetime\": \"2020-03-26T01:14:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"132468\",\n            \"object_id\": 132468\n        }\n    ],\n    \"tasks\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/473408/\",\n            \"id\": 473408,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Creating new task from postman\",\n            \"remarks\": \"This is a remark\",\n            \"due_date\": \"2020-03-28T12:00:00+01:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"https://api.clientify.net/v1/deals/132468/\"\n            ],\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"type_desc\": \"Llamar por teléfono\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/917676/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/6602945/\"\n            ]\n        }\n    ],\n    \"events\": [],\n    \"custom_fields\": []\n}"}],"_postman_id":"83048815-f4cb-458a-b34c-4fbc193dd12f"},{"name":"Close the Deal","id":"a60dfe54-bab4-4325-8e7d-93b58c13d60e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"lost\",\n    \"actual_closed_date\": \"2019-11-07\",\n    \"amount\": 1234.5,\n    \"comment\": \"Precio\",\n    \"lost_deal_reason\": 1\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/close/","description":"<p>You will close the deal with id :deal_id</p>\n<p>value can be \"won\" or \"lost\".</p>\n<p>lost_deal_reason:\n 1 - Price\n 2 - Deal not fit\n 3 - No decision\n 4 - Lost of contact\n 5 - others</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","close",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"98a13ebd-a341-4abe-a46a-0d18f4de0bb0","description":{"content":"<p>Id of the deal to close</p>\n","type":"text/plain"},"type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"5c06f7a4-1c70-4498-9296-094ddb0b4119","name":"Close as won","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"won\",\n    \"actual_closed_date\": \"2019-03-07\",\n    \"amount\": 1231.2,\n    \"comment\": \"Good option\"\n}"},"url":{"raw":"https://{{Domain}}/v1/deals/:deal_id/close/","protocol":"https","host":["{{Domain}}"],"path":["v1","deals",":deal_id","close",""],"variable":[{"key":"deal_id","value":"19","description":"Id of the deal to close"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 22:24:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"},{"id":"4b1a4d8e-b0e2-4e09-a6fe-3f7b269c154d","name":"Close the Deal as lost","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"value\": \"lost\",\n    \"actual_closed_date\": \"2019-03-07\",\n    \"amount\": 1231.2,\n    \"comment\": \"Precio\",\n    \"lost_deal_reason\": 1\n}"},"url":{"raw":"https://{{Domain}}/v1/deals/:deal_id/close/","protocol":"https","host":["{{Domain}}"],"path":["v1","deals",":deal_id","close",""],"variable":[{"key":"deal_id","value":"19","description":"Id of the deal to close"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 22:30:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"a60dfe54-bab4-4325-8e7d-93b58c13d60e"},{"name":"Update Deal Details","id":"86042dc6-2fb0-4dac-a818-1b61d0b3f91e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"deal_source\": \"Correo electrónico\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/","description":"<p>Update the details of the Deal with id :deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"868f6411-5218-4b35-9170-7851663250a8","description":{"content":"<p>Id of the deal to modify</p>\n","type":"text/plain"},"type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"a1d91781-0139-4dfe-b90d-fb32d3973f92","name":"Update Deal Details","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"UPDATED deal from API\",\n\t\"amount\": 1234.00\n}"},"url":{"raw":"https://{{Domain}}/v1/deals/:deal_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","deals",":deal_id",""],"variable":[{"key":"deal_id","value":"13","description":"Id of the deal to modify"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 18:54:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2263"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/13/\",\n    \"id\": 13,\n    \"owner\": \"pedro.diez@irsolav.com\",\n    \"name\": \"UPDATED deal from API\",\n    \"amount\": \"1234.00\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/2/\",\n    \"created\": \"2019-02-13T04:13:29.127886-05:00\",\n    \"expected_closed_date\": \"2019-02-21\",\n    \"company\": \"https://api.clientify.net/v1/companies/4/\",\n    \"source\": 1,\n    \"status\": 2,\n    \"status_desc\": \"Expired\",\n    \"probability\": 2,\n    \"probability_desc\": \"20%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deal-pipeline-stages/1/\",\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/1/\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/144/\",\n            \"id\": 144,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-02-13T05:19:21.490573-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/5/\\\", \\\"task_type\\\": \\\"Enviar email\\\", \\\"task_name\\\": \\\"Task 1\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2019-02-06T17:59:00-05:00\",\n            \"type\": \"task_modification\",\n            \"link\": \"\",\n            \"source_id\": \"5\",\n            \"object_id\": 13\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/142/\",\n            \"id\": 142,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-02-13T05:14:29.364085-05:00\",\n            \"extra\": \"{\\\"task_link\\\": \\\"/activities/tasks/5/\\\", \\\"task_type\\\": \\\"Enviar email\\\", \\\"task_name\\\": \\\"Task 1\\\", \\\"task_status\\\": \\\"No iniciada\\\"}\",\n            \"extra_datetime\": \"2019-02-13T17:59:29.297951-05:00\",\n            \"type\": \"task_creation\",\n            \"link\": \"\",\n            \"source_id\": \"5\",\n            \"object_id\": 13\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/138/\",\n            \"id\": 138,\n            \"user\": \"Pedro D. Diez Bonilla\",\n            \"created\": \"2019-02-13T04:13:29.156978-05:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Deal from JSON\\\", \\\"deal_stage\\\": \\\"Contacto realizado\\\", \\\"deal_link\\\": \\\"/deals/13/\\\", \\\"deal_amount\\\": \\\"234.45\\\", \\\"deal_status\\\": \\\"Abiertas\\\"}\",\n            \"extra_datetime\": \"2019-02-21T19:14:00-05:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"13\",\n            \"object_id\": 13\n        }\n    ],\n    \"tasks\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/5/\",\n            \"id\": 5,\n            \"owner\": \"pedro.diez@irsolav.com\",\n            \"assigned_to\": \"pedro.diez@irsolav.com\",\n            \"name\": \"Task 1\",\n            \"due_date\": \"2019-02-06T17:59:00-05:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"deals\": [\n                \"https://api.clientify.net/v1/deals/13/\"\n            ],\n            \"related_companies\": [],\n            \"related_contacts\": []\n        }\n    ],\n    \"events\": [],\n    \"custom_fields\": []\n}"}],"_postman_id":"86042dc6-2fb0-4dac-a818-1b61d0b3f91e"},{"name":"Delete Deal","id":"8040bbec-4af9-473a-b051-3eb4b379e509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"UPDATED deal from API\",\n\t\"amount\": 1234.00\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/","description":"<p>Delete the Deal with id :deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"daaffce6-be80-4726-ae0e-800315ef6bed","description":{"content":"<p>Id of the deal to modify</p>\n","type":"text/plain"},"type":"any","value":"13","key":"deal_id"}]}},"response":[{"id":"c054383a-555a-4b5f-97d9-f3577fcb0b70","name":"Deal Details","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/deals/:deal_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","deals",":deal_id",""],"variable":[{"key":"deal_id","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/596/\",\n    \"id\": 596,\n    \"owner\": \"felipemarin@yahoo.com\",\n    \"name\": \"Staging deal from Postman\",\n    \"amount\": \"766786.00\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/65542/\",\n    \"created\": \"2019-02-28T17:06:53.923123+01:00\",\n    \"expected_closed_date\": \"2019-03-07\",\n    \"company\": \"https://api.clientify.net/v1/companies/37381/\",\n    \"source\": null,\n    \"status\": 1,\n    \"status_desc\": \"Open\",\n    \"probability\": 1,\n    \"probability_desc\": \"10%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deal-pipeline-stages/58/\",\n    \"pipeline\": \"https://api.clientify.net/v1/deal-pipelines/20/\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/265955/\",\n            \"id\": 265955,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-02-28T17:06:54.490378+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Etapa 1\\\", \\\"deal_link\\\": \\\"/deals/596/\\\", \\\"deal_amount\\\": \\\"766786.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-03-08T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"596\",\n            \"object_id\": 596\n        }\n    ],\n    \"tasks\": [],\n    \"events\": [],\n    \"custom_fields\": []\n}"}],"_postman_id":"8040bbec-4af9-473a-b051-3eb4b379e509"},{"name":"Add Note to Deal","id":"f5f8bb2f-ec81-4c49-9461-7186abfcbba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Note name for company\",\n    \"comment\": \"It worked\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/note/","description":"<p>Add Note to the Deal with id :deal_id</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","note",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"0a0b4ebf-3d54-4829-9804-49bcfdb283c8","description":{"content":"<p>Id of the deal where to add the Note</p>\n","type":"text/plain"},"type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"9b1fffd6-c489-4af7-87dd-5c68b7fd1973","name":"Add Note to Company Copy","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Note name for company\",\n    \"comment\": \"It worked\"\n}"},"url":{"raw":"{{protocol}}://{{Domain}}/v1/deals/:deal_id/note/","protocol":"{{protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","note",""],"variable":[{"key":"deal_id","value":"19","description":"Id of the deal where to add the Note"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 21:41:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"f5f8bb2f-ec81-4c49-9461-7186abfcbba6"},{"name":"Add Call to Deal","id":"82677246-dc78-4eb3-9da3-6c030e349ddf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"incoming\",\n    \"comment\": \"Meeting agended\",\n    \"outcome\": \"connected\",\n    \"call_date\": \"2019-03-07\",\n    \"call_time\": \"17:00:00+0100\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/call/","description":"<p>Add Call to Deal</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal_id","call",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"f36e975a-8210-4442-81ed-6d690bbe7814","description":{"content":"<p>Id of the company where to add the call</p>\n","type":"text/plain"},"type":"any","value":"19","key":"deal_id"}]}},"response":[{"id":"5f724357-2e16-49e6-9419-38bb32026a4a","name":"Add Call to Deal","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Token {{Token}}"},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"incoming\",\n    \"comment\": \"Meeting agended\",\n    \"outcome\": \"connected\",\n    \"call_date\": \"2019-03-07\",\n    \"call_time\": \"17:00:00+0100\"\n}"},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal_id/call/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal_id","call",""],"variable":[{"key":"deal_id","value":"19","description":"Id of the company where to add the call"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 11 Apr 2019 21:44:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"82677246-dc78-4eb3-9da3-6c030e349ddf"},{"name":"Add meeting to deal","id":"ea148863-2fa5-45fd-8330-df558dba4589","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/contacts/:deal_id/checkin/","description":"<p>Adds a meeting to the deal.\nTo add a meeting to an existing deal, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>The direction of the call. Can be either 'face_to_face' or 'virtual'</td>\n<td>true</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>Comment on the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>string</td>\n<td>Result of the meeting</td>\n<td>true</td>\n</tr>\n<tr>\n<td>date</td>\n<td>date</td>\n<td>Date of the meeting in the \"yyyy-mm-dd\" format</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"outcome\">outcome</h2>\n<p>List of values available for the <code>outcome</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>none</td>\n<td>None</td>\n</tr>\n<tr>\n<td>scheduled</td>\n<td>Scheduled</td>\n</tr>\n<tr>\n<td>completed</td>\n<td>Completed</td>\n</tr>\n<tr>\n<td>rescheduled</td>\n<td>Rescheduled</td>\n</tr>\n<tr>\n<td>did_not_assist</td>\n<td>Did not assist</td>\n</tr>\n<tr>\n<td>cancelled</td>\n<td>Cancelled</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","contacts",":deal_id","checkin",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"ffd26745-7734-4e2b-aeb7-66c407e19aa5","type":"any","value":"{{deal-id}}","key":"deal_id"}]}},"response":[{"id":"a986af32-aa4d-4ece-859d-5a9139beefaf","name":"Add meeting to deal","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"type\": \"virtual\",\n    \"comment\": \"Virtual scheduled meeting from postman\",\n    \"outcome\": \"scheduled\",\n    \"date\": \"2021-07-08 12:34\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/contacts/:deal_id/checkin/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","contacts",":deal_id","checkin",""],"variable":[{"key":"deal_id","value":"{{deal-id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Thu, 08 Jul 2021 21:25:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"ea148863-2fa5-45fd-8330-df558dba4589"},{"name":"List Deal Loss Reasons","id":"098c06c0-71ed-4ead-9ad9-cbeaddcb5495","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/loss-reasons","description":"<p>You will get the list of the different loss reasons available for deals</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","loss-reasons"],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"78c37d61-e9fb-4018-a9c2-23e3c0252e29","name":"List Deal Loss Reasons","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/deals/loss-reasons"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.15.12"},{"key":"Date","value":"Tue, 15 Jun 2021 16:54:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"}],"cookie":[],"responseTime":null,"body":"[\n    [\n        1,\n        \"Price\"\n    ],\n    [\n        2,\n        \"Bad proposal\"\n    ],\n    [\n        3,\n        \"Lack of decision\"\n    ],\n    [\n        4,\n        \"Contact loss\"\n    ],\n    [\n        5,\n        \"Other\"\n    ],\n    [\n        6,\n        \"Otras Pandemias\"\n    ]\n]"}],"_postman_id":"098c06c0-71ed-4ead-9ad9-cbeaddcb5495"},{"name":"Add Products to Deal","id":"00c23f10-a911-4afa-8668-bb39342886fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal-id/products/","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal-id","products",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"c8c4e9b3-e1d6-4970-beb5-93b5bac1260a","description":{"content":"<p>Id of Deal object.</p>\n","type":"text/plain"},"type":"any","value":"{{deal-id}}","key":"deal-id"}]}},"response":[{"id":"835d7104-af73-454a-b243-5c0a88fe48b5","name":"Add Products to Deal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal-id/products/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal-id","products",""],"variable":[{"key":"deal-id","value":"{{deal-id}}","description":"Id of Deal object."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Oct 2022 13:12:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"PUT, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gIWAJueDtCorpBQfFANxKdnBzt7I7mdKPc4zITsgxATQnNwC8qHV1SJzQtYC%2FYuTWGc3IKfo5MQDIQ05jDeaMTgaNiJL6V%2BcI%2BlcLLI6krQZKTuh8EAFjN6WCMpLRBHQ3hbY\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"75da3e7f795067d5-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/3397024/\",\n    \"id\": 3397024,\n    \"owner\": \"mvizcainoortiz@gmail.com\",\n    \"owner_name\": \"Maria Vizcaino Ortiz\",\n    \"owner_picture\": null,\n    \"name\": \"Ezquiel Gonzalez\",\n    \"amount\": \"1958.14\",\n    \"amount_user\": \"2000.00\",\n    \"currency\": \"EUR\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/20815489/\",\n    \"contact_name\": \"Manuel Guzman\",\n    \"contact_email\": \"germaavilez12@gmail.com\",\n    \"contact_phone\": \"0984812079\",\n    \"contact_medium\": null,\n    \"contact_source\": null,\n    \"created\": \"2022-10-17T17:36:09.323030+02:00\",\n    \"modified\": \"2022-10-18T12:48:31.035118+02:00\",\n    \"expected_closed_date\": \"2022-10-24\",\n    \"actual_closed_date\": null,\n    \"company\": null,\n    \"source\": null,\n    \"deal_source\": null,\n    \"status\": 1,\n    \"stages_duration\": [\n        {\n            \"stage_name\": \"Contacto\",\n            \"stage_duration\": {\n                \"hours\": 21,\n                \"minutes\": 31,\n                \"days\": 3\n            },\n            \"stage_position\": 0\n        },\n        {\n            \"stage_name\": \"Presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 1\n        },\n        {\n            \"stage_name\": \"Modificación presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 2\n        },\n        {\n            \"stage_name\": \"Aceptación y Reserva\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 3\n        }\n    ],\n    \"status_desc\": \"Open\",\n    \"probability\": 2,\n    \"probability_desc\": \"20%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/143731/\",\n    \"pipeline_stage_desc\": \"Contacto\",\n    \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/34715/\",\n    \"pipeline_desc\": \"Viajes\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302485/\",\n            \"id\": 932302485,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:48:31.063490+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"Ezquiel Gonzalez\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302157/\",\n            \"id\": 932302157,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:47:58.030096+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"gonzalo\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932254912/\",\n            \"id\": 932254912,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:40:07.515855+02:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"deal_manual_assignment\",\n            \"link\": \"\",\n            \"source_id\": \"81150\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930687698/\",\n            \"id\": 930687698,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:41:03.670762+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682714/\",\n            \"id\": 930682714,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:16.933246+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682622/\",\n            \"id\": 930682622,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:09.516776+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        }\n    ],\n    \"tasks\": [],\n    \"events\": [],\n    \"custom_fields\": [],\n    \"products\": [\n        {\n            \"id\": 430442,\n            \"product_id\": 2675308,\n            \"quantity\": \"3.00\",\n            \"price\": \"80180.72\",\n            \"description\": \"FL753\",\n            \"name\": \"CALIBRADOR DE PROCESOS FLUKE 753 CON ACCESORIOS\"\n        },\n        {\n            \"id\": 430441,\n            \"product_id\": 4048412,\n            \"quantity\": \"2.00\",\n            \"price\": \"2000.00\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"name\": \"productop clientify\"\n        }\n    ]\n}"}],"_postman_id":"00c23f10-a911-4afa-8668-bb39342886fa"},{"name":"Add Products to Deal","id":"12c096f4-2e5c-4483-a2b7-dd9747ad8ced","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/deals/:deal-id/products_detail/","description":"<p>Add products to a deal through PATCH method that allow to update products added to deal without remove other products assigned previously to this deal.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals",":deal-id","products_detail",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"c8c4e9b3-e1d6-4970-beb5-93b5bac1260a","description":{"content":"<p>Id of Deal object.</p>\n","type":"text/plain"},"type":"any","value":"{{deal-id}}","key":"deal-id"}]}},"response":[{"id":"bf4d36d8-071b-4238-bed3-cdc1a4b82453","name":"Add Products to Deal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal-id/products/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal-id","products",""],"variable":[{"key":"deal-id","value":"{{deal-id}}","description":"Id of Deal object."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Oct 2022 13:12:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"PUT, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gIWAJueDtCorpBQfFANxKdnBzt7I7mdKPc4zITsgxATQnNwC8qHV1SJzQtYC%2FYuTWGc3IKfo5MQDIQ05jDeaMTgaNiJL6V%2BcI%2BlcLLI6krQZKTuh8EAFjN6WCMpLRBHQ3hbY\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"75da3e7f795067d5-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/3397024/\",\n    \"id\": 3397024,\n    \"owner\": \"mvizcainoortiz@gmail.com\",\n    \"owner_name\": \"Maria Vizcaino Ortiz\",\n    \"owner_picture\": null,\n    \"name\": \"Ezquiel Gonzalez\",\n    \"amount\": \"1958.14\",\n    \"amount_user\": \"2000.00\",\n    \"currency\": \"EUR\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/20815489/\",\n    \"contact_name\": \"Manuel Guzman\",\n    \"contact_email\": \"germaavilez12@gmail.com\",\n    \"contact_phone\": \"0984812079\",\n    \"contact_medium\": null,\n    \"contact_source\": null,\n    \"created\": \"2022-10-17T17:36:09.323030+02:00\",\n    \"modified\": \"2022-10-18T12:48:31.035118+02:00\",\n    \"expected_closed_date\": \"2022-10-24\",\n    \"actual_closed_date\": null,\n    \"company\": null,\n    \"source\": null,\n    \"deal_source\": null,\n    \"status\": 1,\n    \"stages_duration\": [\n        {\n            \"stage_name\": \"Contacto\",\n            \"stage_duration\": {\n                \"hours\": 21,\n                \"minutes\": 31,\n                \"days\": 3\n            },\n            \"stage_position\": 0\n        },\n        {\n            \"stage_name\": \"Presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 1\n        },\n        {\n            \"stage_name\": \"Modificación presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 2\n        },\n        {\n            \"stage_name\": \"Aceptación y Reserva\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 3\n        }\n    ],\n    \"status_desc\": \"Open\",\n    \"probability\": 2,\n    \"probability_desc\": \"20%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/143731/\",\n    \"pipeline_stage_desc\": \"Contacto\",\n    \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/34715/\",\n    \"pipeline_desc\": \"Viajes\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302485/\",\n            \"id\": 932302485,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:48:31.063490+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"Ezquiel Gonzalez\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302157/\",\n            \"id\": 932302157,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:47:58.030096+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"gonzalo\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932254912/\",\n            \"id\": 932254912,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:40:07.515855+02:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"deal_manual_assignment\",\n            \"link\": \"\",\n            \"source_id\": \"81150\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930687698/\",\n            \"id\": 930687698,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:41:03.670762+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682714/\",\n            \"id\": 930682714,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:16.933246+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682622/\",\n            \"id\": 930682622,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:09.516776+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        }\n    ],\n    \"tasks\": [],\n    \"events\": [],\n    \"custom_fields\": [],\n    \"products\": [\n        {\n            \"id\": 430442,\n            \"product_id\": 2675308,\n            \"quantity\": \"3.00\",\n            \"price\": \"80180.72\",\n            \"description\": \"FL753\",\n            \"name\": \"CALIBRADOR DE PROCESOS FLUKE 753 CON ACCESORIOS\"\n        },\n        {\n            \"id\": 430441,\n            \"product_id\": 4048412,\n            \"quantity\": \"2.00\",\n            \"price\": \"2000.00\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"name\": \"productop clientify\"\n        }\n    ]\n}"}],"_postman_id":"12c096f4-2e5c-4483-a2b7-dd9747ad8ced"},{"name":"Batch Add Products to Deals","id":"1c6c00d1-31bf-4087-aad3-f4e47875f945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"deal-id\":48373,\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"deal-id\":11333,\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/deals/add_products_to_deals/","description":"<p>Add products to deals <strong>in batch</strong> through PATCH method that allow to update products added to deals without remove other products assigned previously to each deal.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","deals","add_products_to_deals",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"ca0e5a0f-25b9-4244-b635-832ca4690f0c","name":"Add Products to Deal","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/deals/:deal-id/products/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","deals",":deal-id","products",""],"variable":[{"key":"deal-id","value":"{{deal-id}}","description":"Id of Deal object."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Oct 2022 13:12:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"PUT, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=gIWAJueDtCorpBQfFANxKdnBzt7I7mdKPc4zITsgxATQnNwC8qHV1SJzQtYC%2FYuTWGc3IKfo5MQDIQ05jDeaMTgaNiJL6V%2BcI%2BlcLLI6krQZKTuh8EAFjN6WCMpLRBHQ3hbY\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"75da3e7f795067d5-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/deals/3397024/\",\n    \"id\": 3397024,\n    \"owner\": \"mvizcainoortiz@gmail.com\",\n    \"owner_name\": \"Maria Vizcaino Ortiz\",\n    \"owner_picture\": null,\n    \"name\": \"Ezquiel Gonzalez\",\n    \"amount\": \"1958.14\",\n    \"amount_user\": \"2000.00\",\n    \"currency\": \"EUR\",\n    \"contact\": \"https://api.clientify.net/v1/contacts/20815489/\",\n    \"contact_name\": \"Manuel Guzman\",\n    \"contact_email\": \"germaavilez12@gmail.com\",\n    \"contact_phone\": \"0984812079\",\n    \"contact_medium\": null,\n    \"contact_source\": null,\n    \"created\": \"2022-10-17T17:36:09.323030+02:00\",\n    \"modified\": \"2022-10-18T12:48:31.035118+02:00\",\n    \"expected_closed_date\": \"2022-10-24\",\n    \"actual_closed_date\": null,\n    \"company\": null,\n    \"source\": null,\n    \"deal_source\": null,\n    \"status\": 1,\n    \"stages_duration\": [\n        {\n            \"stage_name\": \"Contacto\",\n            \"stage_duration\": {\n                \"hours\": 21,\n                \"minutes\": 31,\n                \"days\": 3\n            },\n            \"stage_position\": 0\n        },\n        {\n            \"stage_name\": \"Presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 1\n        },\n        {\n            \"stage_name\": \"Modificación presupuesto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 2\n        },\n        {\n            \"stage_name\": \"Aceptación y Reserva\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 3\n        }\n    ],\n    \"status_desc\": \"Open\",\n    \"probability\": 2,\n    \"probability_desc\": \"20%\",\n    \"who_can_view\": 1,\n    \"pipeline_stage\": \"https://api.clientify.net/v1/deals/pipelines/stages/143731/\",\n    \"pipeline_stage_desc\": \"Contacto\",\n    \"pipeline\": \"https://api.clientify.net/v1/deals/pipelines/34715/\",\n    \"pipeline_desc\": \"Viajes\",\n    \"involved_contacts\": [],\n    \"tags\": [],\n    \"remarks\": \"\",\n    \"involved_companies\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302485/\",\n            \"id\": 932302485,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:48:31.063490+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"Ezquiel Gonzalez\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932302157/\",\n            \"id\": 932302157,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:47:58.030096+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"gonzalo\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/932254912/\",\n            \"id\": 932254912,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-18T12:40:07.515855+02:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"deal_manual_assignment\",\n            \"link\": \"\",\n            \"source_id\": \"81150\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930687698/\",\n            \"id\": 930687698,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:41:03.670762+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682714/\",\n            \"id\": 930682714,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:16.933246+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_modification\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/930682622/\",\n            \"id\": 930682622,\n            \"user\": \"Marisa Barcia\",\n            \"created\": \"2022-10-17T17:36:09.516776+02:00\",\n            \"extra\": \"{\\\"deal_amount_user\\\": \\\"2000.00\\\", \\\"deal_status\\\": \\\"Open\\\", \\\"deal_currency\\\": \\\"EUR\\\", \\\"deal_stage\\\": \\\"Toma de contacto\\\", \\\"deal_name\\\": \\\"maria y marisa prueba\\\", \\\"deal_link\\\": \\\"/deals/3397024/\\\", \\\"deal_amount\\\": \\\"1958.14\\\"}\",\n            \"extra_datetime\": \"2022-10-25T02:14:00+02:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"3397024\",\n            \"object_id\": 3397024\n        }\n    ],\n    \"tasks\": [],\n    \"events\": [],\n    \"custom_fields\": [],\n    \"products\": [\n        {\n            \"id\": 430442,\n            \"product_id\": 2675308,\n            \"quantity\": \"3.00\",\n            \"price\": \"80180.72\",\n            \"description\": \"FL753\",\n            \"name\": \"CALIBRADOR DE PROCESOS FLUKE 753 CON ACCESORIOS\"\n        },\n        {\n            \"id\": 430441,\n            \"product_id\": 4048412,\n            \"quantity\": \"2.00\",\n            \"price\": \"2000.00\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"name\": \"productop clientify\"\n        }\n    ]\n}"},{"id":"db25bfde-52a1-4784-a37f-e50c8a8c5637","name":"Batch Add Products to Deals","originalRequest":{"method":"PATCH","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"deal-id\": 5020726,\n        \"product\": 4048412,\n        \"quantity\": 2\n    },\n    {\n        \"deal-id\": 5020731,\n        \"product\": 2675308,\n        \"quantity\": 3\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/deals/add_products_to_deals/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Feb 2024 13:37:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Origin, Cookie"},{"key":"Allow","value":"PATCH, OPTIONS"},{"key":"Content-Language","value":"en"},{"key":"X-Frame-Options","value":"DENY"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=WwgRShZ7PovJLwTjLNX9HIZm9wYiIC7m%2Fq78tyeTTirDqQtZ9cEl%2BxprsAuTCfV%2BNEbxR2V%2BRQZi%2ByC%2BSoIyEKXRchCSotBlLlPQMIG%2BPj6BGUERk8CGy8YSHUrO2k7K%2FIYS\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"850b8cb8e93e66a7-MAD"}],"cookie":[],"responseTime":null,"body":"\"Products added to deals successfully\""}],"_postman_id":"1c6c00d1-31bf-4087-aad3-f4e47875f945"}],"id":"c63aa6c7-9613-4de7-952a-e1cd2f599762","_postman_id":"c63aa6c7-9613-4de7-952a-e1cd2f599762","description":""},{"name":"Tasks","item":[{"name":"List Tasks","id":"6bb8af83-cbea-4278-a8b5-ed1f91204269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/tasks/","description":"<p>Return the list of the different tasks available for the user.</p>\n<p>You can filter tasks using dates through the fields \"due_date\", \"created\" and \"modified\", being able to use the filters '[gt]','[lt]','[gte]' and '[lte]' to indicate '&gt;', '&lt;', '&gt;=' and '&lt;=' respectively.</p>\n<p>You can also filter the tasks by status_id using this values:</p>\n<ul>\n<li>1: NOT_STARTED_STATUS</li>\n<li>2: IN_PROGRESS_STATUS</li>\n<li>3: DEFERRED_STATUS</li>\n<li>4: WAITING_STATUS</li>\n<li>5: COMPLETED_STATUS</li>\n<li>6: EXPIRED_STATUS</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"5a4bbe3c-76a7-4730-806d-2fb0e4c58ecc","name":"List Tasks","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/tasks/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","tasks",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 13:07:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57ca4a8b7e90547e-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 10,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/194144/\",\n            \"id\": 194144,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Creating a Task from Postman 1\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-03-08T12:00:00+01:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/66/\",\n            \"type_desc\": \"Mandar email\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/830499/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4763086/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/194143/\",\n            \"id\": 194143,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Seguimiento oportunidad \\\"Oportunidad de Pedro\\\"\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-08-13T13:17:58.959641+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/830499/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/196298/\",\n            \"id\": 196298,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Tarea 2\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-08-15T00:00:00+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/198309/\",\n            \"id\": 198309,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Tarea para Andres\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-08-16T12:23:00+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/210027/\",\n            \"id\": 210027,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Tarea para María Jose\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-09-03T12:12:00+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/5027818/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/199851/\",\n            \"id\": 199851,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Creating a Task from Postman 2 with a contact\",\n            \"description\": \"\",\n            \"remarks\": \"\",\n            \"due_date\": \"2019-09-08T13:00:00+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/830499/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\",\n                \"https://api.clientify.net/v1/contacts/5019432/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/252116/\",\n            \"id\": 252116,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Tarea para hoy\",\n            \"description\": \"\",\n            \"remarks\": \"Tarea que debe aparecer en mi thunderbird\",\n            \"due_date\": \"2019-10-19T06:59:20.773921+02:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/66/\",\n            \"type_desc\": \"Mandar email\",\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": []\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/382794/\",\n            \"id\": 382794,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Mandar email task\",\n            \"description\": \"Esta es una descripción asociada a la tarea que estoy creando desde la app\",\n            \"remarks\": \"\",\n            \"due_date\": \"2020-01-27T04:58:00+01:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\",\n                \"https://api.clientify.net/v1/contacts/6095716/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/382793/\",\n            \"id\": 382793,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Task from App\",\n            \"description\": \"Esta es una descripción asociada a la tarea que estoy creando desde la app\",\n            \"remarks\": \"\",\n            \"due_date\": \"2020-01-28T03:58:00+01:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [],\n            \"task_type\": null,\n            \"task_stage\": null,\n            \"related_companies\": [],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/4960068/\",\n                \"https://api.clientify.net/v1/contacts/6095716/\"\n            ]\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/473408/\",\n            \"id\": 473408,\n            \"owner\": \"pedro.diez@clientify.com\",\n            \"owner_name\": \"Pedro D. Diez\",\n            \"assigned_to\": \"pedro.diez@clientify.com\",\n            \"assigned_to_name\": \"Pedro D. Diez\",\n            \"name\": \"Check Postman\",\n            \"description\": \"Creating new task from postman\",\n            \"remarks\": \"This is a remark\",\n            \"due_date\": \"2020-03-28T12:00:00+01:00\",\n            \"type\": 1,\n            \"status\": 1,\n            \"status_desc\": \"Not started\",\n            \"deals\": [\n                \"https://api.clientify.net/v1/deals/132468/\"\n            ],\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"type_desc\": \"Llamar por teléfono\",\n            \"task_stage\": null,\n            \"related_companies\": [\n                \"https://api.clientify.net/v1/companies/917676/\"\n            ],\n            \"related_contacts\": [\n                \"https://api.clientify.net/v1/contacts/6602945/\"\n            ]\n        }\n    ]\n}"}],"_postman_id":"6bb8af83-cbea-4278-a8b5-ed1f91204269"},{"name":"List Task Types","id":"3d737c7e-b58b-4239-a2c9-254b76b04ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/tasks/types","description":"<p>Return the list of the different task types available for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks","types"],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"8a7cffb4-cc05-48f3-83f9-16f19e6d0e6a","name":"List Task Types","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/tasks/types","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","tasks","types"],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Mar 2020 13:07:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"57ca4b787ac4547e-MAD"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 7,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"icon\": \"fa fa-phone\",\n            \"name\": \"Llamar por teléfono\",\n            \"is_default\": true\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/66/\",\n            \"icon\": \"fa fa-envelope\",\n            \"name\": \"Mandar email\",\n            \"is_default\": true\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/67/\",\n            \"icon\": \"fa fa-comment\",\n            \"name\": \"Contactar\",\n            \"is_default\": true\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/68/\",\n            \"icon\": \"fa fa-tasks\",\n            \"name\": \"Otras\",\n            \"is_default\": true\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/2841/\",\n            \"icon\": \"fa fa-tasks\",\n            \"name\": \"Conocer\",\n            \"is_default\": false\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/7139/\",\n            \"icon\": \"fa fa-tasks\",\n            \"name\": \"Hubb\",\n            \"is_default\": false\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/18817/\",\n            \"icon\": \"fa fa-tasks\",\n            \"name\": \"prueba\",\n            \"is_default\": false\n        }\n    ]\n}"}],"_postman_id":"3d737c7e-b58b-4239-a2c9-254b76b04ffc"},{"name":"List Task Stages","id":"5ea8f4ce-e1f9-433d-b73d-083104ece702","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/tasks/types/stages","description":"<p>Return the list of the different task stages for each type of task available for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks","types","stages"],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"5f702906-d34a-4fd8-925d-4bed0fe40cc4","name":"List Task Stages","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/tasks/types/stages","protocol":"https","host":["{{Domain}}"],"path":["v1","tasks","types","stages"],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Mar 2020 17:48:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"579a76b1d8e9da6a-LIS"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 15,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/209/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"name\": \"Llamada no realizada\",\n            \"position\": 0\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/216/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/67/\",\n            \"name\": \"Seguimiento no empezado\",\n            \"position\": 0\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/218/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/68/\",\n            \"name\": \"No empezada\",\n            \"position\": 0\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/9231/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/2841/\",\n            \"name\": \"Bañarse\",\n            \"position\": 0\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/214/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/66/\",\n            \"name\": \"Email no enviado\",\n            \"position\": 0\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/217/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/67/\",\n            \"name\": \"No fue posible\",\n            \"position\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/219/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/68/\",\n            \"name\": \"En progreso\",\n            \"position\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/215/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/66/\",\n            \"name\": \"Esperando conseguir email\",\n            \"position\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/9232/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/2841/\",\n            \"name\": \"Salir\",\n            \"position\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/210/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"name\": \"Esperando conseguir teléfono\",\n            \"position\": 1\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/220/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/68/\",\n            \"name\": \"Diferida\",\n            \"position\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/211/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"name\": \"Comunicaba\",\n            \"position\": 2\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/221/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/68/\",\n            \"name\": \"Esperando algo mas\",\n            \"position\": 3\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/212/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"name\": \"No podía atenderme\",\n            \"position\": 3\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/tasks/types/stages/213/\",\n            \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n            \"name\": \"Dejado mensaje de voz\",\n            \"position\": 4\n        }\n    ]\n}"}],"_postman_id":"5ea8f4ce-e1f9-433d-b73d-083104ece702"},{"name":"Add Task","id":"eaf27755-f1a5-449b-9abb-bc9791a3f481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Task with related\",\n    \"task_type\": \"https://{{Domain}}/v1/tasks/types/{{task-type-id}}/\",\n    \"due_date\": \"2020-07-28T13:00:00+02:00\",\n    \"assigned_to\": \"pedro.diez@clientify.com\",\n    \"related_contacts\": [\"https://{{Domain}}/v1/contacts/{{contact-id}}/\"],\n\t\"remarks\": \"Creating new task from postman\",\n    \"description\": \"Some description\",\n    \"deals\": [\n    \t\"https://{{Domain}}/v1/deals/{{deal-id}}/\"\n    \t],\n    \"related_companies\": [\n        \"https://{{Domain}}/v1/companies/{{company-id}}/\"\n    ], \n    \"location\": \"Location\",\n    \"additional_options\": \"mettings: 2342342\",\n    \"guest_users\": [\"http://{{Domain}}/v1/users/6/\", \"http://{{Domain}}/v1/users/1/\"],\n    \"owner\": \"pedro.diez@clientify.com\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/tasks/","description":"<p>To create a task, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>email of the user to own the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>assigned_to</td>\n<td>string</td>\n<td>email of the user to assign the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>Name of the task</td>\n<td>true</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>will only be shown for videoconferences so it can save its url</td>\n<td>false</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td>Remarks on the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>string</td>\n<td>Due date of the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>start_datetime</td>\n<td>string</td>\n<td>Start datetime of the task</td>\n<td>true</td>\n</tr>\n<tr>\n<td>end_datetime</td>\n<td>string</td>\n<td>End  datetime of the task</td>\n<td>true</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>integer</td>\n<td>Duration of the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td><em>type</em></td>\n<td>integer</td>\n<td><em>(deprecated)</em> Id of the type of the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td><em>status</em></td>\n<td>integer</td>\n<td><em>(deprecated)</em> Id of the status of the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>additional_option</td>\n<td>string</td>\n<td>For videoconferences, stores the <code>identifier</code> of the Channel</td>\n<td>false</td>\n</tr>\n<tr>\n<td>location</td>\n<td>string</td>\n<td>For meetings, stores the location of the meeting</td>\n<td>false</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>An array of deals related to the task</td>\n<td>false</td>\n</tr>\n<tr>\n<td>task_type</td>\n<td>url</td>\n<td>url of the <a href=\"https://developer.clientify.com/?version=latest#352e1b55-6383-44b0-990c-28dd9850df73\">task type</a></td>\n<td>false</td>\n</tr>\n<tr>\n<td>task_stage</td>\n<td>url</td>\n<td>url of the <a href=\"https://developer.clientify.com/?version=latest#b5cb30d8-25e4-476e-a476-faebb8cc50d5\">task task</a></td>\n<td>false</td>\n</tr>\n<tr>\n<td>related_companies</td>\n<td>array</td>\n<td>An array of urls of <a href=\"https://developer.clientify.com/?version=latest#4d9b88bd-4d24-4b81-96bc-dc87d72f1a6f\">companies</a></td>\n<td>false</td>\n</tr>\n<tr>\n<td>related_contacts</td>\n<td>array</td>\n<td>An array of urls of <a href=\"https://developer.clientify.com/?version=latest#51d4cac0-342b-47d1-8e63-d8f87c14c7f0\">deals</a></td>\n<td>false</td>\n</tr>\n<tr>\n<td>guest_users</td>\n<td>array</td>\n<td>An array of urls of <a href=\"https://developer.clientify.com/?version=latest#8dd46841-384e-4b49-a0b8-63adc3e1b8f6\">users</a></td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of Channels available for the <code>additional_option</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Channel</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>zoom</td>\n<td>Zoom</td>\n</tr>\n<tr>\n<td>google_meets</td>\n<td>Google meets</td>\n</tr>\n<tr>\n<td>skype</td>\n<td>Skype</td>\n</tr>\n<tr>\n<td>microsoft_teams</td>\n<td>Microsoft teams</td>\n</tr>\n<tr>\n<td>whereby</td>\n<td>Whereby</td>\n</tr>\n<tr>\n<td>gotomeeting</td>\n<td>GoToMeeting</td>\n</tr>\n<tr>\n<td>others</td>\n<td>Others</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"7dd9dab6-ae25-4a10-b397-c680737cc8c5","name":"Add Task","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Check Postman\",\n    \"task_type\": \"https://{{Domain}}/v1/tasks/types/{{task-type-id}}/\",\n    \"due_date\": \"2020-03-28T13:00:00+02:00\",\n    \"assigned_to\": \"pedro.diez@clientify.com\",\n    \"related_contacts\": [\"https://{{Domain}}/v1/contacts/{{contact-id}}/\"],\n    \"description\": \"Creating new task from postman\",\n    \"deals\": [\n    \t\"https://{{Domain}}/v1/deals/{{deal-id}}/\"\n    \t],\n    \"related_companies\": [\n        \"https://{{Domain}}/v1/companies/{{company-id}}/\"\n    ]\n}"},"url":{"raw":"https://{{Domain}}/v1/tasks/","protocol":"https","host":["{{Domain}}"],"path":["v1","tasks",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 25 Mar 2020 18:11:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"682"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"https://api.clientify.net/v1/tasks/473408/"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Expect-CT","value":"max-age=604800, report-uri=\"https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct\""},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"579a98722b7cda7a-LIS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/tasks/473408/\",\n    \"id\": 473408,\n    \"owner\": \"pedro.diez@clientify.com\",\n    \"owner_name\": \"Pedro D. Diez\",\n    \"assigned_to\": \"pedro.diez@clientify.com\",\n    \"assigned_to_name\": \"Pedro D. Diez\",\n    \"name\": \"Check Postman\",\n    \"description\": \"Creating new task from postman\",\n    \"remarks\": \"\",\n    \"due_date\": \"2020-03-28T12:00:00+01:00\",\n    \"type\": 1,\n    \"status\": 1,\n    \"status_desc\": \"Not started\",\n    \"deals\": [\n        \"https://api.clientify.net/v1/deals/132468/\"\n    ],\n    \"task_type\": \"https://api.clientify.net/v1/tasks/types/65/\",\n    \"type_desc\": \"Llamar por teléfono\",\n    \"task_stage\": null,\n    \"related_companies\": [\n        \"https://api.clientify.net/v1/companies/917676/\"\n    ],\n    \"related_contacts\": [\n        \"https://api.clientify.net/v1/contacts/6602945/\"\n    ]\n}"}],"_postman_id":"eaf27755-f1a5-449b-9abb-bc9791a3f481"},{"name":"Task Details","id":"326513ba-4e8d-451e-b86b-8dc620835ff2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/tasks/:task_id/","description":"<p>Return the details of the task</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks",":task_id",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"cfa8788a-e44a-410c-a2fd-0aa3d9bc5cf5","description":{"content":"<p>Id of the task</p>\n","type":"text/plain"},"type":"any","value":"{{task-id}}","key":"task_id"}]}},"response":[{"id":"b397ca36-46e5-4114-b43d-925453a6f141","name":"Task Details","originalRequest":{"method":"OPTIONS","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/tasks/:task_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","tasks",":task_id",""],"query":[{"key":"page","value":"2","disabled":true}],"variable":[{"key":"task_id","value":"{{task-id}}","description":"Id of the task"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Thu, 07 Mar 2019 00:15:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"350"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/tasks/1/\",\n    \"id\": 1,\n    \"owner\": \"franjlm@gmail.com\",\n    \"assigned_to\": \"franjlm@gmail.com\",\n    \"name\": \"Recordar Pago\",\n    \"due_date\": \"2014-08-01T23:59:51+02:00\",\n    \"type\": 3,\n    \"status\": 5,\n    \"deals\": [\n        \"https://api.clientify.net/v1/deals/4/\"\n    ],\n    \"related_companies\": [\n        \"https://api.clientify.net/v1/companies/626/\"\n    ],\n    \"related_contacts\": []\n}"}],"_postman_id":"326513ba-4e8d-451e-b86b-8dc620835ff2"},{"name":"Edit Task","id":"8d34880b-eceb-40d4-a918-823b1c8dae13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Check Postman\",\n\t\"due_date\": \"2020-03-28T13:00:00+02:00\",\n\t\"remarks\": \"This is a remark\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/tasks/:task_id/","description":"<p>Modify the task information.\nRequired fields:</p>\n<ul>\n<li>name</li>\n<li>due_date</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks",":task_id",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"a54f40f9-c796-4f49-b4a4-5ef7e7d25e7d","description":{"content":"<p>Id of the task</p>\n","type":"text/plain"},"type":"any","value":"{{task-id}}","key":"task_id"}]}},"response":[{"id":"c4587742-38b5-4468-87d3-d24715488ac7","name":"Edit Task","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Le cambio la tarea a Sergio\",\n\t\"due_date\": \"2015-06-19T23:59:34.034869+02:00\"\n}"},"url":{"raw":"https://{{Domain}}/v1/tasks/:task_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","tasks",":task_id",""],"query":[{"key":"page","value":"2","disabled":true}],"variable":[{"key":"task_id","value":"{{task-id}}","description":"Id of the task"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.4.6 (Ubuntu)"},{"key":"Date","value":"Mon, 10 Jun 2019 10:45:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"415"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/tasks/96/\",\n    \"id\": 96,\n    \"owner\": \"fga870@gmail.com\",\n    \"assigned_to\": \"fga870@gmail.com\",\n    \"name\": \"Le cambio la tarea a Sergio\",\n    \"due_date\": \"2015-06-19T23:59:34.034869+02:00\",\n    \"type\": 1,\n    \"type_desc\": \"Phone call\",\n    \"status\": 5,\n    \"status_desc\": \"Completed\",\n    \"deals\": [],\n    \"task_type\": null,\n    \"task_stage\": null,\n    \"related_companies\": [],\n    \"related_contacts\": [\n        \"https://api.clientify.net/v1/contacts/33795/\"\n    ]\n}"}],"_postman_id":"8d34880b-eceb-40d4-a918-823b1c8dae13"},{"name":"Set Task as Completed","id":"43c976b0-317e-4da6-8e57-ee55599b15cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Le cambio la tarea a Sergio\",\n\t\"due_date\": \"2015-06-19T23:59:34.034869+02:00\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/tasks/:task_id/complete/","description":"<p>Set the task as completed.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","tasks",":task_id","complete",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"fd4f9dd3-a614-4ec8-b63c-36724fd20cdf","description":{"content":"<p>Id of the task</p>\n","type":"text/plain"},"type":"any","value":"{{task-id}}","key":"task_id"}]}},"response":[{"id":"4738eecf-ff06-40b0-b8e3-cf5fe8935cc0","name":"Set Task as Completed","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"name\": \"Le cambio la tarea a Sergio\",\n\t\"due_date\": \"2015-06-19T23:59:34.034869+02:00\"\n}"},"url":{"raw":"https://{{Domain}}/v1/tasks/:task_id/complete/","protocol":"https","host":["{{Domain}}"],"path":["v1","tasks",":task_id","complete",""],"query":[{"key":"page","value":"2","disabled":true}],"variable":[{"key":"task_id","value":"{{task-id}}","description":"Id of the task"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Mon, 10 Jun 2019 12:00:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"POST, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"ok\"\n}"}],"_postman_id":"43c976b0-317e-4da6-8e57-ee55599b15cc"}],"id":"15e1a832-8dbc-4e66-ae1f-1dbdac450aee","_postman_id":"15e1a832-8dbc-4e66-ae1f-1dbdac450aee","description":""},{"name":"Campaigns","item":[{"name":"List Campaigns","id":"d7c157ee-4eb3-45a8-86d8-d9b5539a4354","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/campaigns/","description":"<p>You will get the list of the different campaigns for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","campaigns",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d7c157ee-4eb3-45a8-86d8-d9b5539a4354"},{"name":"Campaign Details","id":"eadc4ba9-f628-47a5-a3c2-4e993282ad3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/campaigns/:campaign_id/","description":"<p>You will get details of a campaign for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","campaigns",":campaign_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"27457c25-8c9f-4d26-9604-66dc6d98f04a","type":"any","value":"{{campaign-id}}","key":"campaign_id"}]}},"response":[],"_postman_id":"eadc4ba9-f628-47a5-a3c2-4e993282ad3d"},{"name":"Campaign Send","id":"83fb935b-8706-407a-818e-05daf8de8f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/campaigns/:campaign_id/send/","description":"<p>Sends an existing campaign that is in Draft status</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","campaigns",":campaign_id","send",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"61887de4-8690-497e-8623-031ef007238c","type":"any","value":"{{campaign-id}}","key":"campaign_id"}]}},"response":[],"_postman_id":"83fb935b-8706-407a-818e-05daf8de8f67"},{"name":"Campaign Schedule","id":"fdf35865-3e09-44b3-9d4e-717ec7212645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"scheduled_date\": \"2020-08-18T21:45\"}"},"url":"{{Protocol}}://{{Domain}}/v1/campaigns/:campaign_id/schedule/","description":"<p>To schedule an existing campaign in Draft status, send the request specifying the following attributes in the <code>JSON</code> body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>scheduled_date</td>\n<td>string</td>\n<td>Datetime for scheduling the campaign in the YYYY-MM-DD[THH:MM] format</td>\n<td>true</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","campaigns",":campaign_id","schedule",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"43f3321e-2277-4d9e-8d68-3cc84dfd951a","type":"any","value":"{{campaign-id}}","key":"campaign_id"}]}},"response":[],"_postman_id":"fdf35865-3e09-44b3-9d4e-717ec7212645"},{"name":"Campaign Copy","id":"e04e31f1-20a2-49f7-956d-bcb003a256d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/campaigns/:campaign_id/copy/","description":"<p>Copy the campaign given by campaign_id to a new one as draft</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","campaigns",":campaign_id","copy",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"ac3f3d0f-bcaa-4646-84a1-14f91ab98da2","type":"any","value":"{{campaign-id}}","key":"campaign_id"}]}},"response":[],"_postman_id":"e04e31f1-20a2-49f7-956d-bcb003a256d3"}],"id":"c0ea2e41-c324-4a0b-8590-cd6ba5575a65","description":"<p>Manage and review your campaigns</p>\n","_postman_id":"c0ea2e41-c324-4a0b-8590-cd6ba5575a65"},{"name":"Calls","item":[{"name":"Calls List","id":"6f27ac58-a45f-468f-ba6b-64bb221a1882","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/calls/?created[gt]=2021-01-01","description":"<p>Get the list of calls for the user</p>\n<p>The list can be filtered using <code>contact_phone</code> and <code>type</code> parameters.</p>\n<p>You can also filter by <code>created</code> date, being able to use the filters '[gt]','[lt]','[gte]' and '[lte]' to indicate '&gt;', '&lt;', '&gt;=' and '&lt;=' respectively.</p>\n<p>This example will list calls after 2021-01-01: {{Protocol}}://{{Domain}}/v1/calls/?created[gt]=2021-01-01</p>\n<p>The response is a list of <code>calls</code> with the following attributes:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url</td>\n<td>string</td>\n<td>Call details API URL</td>\n</tr>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Call id</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>Call owner username</td>\n</tr>\n<tr>\n<td>content_object</td>\n<td>string</td>\n<td>Contact or company name related to the call, if avaliable</td>\n</tr>\n<tr>\n<td>type</td>\n<td>string</td>\n<td>Call <code>type</code> identifier</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>string</td>\n<td>Comment on the call</td>\n</tr>\n<tr>\n<td>outcome</td>\n<td>string</td>\n<td>Call <code>Outcome</code> identifier</td>\n</tr>\n<tr>\n<td>audio_url</td>\n<td>string</td>\n<td>URL to the call recording, if avaliable</td>\n</tr>\n<tr>\n<td>duration</td>\n<td>float</td>\n<td>call duration</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"type\">Type</h2>\n<p>List of Types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>incoming</td>\n<td>Incoming</td>\n</tr>\n<tr>\n<td>outgoing</td>\n<td>Outgoing</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"outcomes\">Outcomes</h2>\n<p>List of Outcomes available for the <code>outcome</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Outcome</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>no_answer</td>\n<td>no answer</td>\n</tr>\n<tr>\n<td>busy</td>\n<td>busy</td>\n</tr>\n<tr>\n<td>left_voicemail</td>\n<td>left voice mail</td>\n</tr>\n<tr>\n<td>call_later</td>\n<td>call later</td>\n</tr>\n<tr>\n<td>wrong_number</td>\n<td>wrong number</td>\n</tr>\n<tr>\n<td>connected</td>\n<td>connected</td>\n</tr>\n<tr>\n<td>not_interested</td>\n<td>not interested</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","calls",""],"host":["{{Domain}}"],"query":[{"key":"created[gt]","value":"2021-01-01"},{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"416081f0-0f60-44b3-9c33-beb5d7b68a28","name":"Calls List","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/calls/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","calls",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 22,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/1161171/\",\n            \"id\": 1161171,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Lizbeth Julius\",\n            \"type\": \"outgoing\",\n            \"comment\": \"asdasdasd\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"2.05\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/1152196/\",\n            \"id\": 1152196,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Nayda Cooper\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Sisas, sisas\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/469/\",\n            \"id\": 469,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Francisco Martinez\",\n            \"type\": \"outgoing\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/506/\",\n            \"id\": 506,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Felipe Django\",\n            \"type\": \"incoming\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/19111/\",\n            \"id\": 19111,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Britanni Rhodes\",\n            \"type\": \"outgoing\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/157543/\",\n            \"id\": 157543,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Roanna Boyle\",\n            \"type\": \"outgoing\",\n            \"comment\": \"adsads\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/370649/\",\n            \"id\": 370649,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Tara Nunez\",\n            \"type\": \"outgoing\",\n            \"comment\": \"hola\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/370650/\",\n            \"id\": 370650,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Tara Nunez\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Hola 2\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/796890/\",\n            \"id\": 796890,\n            \"owner\": \"felipe@yahoo.com\",\n            \"content_object\": \"Cleo McGray\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Sisas nonas\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/416/\",\n            \"id\": 416,\n            \"owner\": \"sebastian@hotmail.com\",\n            \"type\": \"incoming\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/417/\",\n            \"id\": 417,\n            \"owner\": \"sebastian@hotmail.com\",\n            \"type\": \"outgoing\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/1170925/\",\n            \"id\": 1170925,\n            \"owner\": \"pedro@clientify.com\",\n            \"content_object\": \"Abdallah Abel\",\n            \"type\": \"outgoing\",\n            \"comment\": \"coment\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/638517/\",\n            \"id\": 638517,\n            \"owner\": \"pedro@clientify.com\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Test call\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/628503/\",\n            \"id\": 628503,\n            \"owner\": \"pedro@clientify.com\",\n            \"type\": \"outgoing\",\n            \"comment\": \"\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/623618/\",\n            \"id\": 623618,\n            \"owner\": \"pedro@clientify.com\",\n            \"content_object\": \"Mia Connor\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Para mostrar en API\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/623620/\",\n            \"id\": 623620,\n            \"owner\": \"pedro@clientify.com\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Llama de telefono para mostrar por API\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/566029/\",\n            \"id\": 566029,\n            \"owner\": \"pedro@clientify.com\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Sigue muy interesado\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/638636/\",\n            \"id\": 638636,\n            \"owner\": \"pedro@clientify.com\",\n            \"content_object\": \"Fallon Counter\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Registering a call via API\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/1147164/\",\n            \"id\": 1147164,\n            \"owner\": \"pedro@clientify.com\",\n            \"content_object\": \"Andrés Méndez\",\n            \"type\": \"outgoing\",\n            \"comment\": \"asdfasdf\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/54060/\",\n            \"id\": 54060,\n            \"owner\": \"maria@gmail.com\",\n            \"content_object\": \"Felix Benjamin\",\n            \"type\": \"outgoing\",\n            \"comment\": \"afdafafafa\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/54181/\",\n            \"id\": 54181,\n            \"owner\": \"maria@gmail.com\",\n            \"content_object\": \"Alicia Wonderladl\",\n            \"type\": \"outgoing\",\n            \"comment\": \"Qui in eiusmod quia eum\",\n            \"outcome\": \"not_interested\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/calls/54183/\",\n            \"id\": 54183,\n            \"owner\": \"maria@gmail.com\",\n            \"content_object\": \"Alicia Wonderladl\",\n            \"type\": \"outgoing\",\n            \"comment\": \"afdaa\",\n            \"outcome\": \"connected\",\n            \"audio_url\": \"\",\n            \"duration\": \"0.00\"\n        }\n    ]\n}"}],"_postman_id":"6f27ac58-a45f-468f-ba6b-64bb221a1882"},{"name":"Call Details","id":"baea68fc-b13f-4078-b5b0-13aff34927c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/calls/:call-id/","description":"<p>Get the detail of a registered for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","calls",":call-id",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"a39e3a78-dbde-4af0-8bd6-54643ddefba2","type":"any","value":"{{call-id}}","key":"call-id"}]}},"response":[],"_postman_id":"baea68fc-b13f-4078-b5b0-13aff34927c2"},{"name":"Register Call","id":"c46f52d2-28ac-40c2-ac9e-37500efd09bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"owner\": \"pedro.diez@clientify.com\",\n    \"type\": \"outgoing\",\n    \"comment\": \"Registering a call via API\",\n    \"outcome\": \"connected\",\n    \"audio_url\": \"\",\n    \"contact_phone\": \"+1(878)5651357 \"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/calls/","description":"<p>Register a call to a user contact using the phone number of the contact</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","calls",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"c46f52d2-28ac-40c2-ac9e-37500efd09bf"}],"id":"55033344-d11d-4eed-8af6-5cca6af18085","_postman_id":"55033344-d11d-4eed-8af6-5cca6af18085","description":""},{"name":"Wall Entries","item":[{"name":"List Wall Entries","id":"9ea7cf4a-9be5-42b6-9adc-08e1a611f060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/wall-entries/","description":"<p>Return the list of the wall entriees registered for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","wall-entries",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"9e2352e8-e67d-414b-8a5d-cbb3dc3afe27","name":"List Wall Entries","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/wall-entries/","protocol":"https","host":["{{Domain}}"],"path":["v1","wall-entries",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 3340,\n    \"next\": \"https://api.clientify.net/v1/wall-entries/?page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/270406/\",\n            \"id\": 270406,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-03-07T10:44:09.951230+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Etapa 1\\\", \\\"deal_link\\\": \\\"/deals/614/\\\", \\\"deal_amount\\\": \\\"766786.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-03-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"614\",\n            \"object_id\": 37381\n        },\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/270405/\",\n            \"id\": 270405,\n            \"user\": \"Felipe Marin\",\n            \"created\": \"2019-03-07T10:44:09.945436+01:00\",\n            \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Etapa 1\\\", \\\"deal_link\\\": \\\"/deals/614/\\\", \\\"deal_amount\\\": \\\"766786.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n            \"extra_datetime\": \"2019-03-15T05:55:00+01:00\",\n            \"type\": \"deal_creation\",\n            \"link\": \"\",\n            \"source_id\": \"614\",\n            \"object_id\": 65542\n        }\n    ]\n}"}],"_postman_id":"9ea7cf4a-9be5-42b6-9adc-08e1a611f060"},{"name":"Wall Entry Details","id":"d685854c-6a93-4747-9209-b5d6ff5a00a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/wall-entries/:wall_entry_id/","description":"<p>Return the details of the wall entry</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","wall-entries",":wall_entry_id",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"bfdbe56b-f6f6-4f33-8cb0-e39f77bf2eef","description":{"content":"<p>Id of the wall entry</p>\n","type":"text/plain"},"type":"any","value":"{{wall-entry-id}}","key":"wall_entry_id"}]}},"response":[{"id":"e9aacc17-be65-4655-9618-3d56f1224db3","name":"Wall Entry Details","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://{{Domain}}/v1/wall-entries/:wall_entry_id/","protocol":"https","host":["{{Domain}}"],"path":["v1","wall-entries",":wall_entry_id",""],"query":[{"key":"page","value":"2","disabled":true}],"variable":[{"key":"wall_entry_id","value":"{{wall-entry-id}}","description":"Id of the wall entry"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/wall-entries/270406/\",\n    \"id\": 270406,\n    \"user\": \"Felipe Marin\",\n    \"created\": \"2019-03-07T10:44:09.951230+01:00\",\n    \"extra\": \"{\\\"deal_name\\\": \\\"Staging deal from Postman\\\", \\\"deal_stage\\\": \\\"Etapa 1\\\", \\\"deal_link\\\": \\\"/deals/614/\\\", \\\"deal_amount\\\": \\\"766786.00\\\", \\\"deal_status\\\": \\\"Open\\\"}\",\n    \"extra_datetime\": \"2019-03-15T05:55:00+01:00\",\n    \"type\": \"deal_creation\",\n    \"link\": \"\",\n    \"source_id\": \"614\",\n    \"object_id\": 37381\n}"}],"_postman_id":"d685854c-6a93-4747-9209-b5d6ff5a00a3"}],"id":"05fd7e26-afab-439a-b877-b0fea947f24b","_postman_id":"05fd7e26-afab-439a-b877-b0fea947f24b","description":""},{"name":"Users","item":[{"name":"List users","id":"8ba08951-e1c5-4f46-b6c2-668d29256531","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/users/","description":"<p>Get the list of users for that company</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","users",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"},{"disabled":true,"key":"username","value":"{{username}}"}],"variable":[]}},"response":[{"id":"1a3cdc1c-0006-4ac0-800b-f4852fc528e8","name":"List users","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/users/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","users",""],"query":[{"key":"page","value":"2","disabled":true},{"key":"username","value":"{{username}}","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Wed, 22 Jul 2020 11:51:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"494"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 2,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"http://api.clientify.net/v1/users/6/\",\n            \"username\": \"pedro.diez@gmail.com\",\n            \"first_name\": \"Pedro\",\n            \"last_name\": \"Piter\",\n            \"country\": \"ES\",\n            \"phone\": \"\",\n            \"picture\": null\n        },\n        {\n            \"url\": \"http://api.clientify.net/v1/users/1/\",\n            \"username\": \"pedro.diez@clientify.com\",\n            \"first_name\": \"Pedro D.\",\n            \"last_name\": \"Bonilla\",\n            \"country\": \"ES\",\n            \"phone\": \"+34625233054\",\n            \"picture\": \"https://clientify.s3.amazonaws.com/users/profile/avatarPedroDiez.png\"\n        }\n    ]\n}"}],"_postman_id":"8ba08951-e1c5-4f46-b6c2-668d29256531"}],"id":"bf7e4e28-28a1-459d-a93c-a4f1f521de08","_postman_id":"bf7e4e28-28a1-459d-a93c-a4f1f521de08","description":""},{"name":"Settings","item":[{"name":"Get user account settings","id":"bcaa39a2-ffcd-4c76-80b0-d5d37073254b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n            \"language\": \"en\",\n            \"country\": \"ES\",\n            \"time_zone\": \"Europe/Madrid\",\n            \"currency\": \"EUR\",\n            \"currency_format\": 1,\n            \"hour_format\": 1,\n            \"date_format\": 1\n        }"},"url":"{{Protocol}}://{{Domain}}/v1/settings/my-account/","description":"<p>Get the user settings\ncurrency_format codes: \n    1: '1.234,56'\n    2: '1,234.56'</p>\n<p>hour_format codes:\n    1: '24 Hrs'\n    2: 'AM/PM'</p>\n<p>date_format codes:\n    1: 'dd/mm/yyyy'\n    2: 'mm/dd/yyyy'</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","settings","my-account",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"a1f86587-1c26-4544-b2cc-b25c84a12486","name":"Get account settings","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.clientify.net/v1/settings/my-account/","protocol":"https","host":["api","clientify","net"],"path":["v1","settings","my-account",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Wed, 08 May 2019 10:15:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"picture\": \"https://clientify-local.s3.amazonaws.com/users/profile/avatarPedroDiez.png\",\n            \"first_name\": \"Pedro D.\",\n            \"last_name\": \"Diez Bonilla\",\n            \"country\": \"ES\",\n            \"phone\": \"+34615233054\"\n        }\n    ]\n}"}],"_postman_id":"bcaa39a2-ffcd-4c76-80b0-d5d37073254b"},{"name":"Get user language","id":"5c24dd5c-6066-4989-bb20-a0552cc06449","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/settings/language/","description":"<p>Get the user language</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","settings","language",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"9acd77b6-083a-4839-ad89-9a8475d058f8","name":"Get user language","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.clientify.net/v1/settings/language/","protocol":"https","host":["api","clientify","net"],"path":["v1","settings","language",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Wed, 08 May 2019 09:46:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"PUT, OPTIONS, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"language\": \"en\"\n    }\n}"}],"_postman_id":"5c24dd5c-6066-4989-bb20-a0552cc06449"},{"name":"Set user language","id":"75bbfcbc-5254-4171-a00f-90bd74ac22f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"language\": \"en\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/settings/language/","description":"<p>Set the user language</p>\n<h1 id=\"language\">language</h1>\n<p>Possible values are: </p>\n<ul>\n<li>\"en\" for english</li>\n<li>\"es\" for spanish.</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","settings","language",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"42e24808-b92d-4167-accd-d653124fcdb9","name":"Set user language","originalRequest":{"method":"PUT","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"language\": \"en\"\n}"},"url":{"raw":"https://api.clientify.net/v1/settings/language/","protocol":"https","host":["api","clientify","net"],"path":["v1","settings","language",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Wed, 08 May 2019 09:46:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"83"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"PUT, OPTIONS, GET"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Language successfully changed\",\n    \"data\": {\n        \"language\": \"en\"\n    },\n    \"success\": true\n}"}],"_postman_id":"75bbfcbc-5254-4171-a00f-90bd74ac22f4"}],"id":"91b9b2a3-2120-4961-baa9-0d9a687e0e1d","description":"<p>Settings and user details</p>\n","_postman_id":"91b9b2a3-2120-4961-baa9-0d9a687e0e1d"},{"name":"Real Estate","item":[{"name":"Property types","item":[{"name":"Get Real Estate Property Types List","id":"034863b1-3775-478c-bf83-08cf0732e8f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/real-estate/properties/types/","description":"<p>Get the list of the user Properties</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","real-estate","properties","types",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"034863b1-3775-478c-bf83-08cf0732e8f9"}],"id":"7f8c6c58-75d9-46f5-bc4a-c2b6e5ff775f","_postman_id":"7f8c6c58-75d9-46f5-bc4a-c2b6e5ff775f","description":""},{"name":"List Real Estate Properties","id":"d3e73be7-d0b4-4370-b4eb-70e9bd568538","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/real-estate/properties/","description":"<p>Get the list of the user Properties</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","real-estate","properties",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"d3e73be7-d0b4-4370-b4eb-70e9bd568538"},{"name":"Create Real Estate Property","id":"6e6b39bd-78ef-4b69-b67d-6b380bc267ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference\": \"Ref 4\",\n    \"property_type\": \"https://api.clientify.net/v1/real-estate/properties/types/2/\",\n    \"offer\": \"rent\",\n    \"owner_price\": \"1000.00\",\n    \"commission\": \"10.00\",\n    \"street\": \"C/ Vista, 1, 1º\",\n    \"city\": \"Jaen\",\n    \"postal_code\": \"23001\",\n    \"state\": \"Jaen\",\n    \"country\": \"España\",\n    \"size\": 250,\n    \"bedrooms\": 5,\n    \"bathrooms\": 3,\n    \"floor\": 5,\n    \"parking\": true,\n    \"lease\": \"60.00\",\n    \"registered_property\": \"finca_registral\",\n    \"cadastral_reference\": \"referencia_catastral\",\n    \"video_url\": \"http://video.clientify.com\",\n    \"virtual_tour_url\": \"http://tour.virtual.com\",\n    \"description\": \"Descripcion\",\n    \"others\": \"y otros datos\",\n    \"exclusiveness\": true,\n    \"exclusiveness_start\": \"2019-11-30T18:00:00-05:00\",\n    \"exclusiveness_end\": \"2019-12-31T18:00:00-05:00\"\n}"},"url":"{{Protocol}}://{{Domain}}/v1/real-estate/properties/","description":"<p>Get the list of the user Properties</p>\n<p>Check the property_type field in \"Get Real Estate Property Types List\" endpoint</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","real-estate","properties",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[{"id":"ec665b44-852b-4fa1-bece-3345dac0f0de","name":"Create Real Estate Property","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"reference\": \"Ref 6\",\n    \"property_type\": \"https://api.clientify.net/v1/real-estate/properties/types/2/\",\n    \"offer\": \"rent\",\n    \"owner_price\": \"1000.00\",\n    \"commission\": \"10.00\",\n    \"street\": \"C/ Vista, 1, 1º\",\n    \"city\": \"Jaen\",\n    \"postal_code\": \"23001\",\n    \"state\": \"Jaen\",\n    \"country\": \"España\",\n    \"size\": 250,\n    \"bedrooms\": 5,\n    \"bathrooms\": 3,\n    \"floor\": 5,\n    \"parking\": true,\n    \"lease\": \"60.00\",\n    \"registered_property\": \"finca_registral\",\n    \"cadastral_reference\": \"referencia_catastral\",\n    \"video_url\": \"http://video.clientify.com\",\n    \"virtual_tour_url\": \"http://tour.virtual.com\",\n    \"description\": \"Descripcion\",\n    \"others\": \"y otros datos\",\n    \"exclusiveness\": true,\n    \"exclusiveness_start\": \"2019-11-30T18:00:00-05:00\",\n    \"exclusiveness_end\": \"2019-12-31T18:00:00-05:00\"\n}"},"url":{"raw":"https://{{Domain}}/v1/real-estate/properties/","protocol":"https","host":["{{Domain}}"],"path":["v1","real-estate","properties",""],"query":[{"key":"page","value":"2","disabled":true}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"https://api.clientify.net/v1/real-estate/properties/6/\",\n    \"id\": 6,\n    \"main_image\": null,\n    \"reference\": \"Ref 6\",\n    \"agent\": \"real.estate.one@example.com\",\n    \"agent_name\": \"Pedro D. Real Estate\",\n    \"property_type\": \"https://api.clientify.net/v1/real-estate/properties/types/2/\",\n    \"property_type_name\": \"Apartment studio\",\n    \"offer\": \"rent\",\n    \"owner_price\": \"1000.00\",\n    \"commission\": \"10.00\",\n    \"street\": \"C/ Vista, 1, 1º\",\n    \"city\": \"Jaen\",\n    \"postal_code\": \"23001\",\n    \"state\": \"Jaen\",\n    \"country\": \"España\",\n    \"size\": 250,\n    \"bedrooms\": 5,\n    \"bathrooms\": 3,\n    \"floor\": 5,\n    \"parking\": true,\n    \"lease\": \"60.00\",\n    \"registered_property\": \"finca_registral\",\n    \"cadastral_reference\": \"referencia_catastral\",\n    \"video_url\": \"http://video.clientify.com\",\n    \"virtual_tour_url\": \"http://tour.virtual.com\",\n    \"description\": \"Descripcion\",\n    \"others\": \"y otros datos\",\n    \"exclusiveness\": true,\n    \"exclusiveness_start\": \"2019-11-30T18:00:00-05:00\",\n    \"exclusiveness_end\": \"2019-12-31T18:00:00-05:00\",\n    \"images\": [],\n    \"tags\": [],\n    \"contacts\": [],\n    \"deals\": [],\n    \"tasks\": [],\n    \"events\": [],\n    \"wall_entries\": [\n        {\n            \"url\": \"https://api.clientify.net/v1/wall-entries/478/\",\n            \"id\": 478,\n            \"user\": \"Pedro D. Real Estate\",\n            \"created\": \"2019-12-27T05:40:38.157666-05:00\",\n            \"extra\": \"{}\",\n            \"extra_datetime\": null,\n            \"type\": \"company_creation\",\n            \"link\": \"\",\n            \"source_id\": \"6\",\n            \"object_id\": 6\n        }\n    ],\n    \"modified\": \"2019-12-27T05:40:38.154464-05:00\",\n    \"created\": \"2019-12-27T05:40:38.154421-05:00\"\n}"}],"_postman_id":"6e6b39bd-78ef-4b69-b67d-6b380bc267ef"},{"name":"Real Estate Property Details","id":"711fab56-6439-41f6-ae3b-c65f1d3d5014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/real-estate/properties/:property-id/","description":"<p>Get the list of the user Properties</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","real-estate","properties",":property-id",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"c404a533-e9f2-4484-8fd5-d441c3f0c018","type":"any","value":"","key":"property-id"}]}},"response":[],"_postman_id":"711fab56-6439-41f6-ae3b-c65f1d3d5014"}],"id":"80383b9d-bbbd-4e5c-9224-1056782393db","description":"<p>Here you can find the information to list, get or create porperties for real estate.</p>\n","event":[{"listen":"prerequest","script":{"id":"4f7dc8f2-a18e-4170-9721-984b8b0aa495","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4516559e-0670-4e1a-b085-2406efc5bc77","type":"text/javascript","exec":[""]}}],"_postman_id":"80383b9d-bbbd-4e5c-9224-1056782393db"},{"name":"Orders","item":[{"name":"List orders","id":"44bba608-b752-4181-a88e-124b11e315b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/orders/","description":"<p>Show all the orders for the user</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","orders",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"68fba2f2-4288-40e6-bb8f-7a633e4ed41f","name":"List orders","originalRequest":{"method":"GET","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/orders/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Tue, 07 Apr 2020 13:15:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4331"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Language","value":"en"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 5,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"url\": \"http://clientify.localtest.me/v1/orders/5/\",\n            \"id\": 5,\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"status\": \"abandoned\",\n            \"order_date\": null,\n            \"abandoned_date\": \"2020-04-06\",\n            \"cart_id\": \"002-112233\",\n            \"order_id\": \"\",\n            \"ecommerce\": \"clientify PS 1.6\",\n            \"shop_name\": \"myshop.com\",\n            \"order_url\": \"https://myshop.com/abandoned?002-112233\",\n            \"currency\": \"EUR\",\n            \"items\": [\n                {\n                    \"id\": 7,\n                    \"name\": \"Sortija de oro 18k con topacio\",\n                    \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n                    \"category\": \"joyeria\",\n                    \"sku\": \"5554567890000\",\n                    \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n                    \"item_url\": \"https://myshop.com/item/55523\",\n                    \"price\": 275.5,\n                    \"quantity\": 1,\n                    \"discount\": 20\n                },\n                {\n                    \"id\": 6,\n                    \"name\": \"Reloj\",\n                    \"description\": \"Reloj de pulsera digital\",\n                    \"category\": \"relojes\",\n                    \"sku\": \"1234567890000\",\n                    \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n                    \"item_url\": \"https://myshop.com/item/12323\",\n                    \"price\": 12.34,\n                    \"quantity\": 2,\n                    \"discount\": 0\n                }\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/orders/4/\",\n            \"id\": 4,\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"status\": \"ordered\",\n            \"order_date\": \"2020-04-07\",\n            \"abandoned_date\": null,\n            \"cart_id\": \"\",\n            \"order_id\": \"001-34567\",\n            \"ecommerce\": \"clientify PS 1.6\",\n            \"shop_name\": \"myshop.com\",\n            \"order_url\": \"https://myshop.com/orders?001-34567\",\n            \"currency\": \"EUR\",\n            \"items\": [\n                {\n                    \"id\": 5,\n                    \"name\": \"Sortija de oro 18k con topacio\",\n                    \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n                    \"category\": \"joyeria\",\n                    \"sku\": \"5554567890000\",\n                    \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n                    \"item_url\": \"https://myshop.com/item/55523\",\n                    \"price\": 275.5,\n                    \"quantity\": 1,\n                    \"discount\": 20\n                },\n                {\n                    \"id\": 4,\n                    \"name\": \"Reloj\",\n                    \"description\": \"Reloj de pulsera digital\",\n                    \"category\": \"relojes\",\n                    \"sku\": \"1234567890000\",\n                    \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n                    \"item_url\": \"https://myshop.com/item/12323\",\n                    \"price\": 12.34,\n                    \"quantity\": 2,\n                    \"discount\": 0\n                }\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/orders/3/\",\n            \"id\": 3,\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"status\": \"ordered\",\n            \"order_date\": \"2020-04-07\",\n            \"abandoned_date\": null,\n            \"cart_id\": \"\",\n            \"order_id\": \"001-23456\",\n            \"ecommerce\": \"prestashop\",\n            \"shop_name\": \"myshop.com\",\n            \"order_url\": \"https://myshop.com/orders?001-23456\",\n            \"currency\": \"EUR\",\n            \"items\": [\n                {\n                    \"id\": 3,\n                    \"name\": \"Reloj\",\n                    \"description\": \"Reloj de pulsera digital\",\n                    \"category\": \"relojes\",\n                    \"sku\": \"1234567890000\",\n                    \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n                    \"item_url\": \"https://myshop.com/item/12323\",\n                    \"price\": 12.34,\n                    \"quantity\": 2,\n                    \"discount\": 0\n                }\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/orders/2/\",\n            \"id\": 2,\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"status\": \"ordered\",\n            \"order_date\": \"2020-04-07\",\n            \"abandoned_date\": null,\n            \"cart_id\": \"\",\n            \"order_id\": \"001-12345\",\n            \"ecommerce\": \"prestashop\",\n            \"shop_name\": \"myshop.com\",\n            \"order_url\": \"https://myshop.com/orders?001-12345\",\n            \"currency\": \"EUR\",\n            \"items\": [\n                {\n                    \"id\": 2,\n                    \"name\": \"Reloj\",\n                    \"description\": \"Reloj de pulsera digital\",\n                    \"category\": \"relojes\",\n                    \"sku\": \"1234567890000\",\n                    \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n                    \"item_url\": \"https://myshop.com/item/12323\",\n                    \"price\": 12.34,\n                    \"quantity\": 1,\n                    \"discount\": 0\n                }\n            ]\n        },\n        {\n            \"url\": \"http://clientify.localtest.me/v1/orders/1/\",\n            \"id\": 1,\n            \"contact\": \"http://clientify.localtest.me/v1/contacts/45/\",\n            \"status\": \"ordered\",\n            \"order_date\": \"2020-04-07\",\n            \"abandoned_date\": null,\n            \"cart_id\": \"\",\n            \"order_id\": \"001-12345\",\n            \"ecommerce\": \"prestashop\",\n            \"shop_name\": \"myshop.com\",\n            \"order_url\": \"https://myshop.com/orders?001-12345\",\n            \"currency\": \"EUR\",\n            \"items\": [\n                {\n                    \"id\": 1,\n                    \"name\": \"Reloj\",\n                    \"description\": \"Reloj de pulsera digital\",\n                    \"category\": \"relojes\",\n                    \"sku\": \"1234567890000\",\n                    \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n                    \"item_url\": \"https://myshop.com/item/12323\",\n                    \"price\": 12.34,\n                    \"quantity\": 1,\n                    \"discount\": 0\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"44bba608-b752-4181-a88e-124b11e315b4"},{"name":"Create order","id":"f10a6318-6e72-4e54-84d8-f292167332d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"{{Protocol}}://{{Domain}}/v1/contacts/{{contact-id}}/\",\n    \"status\": \"ordered\",\n    \"order_date\": \"2020-06-09\",\n    \"order_id\": \"9\",\n    \"ecommerce\": \"PrestaShop\",\n    \"shop_name\": \"http://185.253.154.17/\",\n    \"order_url\": \"http://185.253.154.17/es/index.php?controller=order-detail&id_order=9\",\n    \"currency\": \"EUR\",\n    \"items\": [\n        {\n            \"name\": \"The best is yet to come' Framed poster - Dimension : 40x60cm\",\n            \"description\": \"http://185.253.154.17/3/the-best-is-yet-to-come-framed-poster.jpg\",\n            \"category\": \"Art\",\n            \"sku\": \"demo_6\",\n            \"image_url\": \"http://185.253.154.17/3/the-best-is-yet-to-come-framed-poster.jpg\",\n            \"item_url\": \"http://185.253.154.17/es/Art/3-the-best-is-yet-to-come-framed-poster.html\",\n            \"price\": 34.8,\n            \"quantity\": 1,\n            \"discount\": 0\n        }\n    ]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/orders/","description":"<p>Creates an order or abandoned cart.</p>\n<p>For creating an order, set the \"status\" to \"ordered\"\nFor creating an abandoned cart, set the \"status\" to \"abandoned\"</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","orders",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"e1fdeceb-2dc5-49b4-b615-b303bfc25718","name":"Create abandoned cart","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"{{Protocol}}://{{Domain}}/v1/contacts/{{contact-id}}/\",\n    \"status\": \"abandoned\",\n    \"abandoned_date\": \"2020-04-06\",\n    \"cart_id\": \"002-112233\",\n    \"ecommerce\": \"clientify PS 1.6\",\n    \"shop_name\": \"myshop.com\",\n    \"order_url\": \"https://myshop.com/abandoned?002-112233\",\n    \"currency\": \"EUR\",\n    \"items\": [\n        {\n            \"name\": \"Reloj\",\n            \"description\": \"Reloj de pulsera digital\",\n            \"category\": \"relojes\",\n            \"sku\": \"1234567890000\",\n            \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n            \"item_url\": \"https://myshop.com/item/12323\",\n            \"price\": 12.34,\n            \"quantity\": 2,\n            \"discount\": 0\n        },\n        {\n            \"name\": \"Sortija de oro 18k con topacio\",\n            \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n            \"category\": \"joyeria\",\n            \"sku\": \"5554567890000\",\n            \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n            \"item_url\": \"https://myshop.com/item/55523\",\n            \"price\": 275.50,\n            \"quantity\": 1,\n            \"discount\": 20\n        }\n    ]\n}"},"url":"{{Protocol}}://{{Domain}}/v1/orders/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Tue, 07 Apr 2020 13:02:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1127"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"http://clientify.localtest.me/v1/orders/5/"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"{{Protocol}}://{{Domain}}/v1/orders/5/\",\n    \"id\": 5,\n    \"contact\": \"{{Protocol}}://{{Domain}}/v1/contacts/45/\",\n    \"status\": \"abandoned\",\n    \"order_date\": null,\n    \"abandoned_date\": \"2020-04-06\",\n    \"cart_id\": \"002-112233\",\n    \"order_id\": \"\",\n    \"ecommerce\": \"clientify PS 1.6\",\n    \"shop_name\": \"myshop.com\",\n    \"order_url\": \"https://myshop.com/abandoned?002-112233\",\n    \"currency\": \"EUR\",\n    \"items\": [\n        {\n            \"id\": 7,\n            \"name\": \"Sortija de oro 18k con topacio\",\n            \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n            \"category\": \"joyeria\",\n            \"sku\": \"5554567890000\",\n            \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n            \"item_url\": \"https://myshop.com/item/55523\",\n            \"price\": 275.5,\n            \"quantity\": 1,\n            \"discount\": 20\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Reloj\",\n            \"description\": \"Reloj de pulsera digital\",\n            \"category\": \"relojes\",\n            \"sku\": \"1234567890000\",\n            \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n            \"item_url\": \"https://myshop.com/item/12323\",\n            \"price\": 12.34,\n            \"quantity\": 2,\n            \"discount\": 0\n        }\n    ]\n}"},{"id":"7bc66f0f-1bb0-4266-9dac-2b37c7f9b3cb","name":"Create order","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"contact\": \"{{Protocol}}://{{Domain}}/v1/contacts/{{contact-id}}/\",\n    \"status\": \"ordered\",\n    \"order_date\": \"2020-04-07\",\n    \"order_id\": \"001-34567\",\n    \"ecommerce\": \"clientify PS 1.6\",\n    \"shop_name\": \"myshop.com\",\n    \"order_url\": \"https://myshop.com/orders?001-34567\",\n    \"currency\": \"EUR\",\n    \"items\": [\n        {\n            \"name\": \"Reloj\",\n            \"description\": \"Reloj de pulsera digital\",\n            \"category\": \"relojes\",\n            \"sku\": \"1234567890000\",\n            \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n            \"item_url\": \"https://myshop.com/item/12323\",\n            \"price\": 12.34,\n            \"quantity\": 2,\n            \"discount\": 0\n        },\n        {\n            \"name\": \"Sortija de oro 18k con topacio\",\n            \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n            \"category\": \"joyeria\",\n            \"sku\": \"5554567890000\",\n            \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n            \"item_url\": \"https://myshop.com/item/55523\",\n            \"price\": 275.50,\n            \"quantity\": 1,\n            \"discount\": 20\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/orders/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.6.2"},{"key":"Date","value":"Tue, 07 Apr 2020 12:58:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1120"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"http://clientify.localtest.me/v1/orders/4/"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"{{Protocol}}://{{Domain}}/v1/orders/4/\",\n    \"id\": 4,\n    \"contact\": \"{{Protocol}}://{{Domain}}/v1/contacts/45/\",\n    \"status\": \"ordered\",\n    \"order_date\": \"2020-04-07\",\n    \"abandoned_date\": null,\n    \"cart_id\": \"\",\n    \"order_id\": \"001-34567\",\n    \"ecommerce\": \"clientify PS 1.6\",\n    \"shop_name\": \"myshop.com\",\n    \"order_url\": \"https://myshop.com/orders?001-34567\",\n    \"currency\": \"EUR\",\n    \"items\": [\n        {\n            \"id\": 5,\n            \"name\": \"Sortija de oro 18k con topacio\",\n            \"description\": \"Sortija de oro amarillo de 18k, 750 milésimas, de diseño clásico, con un TOPACIO AZUL talla perilla\",\n            \"category\": \"joyeria\",\n            \"sku\": \"5554567890000\",\n            \"image_url\": \"https://cdn.shopify.com/s/files/1/2428/9617/products/Sortija_de_oro_topacio_azul_perilla_vista_1_1024x1024@2x.jpg?v=1548847695\",\n            \"item_url\": \"https://myshop.com/item/55523\",\n            \"price\": 275.5,\n            \"quantity\": 1,\n            \"discount\": 20\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Reloj\",\n            \"description\": \"Reloj de pulsera digital\",\n            \"category\": \"relojes\",\n            \"sku\": \"1234567890000\",\n            \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/f/f2/Casio_W-59_digital_watch.jpg/200px-Casio_W-59_digital_watch.jpg\",\n            \"item_url\": \"https://myshop.com/item/12323\",\n            \"price\": 12.34,\n            \"quantity\": 2,\n            \"discount\": 0\n        }\n    ]\n}"}],"_postman_id":"f10a6318-6e72-4e54-84d8-f292167332d8"}],"id":"7c9256a4-6e3e-463a-8679-5de56c9c9117","description":"<p>You can use this set of endpoints to store orders information in Clientify.</p>\n","_postman_id":"7c9256a4-6e3e-463a-8679-5de56c9c9117"},{"name":"Automations","item":[{"name":"List Automations","id":"f97c4d49-7f52-403a-9ec7-c00ea1279a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{Protocol}}://{{Domain}}/v1/automations/","description":"<p>Get the user automations list</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","automations",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[]}},"response":[],"_postman_id":"f97c4d49-7f52-403a-9ec7-c00ea1279a65"},{"name":"Add contact to automation","id":"f07d76a8-5155-4762-85d4-81782e6a970a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\"contact_id\": 11}"},"url":"{{Protocol}}://{{Domain}}/v1/automations/:automation_id/add_contacts/","description":"<p>To add a Contact to the automation selected by the <code>:automation_id</code>, send the request specifying the following attributes in the JSON body:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>contact_id</td>\n<td>integer</td>\n<td>contact id</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"{{Protocol}}","path":["v1","automations",":automation_id","add_contacts",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"page","value":"2"}],"variable":[{"id":"8428e6c9-9ea0-4ff5-8b32-a90e62027a32","type":"any","value":"2","key":"automation_id"}]}},"response":[],"_postman_id":"f07d76a8-5155-4762-85d4-81782e6a970a"}],"id":"0e37cec2-6415-4649-8368-8d438834e237","description":"<p>You can use this endpoint to manage automations</p>\n","event":[{"listen":"prerequest","script":{"id":"e87e94d9-6cd8-46e1-872f-571a1b3ac674","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"caf5e449-bf4a-4f49-ab68-56d977f64fb3","type":"text/javascript","exec":[""]}}],"_postman_id":"0e37cec2-6415-4649-8368-8d438834e237"},{"name":"WebHooks","item":[{"name":"Contact","id":"82f08940-13d5-47f9-b6f5-8543c7fa43fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"http://your/contact/webhook","description":"<p>Notifies when an event ocur to a contact</p>\n<h1 id=\"payload-object-properties\">Payload object properties</h1>\n<p>The webhook event payload is in <code>JSON</code> and contains properties unique to the event.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>hook</td>\n<td>object</td>\n<td>Properties for the <code>webhook</code></td>\n</tr>\n<tr>\n<td>data</td>\n<td>object</td>\n<td>Information regarding the <code>contact</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"webhook\">Webhook</h2>\n<p>This object describes the event triggered</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Id for the webhook</td>\n</tr>\n<tr>\n<td>event</td>\n<td>string</td>\n<td>will only be shown for videoconferences so it can save its url</td>\n</tr>\n<tr>\n<td>target</td>\n<td>string</td>\n<td>URL where</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"contact\">Contact</h2>\n<p>This object contains the contact attributes you got on the <code>data</code> attribute of the webhook:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>contact id</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>username of the owner of the contact</td>\n</tr>\n<tr>\n<td>first_name</td>\n<td>string</td>\n<td>contact first name</td>\n</tr>\n<tr>\n<td>last_name</td>\n<td>string</td>\n<td>Contact last name</td>\n</tr>\n<tr>\n<td>phones</td>\n<td>array</td>\n<td>An array of <code>Phone</code></td>\n</tr>\n<tr>\n<td>company</td>\n<td>string</td>\n<td>Company name</td>\n</tr>\n<tr>\n<td>addresses</td>\n<td>array</td>\n<td>An array of <code>Address</code></td>\n</tr>\n<tr>\n<td>emails</td>\n<td>array</td>\n<td>Array of the emails for the contact</td>\n</tr>\n<tr>\n<td>websites</td>\n<td>array</td>\n<td>An array of <code>website</code></td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Contact status</td>\n</tr>\n<tr>\n<td>picture_url</td>\n<td>string</td>\n<td>url of the picture for the contact</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>Contact title</td>\n</tr>\n<tr>\n<td>summary</td>\n<td>string</td>\n<td>Summary</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>Description</td>\n</tr>\n<tr>\n<td>remarks</td>\n<td>string</td>\n<td>Remarks</td>\n</tr>\n<tr>\n<td>lead_scoring</td>\n<td>integer</td>\n<td>Lead scoring points</td>\n</tr>\n<tr>\n<td>deals</td>\n<td>array</td>\n<td>An array of <a href=\"https://developer.clientify.com/?version=latest#51d4cac0-342b-47d1-8e63-d8f87c14c7f0\">deals</a></td>\n</tr>\n<tr>\n<td>taxpayer_identification_number</td>\n<td>string</td>\n<td>Taxpayer identification nummber</td>\n</tr>\n<tr>\n<td>related_tasks</td>\n<td>array</td>\n<td>An array of <code>Task</code></td>\n</tr>\n<tr>\n<td>tags</td>\n<td>array</td>\n<td>Array of strings with the tags of the contact</td>\n</tr>\n<tr>\n<td>custom_fields</td>\n<td>array</td>\n<td>An array of <code>custom_field</code></td>\n</tr>\n<tr>\n<td>gdpr_accept</td>\n<td>bool</td>\n<td>True if the user accepted the GDPR false if not</td>\n</tr>\n<tr>\n<td>contact_source</td>\n<td>string</td>\n<td>Contact source</td>\n</tr>\n<tr>\n<td>medium</td>\n<td>string</td>\n<td>Contact Medium</td>\n</tr>\n<tr>\n<td>contact_type</td>\n<td>string</td>\n<td>Contact type</td>\n</tr>\n<tr>\n<td>birthday</td>\n<td>date</td>\n<td>Birthday date</td>\n</tr>\n<tr>\n<td>last_contact</td>\n<td>date</td>\n<td>Last contact date</td>\n</tr>\n<tr>\n<td>created</td>\n<td>date</td>\n<td>Creation date</td>\n</tr>\n<tr>\n<td>pinterest_url</td>\n<td>string</td>\n<td>URL of the Pinterest site of the contact</td>\n</tr>\n<tr>\n<td>twitter_url</td>\n<td>string</td>\n<td>URL of the twitter site for the contact</td>\n</tr>\n<tr>\n<td>facebook_url</td>\n<td>string</td>\n<td>url of the facebook site for the contact</td>\n</tr>\n<tr>\n<td>linkedin_url</td>\n<td>string</td>\n<td>URL of the Linkedin site for the contact</td>\n</tr>\n<tr>\n<td>googleplus_url</td>\n<td>string</td>\n<td>URL of the Google Plus site for the contact</td>\n</tr>\n<tr>\n<td>foursquare_url</td>\n<td>string</td>\n<td>Foursquare id</td>\n</tr>\n<tr>\n<td>klout_url</td>\n<td>string</td>\n<td>url of the klout picture for the contact</td>\n</tr>\n<tr>\n<td>skype_username</td>\n<td>string</td>\n<td>Skype username for the contact</td>\n</tr>\n<tr>\n<td>twitter_id</td>\n<td>string</td>\n<td>Id of the contact in twitter</td>\n</tr>\n<tr>\n<td>google_id</td>\n<td>string</td>\n<td>Google id</td>\n</tr>\n<tr>\n<td>facebook_id</td>\n<td>string</td>\n<td>Facebook id</td>\n</tr>\n<tr>\n<td>linkedin_id</td>\n<td>string</td>\n<td>Linkedin user id</td>\n</tr>\n<tr>\n<td>facebook_picture_url</td>\n<td>string</td>\n<td>url of the facebook picture for the contact</td>\n</tr>\n<tr>\n<td>twitter_picture_url</td>\n<td>string</td>\n<td>url of the twitter picture for the contact</td>\n</tr>\n<tr>\n<td>linkedin_picture_url</td>\n<td>string</td>\n<td>url of the Linkedin picture for the contact</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"phone\">Phone</h2>\n<p>This object contains the attributes of a <code>phone</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>phone</td>\n<td>string</td>\n<td>phone number</td>\n</tr>\n<tr>\n<td>type</td>\n<td>integer</td>\n<td>type of phone number</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Main</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Mobile</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Home</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Fax</td>\n</tr>\n<tr>\n<td>6</td>\n<td>Other</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"address\">Address</h2>\n<p>This object contains the attributes of an <code>address</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>type of address</td>\n</tr>\n<tr>\n<td>street</td>\n<td>string</td>\n<td>street</td>\n</tr>\n<tr>\n<td>postal_code</td>\n<td>string</td>\n<td>postal code</td>\n</tr>\n<tr>\n<td>city</td>\n<td>string</td>\n<td>city</td>\n</tr>\n<tr>\n<td>state</td>\n<td>string</td>\n<td>state</td>\n</tr>\n<tr>\n<td>country</td>\n<td>string</td>\n<td>country</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Home</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Billing</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>5</td>\n<td>Main</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"email\">Email</h2>\n<p>This object contains the attributes of an <code>Email</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>type</td>\n<td>int</td>\n<td>e-mail type</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>e-mail address</td>\n</tr>\n</tbody>\n</table>\n</div><p>List of types available for the <code>type</code> field:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Identifier</strong></th>\n<th><strong>Type</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Work</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Personal</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Other</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Main</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related_task\">Related_Task</h2>\n<p>This object contains the attributes of a <code>Related_Task</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>task id</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>task owner name</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>task name</td>\n</tr>\n<tr>\n<td>due_date</td>\n<td>date</td>\n<td>task due date</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"custom_field\">Custom_Field</h2>\n<p>This object contains the attributes of a <code>Custom_Field</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field</td>\n<td>string</td>\n<td>field name</td>\n</tr>\n<tr>\n<td>value</td>\n<td>string</td>\n<td>field value</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"deal\">Deal</h2>\n<p>This object contains the attributes of a <code>deal</code>:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int</td>\n<td>deal id</td>\n</tr>\n<tr>\n<td>name</td>\n<td>string</td>\n<td>deal name</td>\n</tr>\n<tr>\n<td>status</td>\n<td>int</td>\n<td>deal status</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>string</td>\n<td>deal amount</td>\n</tr>\n<tr>\n<td>stage</td>\n<td>int</td>\n<td>deal stage</td>\n</tr>\n<tr>\n<td>owner</td>\n<td>string</td>\n<td>deal owner name</td>\n</tr>\n<tr>\n<td>expected_closed_date</td>\n<td>date</td>\n<td>expected date to close de deal</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"http","path":["contact","webhook"],"host":["your"],"query":[],"variable":[]}},"response":[{"id":"c880b1e1-1e21-4933-a56a-f9c53bb6100b","name":"Contact","originalRequest":{"method":"POST","header":[{"description":"authorization token","key":"Authorization","type":"text","value":"Token {{Token}}","disabled":true},{"key":"Content-Type","type":"text","value":"application/json","disabled":true}],"body":{"mode":"raw","raw":""},"url":"http://your/contact/webhook"},"_postman_previewlanguage":"Text","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"hook\": {\n    \"event\": \"contact.saved\",\n    \"target\": \"https://webhook.site/e158ea1e-3c52-44a5-848d-d18cd72172ad\",\n    \"id\": 1\n  },\n  \"data\": {\n    \"last_name\": \"Bingh\",\n    \"addresses\": [\n      {\n        \"city\": \"Noida\",\n        \"country\": \"India\",\n        \"state\": \"Uttar Pradesh\",\n        \"street\": \"\",\n        \"postal_code\": \"\",\n        \"type\": 5\n      }\n    ],\n    \"related_tasks\": [\n      {\n        \"owner\": \"Pedro D.\",\n        \"due_date\": \"Oct. 7, 2020, 1:30 p.m.\",\n        \"id\": 750715,\n        \"name\": \"videoconf 1\"\n      }\n    ],\n    \"phones\": [\n      {\n        \"phone\": \"+55999999\",\n        \"type\": 1\n      }\n    ],\n    \"twitter_picture_url\": \"\",\n    \"klout_url\": \"\",\n    \"gdpr_accept\": false,\n    \"owner\": \"demo@clientify.com\",\n    \"id\": 10349729,\n    \"custom_fields\": [\n      {\n        \"field\": \"Tipo de sesión\",\n        \"value\": \"Personalizada\"\n      },\n      {\n        \"field\": \"Contactado\",\n        \"value\": \"False\"\n      }\n    ],\n    \"linkedin_id\": \"\",\n    \"facebook_picture_url\": \"\",\n    \"first_name\": \"Sanoj\",\n    \"last_contact\": \"2020-10-07T17:16:47.762559Z\",\n    \"google_id\": \"\",\n    \"title\": \"SE\",\n    \"picture_url\": \"https://img.com/static/29207b2642812e34ed4dfa17\",\n    \"lead_scoring\": 0,\n    \"taxpayer_identification_number\": \"23445667N\",\n    \"facebook_id\": \"\",\n    \"foursquare_url\": \"\",\n    \"linkedin_picture_url\": \"\",\n    \"facebook_url\": \"\",\n    \"status\": \"in-deal\",\n    \"medium\": \"\",\n    \"description\": \"\",\n    \"tags\": [\n      \"camiseta\",\n      \"pantalon\"\n    ],\n    \"twitter_url\": \"\",\n    \"company\": \"Noida\",\n    \"skype_username\": \"\",\n    \"contact_source\": \"Correo electrónico\",\n    \"birthday\": \"2020-10-01T00:00:00\",\n    \"remarks\": \"\",\n    \"emails\": [\n      {\n        \"type\": 4,\n        \"email\": \"sanojbingh@gmail.com\"\n      }\n    ],\n    \"pinterest_url\": \"\",\n    \"created\": \"2020-10-05T16:11:22.492204Z\",\n    \"contact_type\": \"Cliente actual\",\n    \"linkedin_url\": \"\",\n    \"twitter_id\": \"\",\n    \"websites\": [\n      {\n        \"website\": \"http://futune.com/\",\n        \"type\": 5\n      }\n    ],\n    \"summary\": \"\",\n    \"deals\": [\n      {\n        \"status\": \"Abierta\",\n        \"name\": \"First deal\",\n        \"expected_closed_date\": \"2020-10-14T00:00:00\",\n        \"amount\": \"$ 123.20\",\n        \"owner\": \"Pedro D. Diez\",\n        \"id\": 283526,\n        \"stage\": \"Stage 1\"\n      }\n    ],\n    \"googleplus_url\": \"\"\n  }\n}"}],"_postman_id":"82f08940-13d5-47f9-b6f5-8543c7fa43fa"},{"name":"Deal","id":"8cff32b8-4824-4918-98b9-a0a2ac94225f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"description":"<p>authorization token</p>\n","key":"Authorization","type":"text","value":"Token {{Token}}","warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman."},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://your/deal/webhook","description":"<p>Notifies when an event ocur to a deal</p>\n","urlObject":{"protocol":"http","path":["deal","webhook"],"host":["your"],"query":[],"variable":[]}},"response":[],"_postman_id":"8cff32b8-4824-4918-98b9-a0a2ac94225f"}],"id":"74ea55c5-50e7-465d-a33d-2cf84f594876","description":"<p>You can use this set WebHooks to notify your applications when events occur in your Clientify objects</p>\n","event":[{"listen":"prerequest","script":{"id":"be84f881-e92f-42ca-9391-dabefd13d979","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd87188f-4bda-4cd4-b3c7-2847236f2fed","type":"text/javascript","exec":[""]}}],"_postman_id":"74ea55c5-50e7-465d-a33d-2cf84f594876"},{"name":"Products","item":[{"name":"Categories","item":[{"name":"List categories","id":"d3ae270f-90cb-46fc-a895-935dca88a459","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/products/categories/","description":"<p>List all categories an products</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products","categories",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"3e44207f-ba6f-4596-bdb0-87e506961821","name":"List categories","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/products/categories/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Sep 2022 15:48:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2Fo1orBAbGa7HMsI9JJoLCRMgqWjXiP8JLvjmy0pPRIMwZxLm3UewiaEsvUlKjbpVqkXZ5yaTTza8Lx1yrmGw8D8oIC1Muhw9uIFg0T9PiCnGdcVKllYpecOaJtJ7v6NNVeL3\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74babecf9f4e2293-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 801,\n    \"next\": \"https://api.clientify.net/v1/products/categories/?page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 11474,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"Servicio\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9645,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102067\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9644,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102059\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9643,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102055\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9642,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102054\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9641,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102053\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9640,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102052\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9639,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102051\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9638,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102050\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9637,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102049\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9636,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"152425\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9635,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"10931\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9634,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102066\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9633,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102065\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9632,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102064\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9631,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102063\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9630,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102062\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9629,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102061\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9628,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102060\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9627,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101133\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9626,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101132\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9625,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101131\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9624,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101130\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9623,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101129\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9622,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101128\",\n            \"owner\": 58068,\n            \"parent\": null\n        }\n    ]\n}"},{"id":"4501c0a6-15b9-437c-a6d2-c30739564f6a","name":"List categories search by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/categories/?search={{category_name}}","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products","categories",""],"query":[{"key":"search","value":"{{category_name}}","description":"Search param to search by category name."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Sep 2022 15:52:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=6BFFhbcRIT3jkLaWst5et8pK3yBHx2elLwwKeecEF%2BEMeU%2FO3QPkyG2itFSCWiYBIHqyZAB2gWL3l3%2BeAY8dLpbI5uYEgHr89L2Q3dnzMwHi6Q383Sg4WJsuuLDl%2FcLHoh%2BQ\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74bac4b5b9712293-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 11474,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"Servicio\",\n            \"owner\": 58068,\n            \"parent\": null\n        }\n    ]\n}"},{"id":"3d981baa-4c9a-4784-89d9-c2c61bb24911","name":"List categories ordering by field","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/categories/?ordering={{ordering}}","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products","categories",""],"query":[{"key":"ordering","value":"{{ordering}}","description":"Param to sort list asc or desc by field, can use this fields \"name\", \"percentage\" or \"owner\"."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 16 Sep 2022 15:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=Hr2medl0S72fkG5EeG26mp%2FvYN6MyKoPAur3UVNH%2BWYkVM%2F5l6gCzzOIK5P4%2FXwbdNpOW9H1LAQTEBqNcKzFHHYFMvX5FKfDdVPHCwo66Fbu2aHim4LpJeLf3YQuQtaTyDEK\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74bacb71add02293-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 801,\n    \"next\": \"https://api.clientify.net/v1/products/categories/?ordering=-name&page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 11474,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"Servicio\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9636,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"152425\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 8846,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"12212211212\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9635,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"10931\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9645,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102067\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9634,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102066\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9633,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102065\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9632,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102064\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9631,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102063\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9630,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102062\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9629,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102061\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9628,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102060\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9644,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102059\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9643,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102055\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9642,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102054\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9641,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102053\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9640,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102052\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9639,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102051\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9638,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102050\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9637,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"102049\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9627,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101133\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9626,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101132\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9625,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101131\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9624,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101130\",\n            \"owner\": 58068,\n            \"parent\": null\n        },\n        {\n            \"id\": 9623,\n            \"source\": \"\",\n            \"external_id\": \"\",\n            \"name\": \"101129\",\n            \"owner\": 58068,\n            \"parent\": null\n        }\n    ]\n}"}],"_postman_id":"d3ae270f-90cb-46fc-a895-935dca88a459"}],"id":"d46dbd67-dbe1-44eb-ad38-fa667c538e78","_postman_id":"d46dbd67-dbe1-44eb-ad38-fa667c538e78","description":""},{"name":"List products","id":"b6b43866-7cc7-4295-8770-a8a1583be2c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/products/","description":"<p>List all products.</p>\n<p>The product list can be searched by the name of product, as {{Protocol}}://{{Domain}}/v1/products/?search={{product_name}}</p>\n<p>The product list can be filtered by the fields:</p>\n<ul>\n<li>currency: {{Protocol}}://{{Domain}}/v1/products/?currency={{currency}}</li>\n<li>sku: {{Protocol}}://{{Domain}}/v1/products/?sku={{product_sku}}</li>\n</ul>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"4d1cc309-cb15-4da7-b9f8-b2130ff9d462","name":"List products","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":"{{Protocol}}://{{Domain}}/v1/products/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Sep 2022 01:41:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=yOls5emjUZrFY7unfrDRyyocBxPUNiddLD9zwR%2FXKl7%2BUXnVmvY1RNJ6BagvNf6Ho0RDVnYCHcEVYE50VE0lyvdI3Dh%2B7TkjLvOHeNTsta8v0UU4RQrjyFez7ULGnXXkwC4%2F\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7518c68a48eedad9-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 882,\n    \"next\": \"https://api.clientify.net/v1/products/?page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 4048374,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-27T21:43:33.894033+02:00\"\n        },\n        {\n            \"id\": 2267169,\n            \"name\": \"SOCO\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-895015\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"12345\",\n            \"modified\": \"2022-07-21T22:08:15.775271+02:00\"\n        },\n        {\n            \"id\": 2267130,\n            \"name\": \"Tania Cibeles\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-53694\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"123\",\n            \"modified\": \"2022-07-21T20:25:58.223349+02:00\"\n        },\n        {\n            \"id\": 2266632,\n            \"name\": \"SOCO\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-98487\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"\",\n            \"modified\": \"2022-07-21T18:10:47.917933+02:00\"\n        },\n        {\n            \"id\": 4048412,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 80600,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-28T00:25:14.695730+02:00\"\n        },\n        {\n            \"id\": 68,\n            \"name\": \"UNV0002\",\n            \"description\": \"Minidomo 2 M\",\n            \"price\": \"145000.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-08-25T01:29:10.369774+02:00\"\n        },\n        {\n            \"id\": 601,\n            \"name\": \"LISTA1-171024242\",\n            \"description\": \"\",\n            \"price\": \"424999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.083135+02:00\"\n        },\n        {\n            \"id\": 602,\n            \"name\": \"LISTA1-171024384\",\n            \"description\": \"\",\n            \"price\": \"488999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.097008+02:00\"\n        },\n        {\n            \"id\": 603,\n            \"name\": \"LISTA1-171024272\",\n            \"description\": \"\",\n            \"price\": \"377999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.108444+02:00\"\n        },\n        {\n            \"id\": 604,\n            \"name\": \"LISTA1-171024108\",\n            \"description\": \"\",\n            \"price\": \"377999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.121183+02:00\"\n        },\n        {\n            \"id\": 605,\n            \"name\": \"LISTA1-171024400\",\n            \"description\": \"\",\n            \"price\": \"721999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.132966+02:00\"\n        },\n        {\n            \"id\": 606,\n            \"name\": \"LISTA1-171024380\",\n            \"description\": \"\",\n            \"price\": \"881999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.145131+02:00\"\n        },\n        {\n            \"id\": 607,\n            \"name\": \"LISTA1-171024226\",\n            \"description\": \"\",\n            \"price\": \"296824.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.156601+02:00\"\n        },\n        {\n            \"id\": 608,\n            \"name\": \"LISTA1-171024370\",\n            \"description\": \"\",\n            \"price\": \"321999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.168050+02:00\"\n        },\n        {\n            \"id\": 609,\n            \"name\": \"LISTA1-171024371\",\n            \"description\": \"\",\n            \"price\": \"321999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.180060+02:00\"\n        },\n        {\n            \"id\": 610,\n            \"name\": \"LISTA1-171024376\",\n            \"description\": \"\",\n            \"price\": \"416999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.191504+02:00\"\n        },\n        {\n            \"id\": 611,\n            \"name\": \"LISTA1-171024377\",\n            \"description\": \"\",\n            \"price\": \"298680.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.203690+02:00\"\n        },\n        {\n            \"id\": 612,\n            \"name\": \"LISTA1-171024375\",\n            \"description\": \"\",\n            \"price\": \"262462.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.215349+02:00\"\n        },\n        {\n            \"id\": 613,\n            \"name\": \"LISTA1-171024378\",\n            \"description\": \"\",\n            \"price\": \"293999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.226809+02:00\"\n        },\n        {\n            \"id\": 614,\n            \"name\": \"LISTA1-171024379\",\n            \"description\": \"\",\n            \"price\": \"261999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.238534+02:00\"\n        },\n        {\n            \"id\": 615,\n            \"name\": \"LISTA1-171024208\",\n            \"description\": \"\",\n            \"price\": \"289999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.250231+02:00\"\n        },\n        {\n            \"id\": 616,\n            \"name\": \"LISTA1-172021106\",\n            \"description\": \"\",\n            \"price\": \"127000.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.261692+02:00\"\n        },\n        {\n            \"id\": 617,\n            \"name\": \"LISTA1-191750146\",\n            \"description\": \"\",\n            \"price\": \"255999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.274827+02:00\"\n        },\n        {\n            \"id\": 618,\n            \"name\": \"LISTA1-218500412\",\n            \"description\": \"\",\n            \"price\": \"1199999.00\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.286109+02:00\"\n        },\n        {\n            \"id\": 619,\n            \"name\": \"LISTA1-218001112\",\n            \"description\": \"\",\n            \"price\": \"186417.11\",\n            \"currency\": \"COP\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 18858,\n            \"sku\": \"\",\n            \"modified\": \"2020-09-18T00:43:52.305832+02:00\"\n        }\n    ]\n}"},{"id":"70e79ca4-0892-427b-9af5-7993c783344b","name":"List products filtered by currency","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/?currency={{currency}}","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",""],"query":[{"key":"currency","value":"{{currency}}","description":"Type of currency of Product, for example \"USD\"."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Sep 2022 01:41:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=RDqnoa5e3uH%2Bw1ZgTlUcAuyWRCXnqCrh5VKVTsd7%2B7UTuGUmsNXAd4gpcwHx6ve0WP77oa5YEx0sfXdyWTFInORIASg2qH1Thgr987m1zCfl9cSK8nTS%2Fnt1Q5JYQWAUO%2Frt\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7518c7a3bbc7dad9-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 817,\n    \"next\": \"https://api.clientify.net/v1/products/?currency=USD&page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 2620279,\n            \"name\": \"Producto6\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"600.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:14:19.504302+02:00\"\n        },\n        {\n            \"id\": 2620278,\n            \"name\": \"Nuevo Producto\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"450.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:16:54.164305+02:00\"\n        },\n        {\n            \"id\": 2675310,\n            \"name\": \"INTERRUPTOR 3P 3200AMP 690V 3WL1232-2NB66-4AN2-Z\",\n            \"description\": \"691407\",\n            \"price\": \"24420.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 76840,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-04T17:35:09.969260+02:00\"\n        },\n        {\n            \"id\": 2675309,\n            \"name\": \"SISTEMA DE VERIFICACION DE PESO METTLER TOLEDO\",\n            \"description\": \"TPMT9477\",\n            \"price\": \"32785969.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 76840,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-04T17:35:09.940303+02:00\"\n        },\n        {\n            \"id\": 2675308,\n            \"name\": \"CALIBRADOR DE PROCESOS FLUKE 753 CON ACCESORIOS\",\n            \"description\": \"FL753\",\n            \"price\": \"80180.72\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 76840,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-04T17:35:09.904374+02:00\"\n        },\n        {\n            \"id\": 4048374,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-27T21:43:33.894033+02:00\"\n        },\n        {\n            \"id\": 2267169,\n            \"name\": \"SOCO\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-895015\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"12345\",\n            \"modified\": \"2022-07-21T22:08:15.775271+02:00\"\n        },\n        {\n            \"id\": 2267130,\n            \"name\": \"Tania Cibeles\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-53694\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"123\",\n            \"modified\": \"2022-07-21T20:25:58.223349+02:00\"\n        },\n        {\n            \"id\": 2266632,\n            \"name\": \"SOCO\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-98487\\\">\\r\\n<p>prueba</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"20.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"\",\n            \"modified\": \"2022-07-21T18:10:47.917933+02:00\"\n        },\n        {\n            \"id\": 2262883,\n            \"name\": \"PRUEBA\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"22222.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-07-19T01:25:54.837774+02:00\"\n        },\n        {\n            \"id\": 4048412,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 80600,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-28T00:25:14.695730+02:00\"\n        },\n        {\n            \"id\": 3115567,\n            \"name\": \"Producto para borrar\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"100.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 42,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-13T00:30:43.697032+02:00\"\n        },\n        {\n            \"id\": 179722,\n            \"name\": \"Producto nuevo\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-93664\\\">\\r\\n<p>hol&aacute;</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 42,\n            \"sku\": \"\",\n            \"modified\": \"2022-07-25T20:59:34.430564+02:00\"\n        },\n        {\n            \"id\": 519802,\n            \"name\": \"sadasdas\",\n            \"description\": \"\",\n            \"price\": \"213321321.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-05-20T00:42:51.588569+02:00\"\n        },\n        {\n            \"id\": 182167,\n            \"name\": \"DEMOOOO\",\n            \"description\": \"\",\n            \"price\": \"0.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-04-13T18:33:27.703566+02:00\"\n        },\n        {\n            \"id\": 181295,\n            \"name\": \"PRUEBA MUCHA PRUBA\",\n            \"description\": \"\",\n            \"price\": \"14444.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-04-07T19:56:11.707667+02:00\"\n        },\n        {\n            \"id\": 58319,\n            \"name\": \"fsfsd\",\n            \"description\": \"dadasdas\",\n            \"price\": \"12211.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:44:34.944827+01:00\"\n        },\n        {\n            \"id\": 58345,\n            \"name\": \"NEOPTIDE LOCION MUJER 3 FRASCOS X 30ML DUCRAY\",\n            \"description\": \"\",\n            \"price\": \"276000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.609810+01:00\"\n        },\n        {\n            \"id\": 58346,\n            \"name\": \"KELUAL DS SHAMPOO CALMANTE X 100ML DUCRAY\",\n            \"description\": \"\",\n            \"price\": \"85200.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.614654+01:00\"\n        },\n        {\n            \"id\": 58347,\n            \"name\": \"KELUAL DS CREMA CALMANTE PIELES SENSIBLES X 40GR DUCRAY\",\n            \"description\": \"\",\n            \"price\": \"77500.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.619214+01:00\"\n        },\n        {\n            \"id\": 58348,\n            \"name\": \"TOPICREM GEL LIMPIADOR SUAVE X 500ML EUROETIKA\",\n            \"description\": \"\",\n            \"price\": \"68000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.623671+01:00\"\n        },\n        {\n            \"id\": 58349,\n            \"name\": \"TOPICREM - AGUA MICELAR LIMPIADORA SUAVE X 400ML EUROETIKA\",\n            \"description\": \"\",\n            \"price\": \"68000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.627779+01:00\"\n        },\n        {\n            \"id\": 58350,\n            \"name\": \"BIOTOPIX SPECIFIC LASH ACONDICIONADOR PARA CRECIMIENTO PESTAÑAS X 2,5 G EUROETIKA producto descontinuado laboratorio\",\n            \"description\": \"\",\n            \"price\": \"75000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.631889+01:00\"\n        },\n        {\n            \"id\": 58351,\n            \"name\": \"PRODUCTO DESCONTINUADO BIOTOPIX LIFTING FACIAL INSTANTANEO X 15 G\",\n            \"description\": \"\",\n            \"price\": \"48500.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.636977+01:00\"\n        },\n        {\n            \"id\": 58344,\n            \"name\": \"CREASTIM LOTION 2 ENVASES X 30ML DUCRAY\",\n            \"description\": \"\",\n            \"price\": \"191000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.604974+01:00\"\n        }\n    ]\n}"},{"id":"5314610e-c283-4942-986c-a037d78870a5","name":"List products search by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/?search={{product_name}}","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",""],"query":[{"key":"search","value":"{{product_name}}","description":"Name of product to search."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Sep 2022 01:43:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=j0DClUoWa8ODmPxZh%2FSwSIVFHWYzJ8WhiFwd4rUOQdqMZFoLZ0ovvh4o16S%2Br19k1BINzg0N7TY4wlNfkUf%2Biztf%2Bg1meuSq0Kvb6aKGV18clnAJKGKhw5DI%2BS%2Ba%2Bm%2Fjjz1w\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7518ca4aee6bdad9-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 18,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 2647777,\n            \"name\": \"productoMexicano1\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"100.00\",\n            \"currency\": \"MXN\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T21:30:41.078750+02:00\"\n        },\n        {\n            \"id\": 2620279,\n            \"name\": \"Producto6\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"600.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:14:19.504302+02:00\"\n        },\n        {\n            \"id\": 2620278,\n            \"name\": \"Nuevo Producto\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"450.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:16:54.164305+02:00\"\n        },\n        {\n            \"id\": 2620277,\n            \"name\": \"product_test_600\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"600.00\",\n            \"currency\": \"EUR\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:11:11.242876+02:00\"\n        },\n        {\n            \"id\": 2620276,\n            \"name\": \"product_test_450\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"450.00\",\n            \"currency\": \"EUR\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 33942,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-03T19:10:38.576195+02:00\"\n        },\n        {\n            \"id\": 4048374,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-27T21:43:33.894033+02:00\"\n        },\n        {\n            \"id\": 58350,\n            \"name\": \"BIOTOPIX SPECIFIC LASH ACONDICIONADOR PARA CRECIMIENTO PESTAÑAS X 2,5 G EUROETIKA producto descontinuado laboratorio\",\n            \"description\": \"\",\n            \"price\": \"75000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.631889+01:00\"\n        },\n        {\n            \"id\": 4048412,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 80600,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-28T00:25:14.695730+02:00\"\n        },\n        {\n            \"id\": 3115567,\n            \"name\": \"Producto para borrar\",\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\",\n            \"price\": \"100.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 42,\n            \"sku\": \"\",\n            \"modified\": \"2022-08-13T00:30:43.697032+02:00\"\n        },\n        {\n            \"id\": 179722,\n            \"name\": \"Producto nuevo\",\n            \"description\": \"<html data-lt-installed=\\\"true\\\">\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body data-gramm=\\\"false\\\" data-lt-tmp-id=\\\"lt-93664\\\">\\r\\n<p>hol&aacute;</p>\\r\\n</body>\\r\\n</html>\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 42,\n            \"sku\": \"\",\n            \"modified\": \"2022-07-25T20:59:34.430564+02:00\"\n        },\n        {\n            \"id\": 58351,\n            \"name\": \"PRODUCTO DESCONTINUADO BIOTOPIX LIFTING FACIAL INSTANTANEO X 15 G\",\n            \"description\": \"\",\n            \"price\": \"48500.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.636977+01:00\"\n        },\n        {\n            \"id\": 58362,\n            \"name\": \"DESCONTINUADO UVEBLOCK 50+ HYDRALOTION LECHE PIELES SENSIBLES X 100ML ISIS PHARMA producto descontinuado\",\n            \"description\": \"\",\n            \"price\": \"125000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.689607+01:00\"\n        },\n        {\n            \"id\": 58373,\n            \"name\": \"DA CONTROL LOCION CORPORAL X 250ML EUCERIN PRODUCTO DESCONTINUADO\",\n            \"description\": \"\",\n            \"price\": \"92300.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.734182+01:00\"\n        },\n        {\n            \"id\": 58402,\n            \"name\": \"DESCONTINUADO METRORUBORIL CREMA X 30ML ISIS PHARMA este producto esta descontinuado salio el metroruboril az\",\n            \"description\": \"\",\n            \"price\": \"123800.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:54.851945+01:00\"\n        },\n        {\n            \"id\": 58549,\n            \"name\": \"PRODUCTO DESCONTINUADO LIPIKAR SYNDET AP+ (JABON LIQUIDO) X 200ML LOREAL\",\n            \"description\": \"\",\n            \"price\": \"68000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:55.466233+01:00\"\n        },\n        {\n            \"id\": 58608,\n            \"name\": \"UVEBLOCK 30 CLEAN DERM  PIEL GRASA X 40ML ISIS  PHARMA producto descontinuado\",\n            \"description\": \"\",\n            \"price\": \"82000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:55.711233+01:00\"\n        },\n        {\n            \"id\": 58685,\n            \"name\": \"PRODUCTO DESCONTINUADO EFFACLAR K (+) TRATAMIENTO RENOVACION PIELES GRASAS ANTI - OXIDACION X 30ML LOREAL\",\n            \"description\": \"\",\n            \"price\": \"92900.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:56.016977+01:00\"\n        },\n        {\n            \"id\": 58725,\n            \"name\": \"PRODUCTO DESCONTINUADO BETALFATRUS LACA\",\n            \"description\": \"\",\n            \"price\": \"104100.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 58068,\n            \"sku\": \"\",\n            \"modified\": \"2022-01-17T18:52:56.184520+01:00\"\n        }\n    ]\n}"},{"id":"34aff3c4-2057-4651-b33b-76636b96a079","name":"List products filtered by sku","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"},{"key":"","value":"","type":"text","disabled":true}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/?sku={{product_sku}}","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",""],"query":[{"key":"sku","value":"{{product_sku}}","description":"Value of sku field to filter."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 28 Sep 2022 01:59:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=39iQmzj%2FC94H%2FtslnCmsxrg%2Btg7FYKfHmbQQTo6B%2Fazf6zNDskffyJgBJycy5F2X8zcO6j8IA3wsz5h36rlhf76RgqsD6Jmm5G59zQ3ZTptcX%2FvPdm2ydFBiCpxZyoVRi0Ue\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"7518e12dba3f226f-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 4048374,\n            \"name\": \"productop clientify\",\n            \"description\": \"\",\n            \"price\": \"2000.00\",\n            \"currency\": \"USD\",\n            \"currency_format\": \"1.234,56\",\n            \"owner\": 23624,\n            \"sku\": \"1010202\",\n            \"modified\": \"2022-09-27T21:43:33.894033+02:00\"\n        }\n    ]\n}"}],"_postman_id":"b6b43866-7cc7-4295-8770-a8a1583be2c6"},{"name":"Create a product","id":"d326c157-9ae0-422f-81d3-f9fbe5743e13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"producto sample clientify 886\",\r\n    \"description\": \"producto sample clientify 886\",\r\n    \"price\": 886,\r\n    \"currency\": \"USD\",\r\n    \"categories\": [\r\n        11474\r\n    ],\r\n    \"sub_categories\": [],\r\n    \"sku\": \"886\",\r\n    \"product_picture_url\": \"https://d16vbrqyk5474c.cloudfront.net/fit-in/250x250/inventario/60d0b7a256ef9e0371125f95/fotos/0dVCaBYTscZyc0wnwY1ubnUpQcAWpmcqaZx7aoaf.jpg\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/products/","description":"<p>Create an product</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"eb9ac1ed-58e8-41e7-8432-df09f932d5a3","name":"Create a product","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"producto sample clientify 886\",\r\n    \"description\": \"producto sample clientify 886\",\r\n    \"price\": 886,\r\n    \"currency\": \"USD\",\r\n    \"categories\": [\r\n        11474\r\n    ],\r\n    \"sub_categories\": [],\r\n    \"sku\": \"886\",\r\n    \"product_picture_url\": \"https://d16vbrqyk5474c.cloudfront.net/fit-in/250x250/inventario/60d0b7a256ef9e0371125f95/fotos/0dVCaBYTscZyc0wnwY1ubnUpQcAWpmcqaZx7aoaf.jpg\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/products/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 18 Dec 2022 00:08:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"439"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=FMgiNY7KNgUJjCQ0NJZ%2BU0ZU6BWshuT9KawsZgMtPAUfGGqLOAUTnFpOnGjXXXbJc2%2BRxmV4PT7YLszeQBbmbzqZ6nZ2hHTh4N5T3fNmzsUY04TTTVkyr7zGuleHPLbBCJ%2Fs\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"77b3aa8ebc758de8-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4108582,\n    \"name\": \"producto sample clientify 886\",\n    \"description\": \"producto sample clientify 886\",\n    \"price\": \"886.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 33942,\n    \"sku\": \"886\",\n    \"modified\": \"2022-12-18T01:08:49.847187+01:00\",\n    \"categories\": [\n        11474\n    ],\n    \"sub_categories\": [],\n    \"product_picture_url\": \"https://d16vbrqyk5474c.cloudfront.net/fit-in/250x250/inventario/60d0b7a256ef9e0371125f95/fotos/0dVCaBYTscZyc0wnwY1ubnUpQcAWpmcqaZx7aoaf.jpg\"\n}"}],"_postman_id":"d326c157-9ae0-422f-81d3-f9fbe5743e13"},{"name":"Delete product","id":"299a5748-d4ef-4066-9a74-4f12c63d30cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",":product_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d253a69f-3629-4343-a247-f60f1793ae05","description":{"content":"<p>Id of product.</p>\n","type":"text/plain"},"type":"any","value":"{{product_id}}","key":"product_id"}]}},"response":[{"id":"ffec9a85-17da-4872-9811-7ec984ad49ca","name":"Delete product","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",":product_id",""],"variable":[{"key":"product_id","value":"{{product_id}}","description":"Id of product."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Content-Length","value":"0"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"299a5748-d4ef-4066-9a74-4f12c63d30cf"},{"name":"Edit product","id":"1e51da1d-c77d-4b0a-92b6-ca9da7aab8fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"producto_11\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p><u><em><strong>producto11</strong></em></u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><u><em><strong>product11 1</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n</ul>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"999.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 298\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","description":"<p>Edit product detail.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",":product_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"90337a23-b6b1-4bc0-8c37-d42ace8ba94b","description":{"content":"<p>Id of product</p>\n","type":"text/plain"},"type":"any","value":"{{product_id}}","key":"product_id"}]}},"response":[{"id":"52ea742e-3cac-497b-b913-9d2702abd8e0","name":"Edit product","originalRequest":{"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"producto_11\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p><u><em><strong>producto11</strong></em></u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><u><em><strong>product11 1</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n</ul>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"999.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 298\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",":product_id",""],"variable":[{"key":"product_id","value":"{{product_id}}","description":"Id of product"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"454"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 19,\n    \"name\": \"producto_11\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p><u><em><strong>producto11</strong></em></u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><u><em><strong>product11 1</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n</ul>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"999.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 298\n}"}],"_postman_id":"1e51da1d-c77d-4b0a-92b6-ca9da7aab8fc"},{"name":"Edit product detail","id":"9ef377b9-2fe8-4ef7-8012-532577124302","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"producto_11\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p><u><em><strong>producto11</strong></em></u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><u><em><strong>product11 1</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n</ul>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"999.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 298\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","description":"<p>Edit product detail.</p>\n<p>Update <strong>only</strong> the field/s that you need.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",":product_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"90337a23-b6b1-4bc0-8c37-d42ace8ba94b","description":{"content":"<p>Id of product</p>\n","type":"text/plain"},"type":"any","value":"{{product_id}}","key":"product_id"}]}},"response":[{"id":"9ecf9dbd-371d-4b7a-842e-5dac907ac81b","name":"Edit product","originalRequest":{"method":"PATCH","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"producto_11\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p><u><em><strong>producto11</strong></em></u></p>\\r\\n\\r\\n<ul>\\r\\n\\t<li><u><em><strong>product11 1</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n\\t<li><u><em><strong>product11 2</strong></em></u></li>\\r\\n</ul>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"999.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 298\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",":product_id",""],"variable":[{"key":"product_id","value":"{{product_id}}","description":"Id of product"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"454"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"price\": \"444.00\"\n}"}],"_postman_id":"9ef377b9-2fe8-4ef7-8012-532577124302"},{"name":"Get product details","id":"791f7ec6-368e-4ce9-9527-c317caa34499","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","description":"<p>Get product detail.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","products",":product_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"a51a291c-02e4-4d3c-b9b4-63a833f6552f","description":{"content":"<p>Id of product</p>\n","type":"text/plain"},"type":"any","value":"{{product_id}}","key":"product_id"}]}},"response":[{"id":"f7a29789-4a1c-4628-afc6-5fd7324d285e","name":"Get product details","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/products/:product_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","products",":product_id",""],"variable":[{"key":"product_id","value":"{{product_id}}","description":"Id of product"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"521"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 6,\n    \"name\": \"Nuevo producto\",\n    \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body>\\r\\n<p>Capacitaci&oacute;n para usuarios del CRM Automatizaci&oacute;n de marketing - Dise&ntilde;o de correo electr&oacute;nico Segmentaci&oacute;n Seguimiento de sitios y eventos Informes de campa&ntilde;a y automatizaci&oacute;n Mapa de automatizaciones Contenido condicional Formularios de marca personalizados</p>\\r\\n</body>\\r\\n</html>\",\n    \"price\": \"450.00\",\n    \"currency\": \"USD\",\n    \"currency_format\": \"1.234,56\",\n    \"owner\": 39\n}"}],"_postman_id":"791f7ec6-368e-4ce9-9527-c317caa34499"}],"id":"7aa63cef-4bc1-4350-81d1-c93512da5379","_postman_id":"7aa63cef-4bc1-4350-81d1-c93512da5379","description":""},{"name":"Budgets","item":[{"name":"Budgets Business Profile","item":[{"name":"Get Budgets Business profile","id":"68da0276-247b-4979-b44a-4dc3e15c17e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/","description":"<p>Get business profile details.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","businessprofile",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"9d946eef-1615-410e-9c65-c86dca3e3b27","name":"Get Budgets Business profile","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 00:43:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=3WV2tLeAZXbL0sS%2FeOi%2Bi81nx18bxiy0FV6UEGXu7O3%2FeaNM8%2FsS3T1GqaeogfGacudyDI9dY4CJpCYH4TCfQiz7QAdQ0aLeXwnhDO6kqPBrQ6SleyismeM3IyRZhx6dnrj0\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef3ecb7b6d370a-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 461,\n            \"business_name\": \"prueba\",\n            \"trade_name\": \"Prueba Marisa\",\n            \"tax_id\": \"254178963\",\n            \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\n            \"address2\": \"\",\n            \"city\": \"coin\",\n            \"state\": \"Málaga\",\n            \"country\": \"España\",\n            \"postal_code\": \"29100\",\n            \"phone\": \"629549501\",\n            \"email\": \"marisabarcia06@gmail.com\",\n            \"website\": \"\",\n            \"logo\": \"https://clientify.s3.amazonaws.com/business/profile/461/logo_clientify.png\",\n            \"primary_color\": \"#6a9364\",\n            \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\n            \"privacy_policy\": \"\",\n            \"budget_code\": \"Test\",\n            \"receipt_order_number\": 20,\n            \"picture_url\": \"https://d25ltszcjeom5i.cloudfront.net/business/profile/461/logo_clientify.png\",\n            \"show_decimals\": true\n        }\n    ]\n}"}],"_postman_id":"68da0276-247b-4979-b44a-4dc3e15c17e9"},{"name":"Udpate Budgets Business Profile","id":"375e237b-3f62-41bd-b1b0-3ad9a3b8b7d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"business_name\": \"prueba\",\r\n    \"trade_name\": \"Prueba Marisa\",\r\n    \"tax_id\": \"254178963\",\r\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\r\n    \"address2\": \"\",\r\n    \"city\": \"coin\",\r\n    \"state\": \"Málaga\",\r\n    \"country\": \"España\",\r\n    \"postal_code\": \"29100\",\r\n    \"phone\": \"629549501\",\r\n    \"email\": \"marisabarcia06@gmail.com\",\r\n    \"website\": \"\",\r\n    \"primary_color\": \"#6a9364\",\r\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\r\n    \"privacy_policy\": \"\",\r\n    \"budget_code\": \"Test\",\r\n    \"receipt_order_number\": 20,\r\n    \"picture_url\": \"https://d25ltszcjeom5i.cloudfront.net/business/profile/461/logo_clientify.png\",\r\n    \"show_decimals\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/:budgets_business_profile_id/","description":"<p>Update Budgets business information</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","businessprofile",":budgets_business_profile_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"707dc5f4-e100-4a3b-a323-860aaf72c6de","description":{"content":"<p>Id of Budgets Business Profile.</p>\n","type":"text/plain"},"type":"any","value":"{{budgets_business_profile_id}}","key":"budgets_business_profile_id"}]}},"response":[{"id":"b0494702-2a5e-4238-aa6d-74346e7b2495","name":"Udpate Budgets Business Profile","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"business_name\": \"prueba\",\r\n    \"trade_name\": \"Prueba Marisa\",\r\n    \"tax_id\": \"254178963\",\r\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\r\n    \"address2\": \"\",\r\n    \"city\": \"coin\",\r\n    \"state\": \"Málaga\",\r\n    \"country\": \"España\",\r\n    \"postal_code\": \"29100\",\r\n    \"phone\": \"629549501\",\r\n    \"email\": \"marisabarcia06@gmail.com\",\r\n    \"website\": \"\",\r\n    \"primary_color\": \"#6a9364\",\r\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\r\n    \"privacy_policy\": \"\",\r\n    \"budget_code\": \"Test\",\r\n    \"receipt_order_number\": 20,\r\n    \"picture_url\": \"https://d25ltszcjeom5i.cloudfront.net/business/profile/461/logo_clientify.png\",\r\n    \"show_decimals\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/:budgets_business_profile_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets","businessprofile",":budgets_business_profile_id",""],"variable":[{"key":"budgets_business_profile_id","value":"{{budgets_business_profile_id}}","description":"Id of Budgets Business Profile."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 00:49:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=KqfnujwtAFz8r7jzFTqBXm3Bpvi2jurqvycSbnBMPd13EVnyM9ABFN%2Bw%2FgYZbpedmeXn6i3Yw%2Flent67OgkFKXhDv12s8oQwrrBuQ1ydJdsvb46fFsLNGz0uSp%2BM%2FcDuWUE6\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef486b7983370a-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 461,\n    \"business_name\": \"prueba\",\n    \"trade_name\": \"Prueba Marisa\",\n    \"tax_id\": \"254178963\",\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\n    \"address2\": \"\",\n    \"city\": \"coin\",\n    \"state\": \"Málaga\",\n    \"country\": \"España\",\n    \"postal_code\": \"29100\",\n    \"phone\": \"629549501\",\n    \"email\": \"marisabarcia06@gmail.com\",\n    \"website\": \"\",\n    \"logo\": \"https://clientify.s3.amazonaws.com/business/profile/461/logo_clientify.png\",\n    \"primary_color\": \"#6a9364\",\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\n    \"privacy_policy\": \"\",\n    \"budget_code\": \"Test\",\n    \"receipt_order_number\": 20,\n    \"picture_url\": \"https://d25ltszcjeom5i.cloudfront.net/business/profile/461/logo_clientify.png\",\n    \"show_decimals\": true\n}"}],"_postman_id":"375e237b-3f62-41bd-b1b0-3ad9a3b8b7d5"},{"name":"Create Budgets Business Profile","id":"73656dcf-ad56-4d7c-9631-47edba90bd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"business_name\": \"prueba\",\r\n    \"trade_name\": \"Prueba Marisa\",\r\n    \"tax_id\": \"254178963\",\r\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\r\n    \"address2\": \"\",\r\n    \"city\": \"coin\",\r\n    \"state\": \"Málaga\",\r\n    \"country\": \"España\",\r\n    \"postal_code\": \"29100\",\r\n    \"phone\": \"629549501\",\r\n    \"email\": \"marisabarcia06@gmail.com\",\r\n    \"website\": \"\",\r\n    \"logo\": null,\r\n    \"primary_color\": \"#6a9364\",\r\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\r\n    \"privacy_policy\": \"\",\r\n    \"budget_code\": \"Test\",\r\n    \"receipt_order_number\": 20,\r\n    \"show_decimals\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/","description":"<p>Create Budgets Business Profile.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","businessprofile",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"c0af9bc1-e900-4b64-b058-37da17ad092d","name":"Create Budgets Business Profile","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"business_name\": \"prueba\",\r\n    \"trade_name\": \"Prueba Marisa\",\r\n    \"tax_id\": \"254178963\",\r\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\r\n    \"address2\": \"\",\r\n    \"city\": \"coin\",\r\n    \"state\": \"Málaga\",\r\n    \"country\": \"España\",\r\n    \"postal_code\": \"29100\",\r\n    \"phone\": \"629549501\",\r\n    \"email\": \"marisabarcia06@gmail.com\",\r\n    \"website\": \"\",\r\n    \"logo\": null,\r\n    \"primary_color\": \"#6a9364\",\r\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\r\n    \"privacy_policy\": \"\",\r\n    \"budget_code\": \"Test\",\r\n    \"receipt_order_number\": 20,\r\n    \"show_decimals\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:10:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"499"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=hPZFksegRF8dONm7nCHPTYB7ReV9OFZWDcjeH8kzEVyg2QMn9kfXAewbvwyxXAj448rZHnGejpBvxyF7Wv88r27TSaBm8YmdyvaoTFyfCmkqhACQywSi8t%2FzEZKrK86XjHqq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef66c2ebf067da-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 590,\n    \"business_name\": \"prueba\",\n    \"trade_name\": \"Prueba Marisa\",\n    \"tax_id\": \"254178963\",\n    \"address1\": \"ctra coin - cartama, km1 c.c. la Trocha\",\n    \"address2\": \"\",\n    \"city\": \"coin\",\n    \"state\": \"Málaga\",\n    \"country\": \"España\",\n    \"postal_code\": \"29100\",\n    \"phone\": \"629549501\",\n    \"email\": \"marisabarcia06@gmail.com\",\n    \"website\": \"\",\n    \"logo\": null,\n    \"primary_color\": \"#6a9364\",\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\n    \"privacy_policy\": \"\",\n    \"budget_code\": \"Test\",\n    \"receipt_order_number\": 20,\n    \"picture_url\": \"\",\n    \"show_decimals\": true\n}"}],"_postman_id":"73656dcf-ad56-4d7c-9631-47edba90bd69"},{"name":"Delete Budgets Business Profile","id":"d2357ee2-1885-47bc-9a36-c416639c3d59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/:budgets_business_profile_id/","description":"<p>Delete bussines profile</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","businessprofile",":budgets_business_profile_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"697c7300-0be9-46b1-8bcf-e4db7c64c779","description":{"content":"<p>Id of Budgets Business Profile.</p>\n","type":"text/plain"},"type":"any","value":"{{budgets_business_profile_id}}","key":"budgets_business_profile_id"}]}},"response":[{"id":"a792dbf7-8fc3-4073-9b8f-e605e9ec7f3d","name":"Delete Budgets Business Profile","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/businessprofile/:budgets_business_profile_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets","businessprofile",":budgets_business_profile_id",""],"variable":[{"key":"budgets_business_profile_id","value":"{{budgets_business_profile_id}}","description":"Id of Budgets Business Profile."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 23 Sep 2022 00:53:07 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xoN9hyKpcNtQpH%2BcbTAmAKsG6DJumXlJDiqffxeM4QQmeABkg9%2FOQ49bJ0KXCsv565K5Xwo71uEH%2FeKZe53V8ZAW%2FprNuyfjtRs82GGwo7VnLwYPpeGggw2W1kr3p7mLdJPN\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef4d2bed23370a-MIA"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"d2357ee2-1885-47bc-9a36-c416639c3d59"}],"id":"df374f97-c05e-44f1-baeb-6badf2d2ebc4","_postman_id":"df374f97-c05e-44f1-baeb-6badf2d2ebc4","description":""},{"name":"Budgets Email Template","item":[{"name":"Get Budgets Email Template","id":"b1e1f177-6449-404b-83da-e9cd7a7d770f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/","description":"<p>Get Budgets Email Template. By default is returned an email template without id, this must be replaced by the user preferences.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","emailtemplate",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"360b0754-ada8-4230-b06d-3a8b74877eaa","name":"Get Budgets Default Email Template","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:12:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=zRQVoqVq3xvDy2FwQdDiB6z%2BUbN%2FcJ9y%2FvaFgsTVSAqVkxLyS%2FlaHWDivEM3ZSMJIEbu4rDUl%2FFUmmF9Xjgs9u3oo%2BmK5r35ohhwt6aSkEDhFIn9LYY9jyRwkqvkMw06F6yD\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef6911c9d767da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": null,\n            \"subject\": \"Your budget {budget_name}\",\n            \"body\": \"\\n\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width\\\" />\\n</head>\\n<body>\\n    Dear {fullname}:<br>\\n    <br>\\n    Here is the budget {budget_name} with amount of {budget_amount}<br>\\n    <br>\\n    You can see the budget online here<br>\\n    {budget_externalurl}<br>\\n    <br>\\n    Regards,<br>\\n    \\n        {budget_business_name}\\n    <br>\\n    {budget_owner_email}<br>\\n</body>\\n</html>\\n\\n\\n\",\n            \"body_json\": \"{}\"\n        }\n    ]\n}"},{"id":"6dd5ab1c-e68d-4739-b025-421155891eaf","name":"Get Budgets Email Template Saved by user","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:18:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=dcpxNBvarwKwHWrUB%2F%2FeNqwDA1jC5O704I35wTqwefG88%2BcsNdtx6syqVVphp7BS%2BC3BdhL%2FpKZoX1r5J9LfLGr9uFvVtgK1B4QBUrOlgL9lB%2F9GUVJeJrBiV5pS36WkzKZI\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef71e9799567da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 360,\n            \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\",\n            \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\",\n            \"body_json\": \"{}\"\n        }\n    ]\n}"}],"_postman_id":"b1e1f177-6449-404b-83da-e9cd7a7d770f"},{"name":"Update Budgets Email Template","id":"62de95d2-ea04-497e-aca6-a66be75a3d83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\\n\",\r\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/:budgets_email_template_id/","description":"<p>Update email template by owner</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","emailtemplate",":budgets_email_template_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"aa9db2a7-2105-4e4f-8b88-26b2b7089b7c","description":{"content":"<p>Budgets Email Template id.</p>\n","type":"text/plain"},"type":"any","value":"{{budgets_email_template_id}}","key":"budgets_email_template_id"}]}},"response":[{"id":"6633dece-8bff-46bd-b489-73d78477edf1","name":"Update Budgets Email Template","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\\n\",\r\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/:budgets_email_template_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets","emailtemplate",":budgets_email_template_id",""],"variable":[{"key":"budgets_email_template_id","value":"{{budgets_email_template_id}}","description":"Budgets Email Template id."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:18:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=J74%2Fv4JEZ36fciVsntlea6DT8FG0tgNT3PlryXP3D5%2B52TSVG3OOaLd9N28FDRwvxcVJPmuwl5cxUOTin8wrlSgNuoWzRkTEobWPGtHqwqmIxLHeGPMM9HnQp9o3c1VGNefq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef72ed5cd567da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 360,\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\",\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\",\n    \"body_json\": \"{}\"\n}"}],"_postman_id":"62de95d2-ea04-497e-aca6-a66be75a3d83"},{"name":"Create Budgets Email Template","id":"b0c9291a-1bc2-43d9-a93a-9fbde8fd61f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\\n\",\r\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/","description":"<p>Create Budgets Email template.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","emailtemplate",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"62dfe4da-6818-4f98-94ad-07552fa24598","name":"Email_Template create","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\\n\",\r\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:17:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4073"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=89ykiLAWdwp33Q4my0JEiLyR%2FZdMNSzwXG4K1GqHZxisK206l4h6poelRxDl1RYgocXeRskK2eMjHqHWuS88SveRZbuNw1paaw%2F00DM8oCy1ZVQqBrUwdGAKdW4EppZ7OCBp\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef7192bc5d67da-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 360,\n    \"subject\": \"Tu presupuesto {budget_name},{budget_amount},{budget_owner_email}\",\n    \"body\": \"<!DOCTYPE HTML PUBLIC \\\"-//W3C//DTD XHTML 1.0 Transitional //EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\" xmlns:o=\\\"urn:schemas-microsoft-com:office:office\\\" xmlns:v=\\\"urn:schemas-microsoft-com:vml\\\">\\n<head><!--[if gte mso 9]>\\n<xml>\\n  <o:OfficeDocumentSettings>\\n    <o:AllowPNG/>\\n    <o:PixelsPerInch>96</o:PixelsPerInch>\\n  </o:OfficeDocumentSettings>\\n</xml>\\n<![endif]--><meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=UTF-8\\\"><meta name=\\\"viewport\\\" content=\\\"width=device-width, initial-scale=1.0\\\"><meta name=\\\"x-apple-disable-message-reformatting\\\"><!--[if !mso]><!--><meta http-equiv=\\\"X-UA-Compatible\\\" content=\\\"IE=edge\\\"><!--<![endif]-->\\n\\t<title></title>\\n\\t<style type=\\\"text/css\\\">@media only screen and (min-width: 620px) {\\n  .u-row {\\n    width: 600px !important;\\n  }\\n  .u-row .u-col {\\n    vertical-align: top;\\n  }\\n\\n  .u-row .u-col-100 {\\n    width: 600px !important;\\n  }\\n\\n}\\n\\n@media (max-width: 620px) {\\n  .u-row-container {\\n    max-width: 100% !important;\\n    padding-left: 0px !important;\\n    padding-right: 0px !important;\\n  }\\n  .u-row .u-col {\\n    min-width: 320px !important;\\n    max-width: 100% !important;\\n    display: block !important;\\n  }\\n  .u-row {\\n    width: calc(100% - 40px) !important;\\n  }\\n  .u-col {\\n    width: 100% !important;\\n  }\\n  .u-col > div {\\n    margin: 0 auto;\\n  }\\n}\\nbody {\\n  margin: 0;\\n  padding: 0;\\n}\\n\\ntable,\\ntr,\\ntd {\\n  vertical-align: top;\\n  border-collapse: collapse;\\n}\\n\\np {\\n  margin: 0;\\n}\\n\\n.ie-container table,\\n.mso-container table {\\n  table-layout: fixed;\\n}\\n\\n* {\\n  line-height: inherit;\\n}\\n\\na[x-apple-data-detectors='true'] {\\n  color: inherit !important;\\n  text-decoration: none !important;\\n}\\n\\ntable, td { color: #000000; } a { color: #ff6666; text-decoration: underline; } @media (max-width: 480px) { #u_content_text_3 .v-container-padding-padding { padding: 20px 30px 10px !important; } #u_content_button_3 .v-container-padding-padding { padding: 10px 30px 30px !important; } #u_content_button_3 .v-size-width { width: 100% !important; } #u_content_button_3 .v-text-align { text-align: center !important; } #u_content_button_3 .v-line-height { line-height: 120% !important; } #u_content_button_3 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_23 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-container-padding-padding { padding: 10px 30px 20px !important; } #u_content_button_5 .v-line-height { line-height: 120% !important; } #u_content_button_5 .v-border-radius { border-radius: 40px !important;-webkit-border-radius: 40px !important; -moz-border-radius: 40px !important; } #u_content_text_27 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_28 .v-container-padding-padding { padding: 20px 30px 40px !important; } #u_content_text_8 .v-text-align { text-align: center !important; } }\\n\\t</style>\\n\\t<!--[if !mso]><!-->\\n\\t<link href=\\\"https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;700\\\" rel=\\\"stylesheet\\\" type=\\\"text/css\\\" /><!--<![endif]-->\\n</head>\\n<body class=\\\"clean-body u_body\\\" data-gr-ext-installed=\\\"\\\" data-new-gr-c-s-check-loaded=\\\"14.1077.0\\\" style=\\\"margin: 0;padding: 0;-webkit-text-size-adjust: 100%;background-color: #ffffff;color: #000000\\\"><p>Estimado <strong>{fullname}</strong>:<br />\\n<br />\\nAqu&iacute; tienes el presupuesto <strong>{budget_name} </strong>por importe de<strong> {budget_amount}</strong><br />\\n<br />\\nPuedes ver el presupuesto online aqu&iacute;<br />\\n{budget_externalurl}<br />\\n<br />\\nSaludos,<br />\\n{budget_business_name}<br />\\n{budget_owner_email}</p><p>&nbsp;</p><p>{budget_business_name}</p><p><grammarly-desktop-integration data-grammarly-shadow-root=\\\"true\\\"></grammarly-desktop-integration></p></body>\\n</html>\",\n    \"body_json\": \"{}\"\n}"}],"_postman_id":"b0c9291a-1bc2-43d9-a93a-9fbde8fd61f9"},{"name":"Delete Budgets Email Template","id":"55f230b7-0c3c-4e6e-9363-51b1e5b4af1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/:budgets_email_template_id/","description":"<p>Delete Budgets Email template.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","emailtemplate",":budgets_email_template_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d482375e-c2eb-4791-9b71-b884af09312b","description":{"content":"<p>Budgets Email Template id.</p>\n","type":"text/plain"},"type":"any","value":"{{budgets_email_template_id}}","key":"budgets_email_template_id"}]}},"response":[{"id":"5553d17b-207b-4a30-a0e2-6af5a107cedb","name":"Delete Budgets Email Template","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/emailtemplate/:budgets_email_template_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets","emailtemplate",":budgets_email_template_id",""],"variable":[{"key":"budgets_email_template_id","value":"{{budgets_email_template_id}}","description":"Budgets Email Template id."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:21:06 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=du3COtCeaEYXQ33NW0nokOATY3L1nngd8%2FceYxUVJ1QLU0CRpWBPrXk2EbOIk%2BjStQUftUXOsACwTSHOvqFyXIBs6z6CpVE95zCSBEJp0wTYYXeDgZ%2F0KY%2FFmXQ4fb0KhCXU\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef76304af367da-MIA"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"55f230b7-0c3c-4e6e-9363-51b1e5b4af1b"}],"id":"836f6ad1-5228-454b-b8d7-6eb7680dc8ac","_postman_id":"836f6ad1-5228-454b-b8d7-6eb7680dc8ac","description":""},{"name":"Budges Taxes","item":[{"name":"List Taxes","id":"1075fc45-96ae-42d6-9535-ad4282e12ae9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/taxes/","description":"<p>Get taxes list.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","taxes",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"56e1929c-0cba-4036-97b7-7e6943d7e2eb","name":"Taxes","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/taxes/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:24:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=27S71ykz3fmisBbb8pRq62Nwf88Oiq76P2orwa2iJ2guKqkLkDl369bZdvcsedm8UCkdh1%2FmkNFDs%2Fb4UMHfdPhkhGPh6BrADAPeCrXx4EbCnpuhJ%2FgEDvhD7JZdBskePLyT\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef7a8aca7367da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 6,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 702,\n            \"owner_name\": \"Freddie Molina\",\n            \"created\": \"2022-08-03T19:15:28.145626+02:00\",\n            \"modified\": \"2022-08-03T19:15:28.145659+02:00\",\n            \"name\": \"tax3\",\n            \"percentage\": \"21.00\",\n            \"owner\": 33942\n        },\n        {\n            \"id\": 701,\n            \"owner_name\": \"Freddie Molina\",\n            \"created\": \"2022-08-03T19:15:20.746434+02:00\",\n            \"modified\": \"2022-08-03T19:15:20.746469+02:00\",\n            \"name\": \"tax2\",\n            \"percentage\": \"12.00\",\n            \"owner\": 33942\n        },\n        {\n            \"id\": 678,\n            \"owner_name\": \"Victor Ospina\",\n            \"created\": \"2022-07-11T22:40:36.976019+02:00\",\n            \"modified\": \"2022-07-11T22:40:36.976045+02:00\",\n            \"name\": \"excento\",\n            \"percentage\": \"0.00\",\n            \"owner\": 58068\n        },\n        {\n            \"id\": 570,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"created\": \"2022-04-19T22:52:38.774106+02:00\",\n            \"modified\": \"2022-04-19T22:52:38.774139+02:00\",\n            \"name\": \"crei\",\n            \"percentage\": \"4.00\",\n            \"owner\": 18858\n        },\n        {\n            \"id\": 569,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"created\": \"2022-04-19T22:51:32.043384+02:00\",\n            \"modified\": \"2022-04-19T22:51:32.043496+02:00\",\n            \"name\": \"IVA\",\n            \"percentage\": \"19.00\",\n            \"owner\": 18858\n        },\n        {\n            \"id\": 176,\n            \"owner_name\": \"Tania Cibeles Obando Suarez\",\n            \"created\": \"2021-08-18T16:44:51.877253+02:00\",\n            \"modified\": \"2021-08-18T16:46:31.675413+02:00\",\n            \"name\": \"test\",\n            \"percentage\": \"4.00\",\n            \"owner\": 23624\n        }\n    ]\n}"}],"_postman_id":"1075fc45-96ae-42d6-9535-ad4282e12ae9"},{"name":"Create Tax","id":"7ce17baf-9aec-42c4-9eb6-12840013457a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tax4\",\r\n    \"percentage\": \"11.00\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/taxes/","description":"<p>Create a new Tax.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","taxes",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"57ecc060-b9f1-4e3d-8d85-066238ff1150","name":"Create Tax","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tax4\",\r\n    \"percentage\": \"11.00\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/taxes/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:29:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"180"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=w9%2B0VKTD98wluvc9kzNtb0tKU6Zlbrnj9Tj%2FXW4BiTAm%2BNYKzo%2FgIP%2Fk544kXYewJ%2BSWP95l381o4SqOHkrbgXTnfBp2kxReVP%2Bhv9a6h28AmChCy8Q7DD7DUK1iPUknCPhC\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef82f818eb67da-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 779,\n    \"owner_name\": \"Freddie Molina\",\n    \"created\": \"2022-09-23T03:29:50.186154+02:00\",\n    \"modified\": \"2022-09-23T03:29:50.186184+02:00\",\n    \"name\": \"tax4\",\n    \"percentage\": \"11.00\",\n    \"owner\": 33942\n}"}],"_postman_id":"7ce17baf-9aec-42c4-9eb6-12840013457a"},{"name":"Tax Details","id":"e24f77bd-5035-43d1-a5db-e2bb0d6e0718","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","description":"<p>Get tax details by tax id.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","taxes",":tax_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"10f7d98d-71d9-4b88-87ed-767c8ef63dbf","description":{"content":"<p>Id of tax instance.</p>\n","type":"text/plain"},"type":"any","value":"{{tax_id}}","key":"tax_id"}]}},"response":[{"id":"609e2548-301e-4d92-a054-5da892711b0f","name":"Tax Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","taxes",":tax_id",""],"variable":[{"key":"tax_id","value":"{{tax_id}}","description":"Id of tax instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:28:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=6bNfPgt2irqxLOViUe6k3pZ6MvtEf6LuCFzKbPiM0ycJgtjvvDc4on8%2FfRkry8I3BO9Jbjj4joAMcFm692Rk9tXYomLwN7KyQprkTmJQbut1PGxpbblQ01pMP7zL2wq8Regq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef80a39ba167da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 702,\n    \"owner_name\": \"Freddie Molina\",\n    \"created\": \"2022-08-03T19:15:28.145626+02:00\",\n    \"modified\": \"2022-08-03T19:15:28.145659+02:00\",\n    \"name\": \"tax3\",\n    \"percentage\": \"21.00\",\n    \"owner\": 33942\n}"}],"_postman_id":"e24f77bd-5035-43d1-a5db-e2bb0d6e0718"},{"name":"Taxes Update","id":"a48e2af8-8471-4445-8245-dfcda5f7e6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tax_3\",\r\n    \"percentage\": \"12.00\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","description":"<p>Update Tax details.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","taxes",":tax_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"d601f819-cf62-489c-834a-653ad429d122","description":{"content":"<p>Id of tax instance.</p>\n","type":"text/plain"},"type":"any","value":"{{tax_id}}","key":"tax_id"}]}},"response":[{"id":"fc7ecaf0-b8e0-4997-89ac-a9b7a518359c","name":"Taxes Update","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"tax_3\",\r\n    \"percentage\": \"12.00\",\r\n    \"owner\": 33942\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","taxes",":tax_id",""],"variable":[{"key":"tax_id","value":"{{tax_id}}","description":"Id of tax instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:31:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=av070hF7I3ydEkJM8v%2BUcx56ic%2FcJowowktGrxp8ab5F1e26PC85XuzBnvj5W%2BhL2hAUzEb%2BvReir5S1Qvn1A687JDVFzYtMcf%2BZR%2BC4HY%2BDNZzniY4fCVHlUXsFgbyzXCqq\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef85d9e9b367da-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 702,\n    \"owner_name\": \"Freddie Molina\",\n    \"created\": \"2022-08-03T19:15:28.145626+02:00\",\n    \"modified\": \"2022-09-23T03:31:48.245395+02:00\",\n    \"name\": \"tax_3\",\n    \"percentage\": \"12.00\",\n    \"owner\": 33942\n}"}],"_postman_id":"a48e2af8-8471-4445-8245-dfcda5f7e6b0"},{"name":"Taxes Delete","id":"eb78ec3f-2d21-422f-9724-b3637719b41a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","description":"<p>Delete Tax.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","taxes",":tax_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"7863a0b9-6eef-4d34-8539-87ea6d5b7793","description":{"content":"<p>Id of tax instance.</p>\n","type":"text/plain"},"type":"any","value":"{{tax_id}}","key":"tax_id"}]}},"response":[{"id":"14ac323e-ed13-42d7-b36c-682b2246fe57","name":"Taxes Delete","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/taxes/:tax_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","taxes",":tax_id",""],"variable":[{"key":"tax_id","value":"{{tax_id}}","description":"Id of tax instance."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 23 Sep 2022 01:32:50 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=5QqaxSjoxIEucPK%2F5lqjWvf%2BHco0p3HHs3SiROQy7NzkxwdwhEipLiLUtQEU5Tqd%2B%2BEG78oJDNxOGM42b%2FOs0wThegDKiZwo5IeizTeXBlYmbVak6JysFDetMIy1xFcuG8LN\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ef8761c84c67da-MIA"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"eb78ec3f-2d21-422f-9724-b3637719b41a"}],"id":"3ed46945-f738-4783-9187-ae1858270c0b","_postman_id":"3ed46945-f738-4783-9187-ae1858270c0b","description":""},{"name":"Send Budget","item":[{"name":"Get subject and body","id":"3cbce0d4-ef8a-42a5-9420-0d4cd0c4fc04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/send/","description":"<p>Get subject and body of the email to send the budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","send",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"06120ff1-fec4-41f2-a9a7-972f25e7b187","type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"813a3b9a-216b-4be5-9e5b-b247d19d86db","name":"Get subject and body","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/send/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","send",""],"variable":[{"key":"budget_id","value":"{{budget_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:28:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BTD4erOjpr6S0QPYUwVAR1ev1FXYrvoeyIjnKQSNbxFSfgS0fODxM7s%2BKXOmeWZynVpr9q0%2FQt4%2FaLAqx2OF%2Fsx%2B5c%2Be0X84eSzcVXPeZl7u3nZulq9NmdVDGNIZTrH1phcU\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74d67168ca5102b2-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"body\": \"\\n\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width\\\" />\\n</head>\\n<body>\\n    Dear Israel:<br>\\n    <br>\\n    Here is the budget prue0016 with amount of $0,00<br>\\n    <br>\\n    You can see the budget online here<br>\\n    <a href=\\\"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\\\">https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/</a><br>\\n    <br>\\n    Regards,<br>\\n    \\n        prueba\\n    <br>\\n    sdesigncarmen@gmail.com<br>\\n</body>\\n</html>\\n\\n\\n\",\n    \"subject\": \"Your budget prue0016\"\n}"}],"_postman_id":"3cbce0d4-ef8a-42a5-9420-0d4cd0c4fc04"},{"name":"Send Budget","id":"7cd9e2dd-8680-4a7b-9a32-78d17c7887ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"owner\": 33942,\n    \"to\": \"freddiejmo@gmail.com\",\n    \"message\": \"\\n\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width\\\" />\\n</head>\\n<body>\\n    Dear Israel:<br>\\n    <br>\\n    Here is the budget prue0016 with amount of $0,00<br>\\n    <br>\\n    You can see the budget online here<br>\\n    <a href=\\\"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\\\">https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/</a><br>\\n    <br>\\n    Regards,<br>\\n    \\n        prueba\\n    <br>\\n    sdesigncarmen@gmail.com<br>\\n</body>\\n</html>\\n\\n\\n\",\n    \"subject\": \"Your budget prue0016\"\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/send/","description":"<p>Send email with the budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","send",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"ceb9ff8b-960b-4e66-a9c1-9bc7025af298","type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"bce26a0c-ce09-4efd-a5f8-c8c7f8e16315","name":"Send Budget","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"owner\": 33942,\n    \"to\": \"freddiejmo@gmail.com\",\n    \"message\": \"\\n\\n<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width\\\" />\\n</head>\\n<body>\\n    Dear Israel:<br>\\n    <br>\\n    Here is the budget prue0016 with amount of $0,00<br>\\n    <br>\\n    You can see the budget online here<br>\\n    <a href=\\\"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\\\">https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/</a><br>\\n    <br>\\n    Regards,<br>\\n    \\n        prueba\\n    <br>\\n    sdesigncarmen@gmail.com<br>\\n</body>\\n</html>\\n\\n\\n\",\n    \"subject\": \"Your budget prue0016\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/send/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","send",""],"variable":[{"key":"budget_id","value":"{{budget_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=pRuZeoVIfTI0TjK6mzJozj9ngcXqkKhK%2FCAGIFYN6nYZ%2BALuI%2BDhg4FcdiQV4OtCcvgM55dAYHJ0zkQd18t4l%2FdLS7VAUNALvIRogc%2BKfGi%2FqsbB5Gv1Y73A0aDvEB1nokSf\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbd460698d0306-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"owner\": 33942,\n    \"to\": \"freddiejmo@gmail.com\",\n    \"subject\": \"Your budget prue0016\",\n    \"message\": \"<!DOCTYPE html PUBLIC \\\"-//W3C//DTD XHTML 1.0 Strict//EN\\\" \\\"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\\\">\\n<html xmlns=\\\"http://www.w3.org/1999/xhtml\\\">\\n<head>\\n    <meta http-equiv=\\\"Content-Type\\\" content=\\\"text/html; charset=utf-8\\\" />\\n    <meta name=\\\"viewport\\\" content=\\\"width=device-width\\\" />\\n</head>\\n<body>\\n    Dear Israel:<br>\\n    <br>\\n    Here is the budget prue0016 with amount of $0,00<br>\\n    <br>\\n    You can see the budget online here<br>\\n    <a href=\\\"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\\\">https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/</a><br>\\n    <br>\\n    Regards,<br>\\n    \\n        prueba\\n    <br>\\n    sdesigncarmen@gmail.com<br>\\n</body>\\n</html>\"\n}"}],"_postman_id":"7cd9e2dd-8680-4a7b-9a32-78d17c7887ae"}],"id":"09494335-18b3-46d4-adb4-d80ecf077b75","_postman_id":"09494335-18b3-46d4-adb4-d80ecf077b75","description":""},{"name":"Budget status","item":[{"name":"Accept Budget","id":"94b646c3-5aa4-4c0a-b24d-9efbd81623b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/accept/","description":"<p>Change budget status as Accepted.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","accept",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"683e8872-ff26-43c4-8a74-b58f4a10ad10","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"72d2e099-06a2-4bfb-8eed-69af3b52b16d","name":"Accepted Budget","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/accept/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","accept",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:18:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=KVQW1CbUyZsv3BqVc9CnqADrWPwFtb9Knb%2B%2FQp2nsTZOD2hwz4CDbDlN51eAhB0j677jsE2IF4lNJx7fHQKpYLegsaKdJASxFImAsyx5xVzlrl8VKhvKx5h6J43aTaZWXETm\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbe130cf7e0306-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"94b646c3-5aa4-4c0a-b24d-9efbd81623b0"},{"name":"Pending Budget","id":"70d73ae1-cb18-4ed4-9c6f-a44d35a3c52e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/pending/","description":"<p>Change budget status as Pending.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","pending",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"9a5b6974-c5da-42bb-ab5b-0b8ec07cfada","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"45e21fe1-60b0-427a-9f73-099108c251ca","name":"Pending Budget","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/pending/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","pending",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:29:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=qLhbJPoYHU5zY%2B6V06omE7khg62Dpgl658tJ1Ku1TP97U0Q4Ou8rwl6FHjsw4MPhn2xQi5Nh%2FWhS4HU0Og6KD08V7hmBWJZBAzZKbL%2F%2Fsp0ZRXXBzCmt4aj3A%2BD2DE%2FpboBB\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbf069ef2e0306-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"70d73ae1-cb18-4ed4-9c6f-a44d35a3c52e"},{"name":"Reject Budget","id":"0424e87b-31b7-4a84-8c94-28e6d2d02432","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/reject/","description":"<p>Change budget status as Reject.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","reject",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"6ba74fa7-e712-4676-8ece-bbbb0b7a9bfb","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"6bb9dd4d-cba1-4a2a-b3d6-ef53b374b403","name":"Reject Budget","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/reject/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","reject",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:28:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=bNCmE2Iaw%2BKzFPJUfjSRD0RMzVHu%2BvDwcB4HhxnjUfDdrkTV6XJ9VrSHJxGsyloEyHEOjT1E%2BQoQ91xpjROVOorIo0b8TQX1WV0tmz%2BmsWGqBrzkIXAAe2053KQ8E%2FiRYKPL\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbeef8ba970306-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"ok\"\n}"}],"_postman_id":"0424e87b-31b7-4a84-8c94-28e6d2d02432"}],"id":"0e13998f-26a4-4d0c-8648-a7bf33c5893a","_postman_id":"0e13998f-26a4-4d0c-8648-a7bf33c5893a","description":""},{"name":"List Budgets","id":"89020957-8b2f-4247-bf1f-89adea0c57bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/","description":"<p>Get list of budgets.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",""],"host":["{{Domain}}"],"query":[{"disabled":true,"key":"Authorization","value":"1cd23b6ee6fc7c170588e42be52d77159536a615"},{"disabled":true,"key":"query_code","value":"100"}],"variable":[]}},"response":[{"id":"059139a1-40ee-4d30-ae95-fc26e30c5533","name":"List Budgets","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",""],"query":[{"key":"Authorization","value":"1cd23b6ee6fc7c170588e42be52d77159536a615","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:07:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=jgulbSdGJTkcRChbPL%2BmdcSYOtxkgcE6Y%2BqjHtAZ1b5zeJn9XszaC%2BeTwqOWzhdQjTuk%2FULEK0XCliYlfMttdKElc1FP89vV5I8eTxFWjc58nfPbsAYyqgMEB4Mhz18elJUj\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74d651a3fa030a12-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"pending\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"sent\": {\n        \"count\": 1,\n        \"total\": 145000\n    },\n    \"opened\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"expired\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"accepted\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"rejected\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"total\": 145000,\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 131,\n            \"owner\": \"https://api.clientify.net/v1/users/9930/\",\n            \"budget_number\": 3,\n            \"budget_code\": null,\n            \"owner_name\": \"Pedro D. Diez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/9930/foto_perfil.jpg\",\n            \"name\": \"Budget for Pedro\",\n            \"created\": \"2020-09-02T12:33:24.974321+02:00\",\n            \"status\": \"sent\",\n            \"amount\": 145000,\n            \"expiration_date\": \"2020-09-03T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/131/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/131/c2d7462f8cf390a1981085d02e69ab3cbf43bef9/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": {\n                \"name\": \"Clientify Social CRM\",\n                \"absolute_url\": \"/companies/1126658/\"\n            },\n            \"amount_user\": null,\n            \"deal\": null\n        }\n    ]\n}"},{"id":"2321eac3-8223-4891-9ce3-77fa7f3a7615","name":"Query budgets by name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/?query=Budget","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",""],"query":[{"key":"Authorization","value":"1cd23b6ee6fc7c170588e42be52d77159536a615","disabled":true},{"key":"query","value":"Budget","description":"Name of budget."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:07:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=jgulbSdGJTkcRChbPL%2BmdcSYOtxkgcE6Y%2BqjHtAZ1b5zeJn9XszaC%2BeTwqOWzhdQjTuk%2FULEK0XCliYlfMttdKElc1FP89vV5I8eTxFWjc58nfPbsAYyqgMEB4Mhz18elJUj\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74d651a3fa030a12-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"pending\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"sent\": {\n        \"count\": 1,\n        \"total\": 145000\n    },\n    \"opened\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"expired\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"accepted\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"rejected\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"total\": 145000,\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 131,\n            \"owner\": \"https://api.clientify.net/v1/users/9930/\",\n            \"budget_number\": 3,\n            \"budget_code\": null,\n            \"owner_name\": \"Pedro D. Diez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/9930/foto_perfil.jpg\",\n            \"name\": \"Budget for Pedro\",\n            \"created\": \"2020-09-02T12:33:24.974321+02:00\",\n            \"status\": \"sent\",\n            \"amount\": 145000,\n            \"expiration_date\": \"2020-09-03T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/131/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/131/c2d7462f8cf390a1981085d02e69ab3cbf43bef9/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": {\n                \"name\": \"Clientify Social CRM\",\n                \"absolute_url\": \"/companies/1126658/\"\n            },\n            \"amount_user\": null,\n            \"deal\": null\n        }\n    ]\n}"},{"id":"010bd631-be65-4fb0-9817-cc0c4a4f8d06","name":"List Budgets searched by budget_code","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/?budget_code=10","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",""],"query":[{"key":"Authorization","value":"1cd23b6ee6fc7c170588e42be52d77159536a615","disabled":true},{"key":"query_code","value":"100","disabled":true},{"key":"budget_code","value":"10","description":"Budget code."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:09:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=spG1nTxJeu1RJ%2FsAjWMXzCFlyOX3gvYlEaCvB6D5tZbIT5dGndexYOaqd3InTvi62NB64Qb6t2kY1fvSggE5gd2pl9UBxcKOf3w0CVrAmw0Vm1aHLlwhYZTdP0NUgs2%2BKS4r\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74d655953e220a12-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"pending\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"sent\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"opened\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"expired\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"accepted\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"rejected\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"total\": null,\n    \"count\": 1,\n    \"next\": null,\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 50080,\n            \"owner\": \"https://api.clientify.net/v1/users/58068/\",\n            \"budget_number\": 10,\n            \"budget_code\": \"null00010\",\n            \"owner_name\": \"Victor Ospina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0010\",\n            \"created\": \"2022-07-27T22:07:52.252093+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 1,\n            \"expiration_date\": \"2022-07-27T07:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/50080/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/50080/c05951120eb987f883f528f320177f30012d04bd/\",\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"first_name\": \"SOPORTE CLIENTIFY\",\n                \"last_name\": \"\",\n                \"email\": \"asffssdf@gmail.com\",\n                \"absolute_url\": \"/contacts/29914128/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        }\n    ]\n}"},{"id":"15590567-6ed3-40a5-ac2c-efaa228fe8fb","name":"List Budgets ordered by field","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/?order_by=name","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",""],"query":[{"key":"Authorization","value":"1cd23b6ee6fc7c170588e42be52d77159536a615","disabled":true},{"key":"query_code","value":"100","disabled":true},{"key":"order_by","value":"name","description":"Ordered by field."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 00:15:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=nR%2BE55z5H62NIHNIR2B2l%2FFbJ62t2ARlTjyiMosvrrePUuVA9P6lexhc1eXrZkkjikmLjpK5kwrSAE0px5S8Fa1AOPKn90eIIoOn0GRLf0qHpDNpU00eTfK%2B7dEMX57N%2FA%2F3\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74d65de71b4d0a12-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"pending\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"sent\": {\n        \"count\": 5,\n        \"total\": 866000\n    },\n    \"opened\": {\n        \"count\": 17,\n        \"total\": 135001371264.32\n    },\n    \"expired\": {\n        \"count\": 11,\n        \"total\": 45001676639.65\n    },\n    \"accepted\": {\n        \"count\": 1,\n        \"total\": 249500\n    },\n    \"rejected\": {\n        \"count\": 0,\n        \"total\": null\n    },\n    \"total\": 180004163403.97,\n    \"count\": 34,\n    \"next\": \"https://api.clientify.net/v1/budgets/?order_by=name&page=2\",\n    \"previous\": null,\n    \"results\": [\n        {\n            \"id\": 131,\n            \"owner\": \"https://api.clientify.net/v1/users/9930/\",\n            \"budget_number\": 3,\n            \"budget_code\": null,\n            \"owner_name\": \"Pedro D. Diez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/9930/foto_perfil.jpg\",\n            \"name\": \"Budget for Pedro\",\n            \"created\": \"2020-09-02T12:33:24.974321+02:00\",\n            \"status\": \"sent\",\n            \"amount\": 145000,\n            \"expiration_date\": \"2020-09-03T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/131/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/131/c2d7462f8cf390a1981085d02e69ab3cbf43bef9/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": {\n                \"name\": \"Clientify Social CRM\",\n                \"absolute_url\": \"/companies/1126658/\"\n            },\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 47914,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 2,\n            \"budget_code\": \"00002\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"cambio\",\n            \"created\": \"2022-07-14T16:00:33.157757+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 0,\n            \"expiration_date\": \"2022-07-13T07:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/47914/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/47914/815bbef5e19abc6bcac80776a66298679ebf40af/\",\n            \"currency\": \"USD\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 34348,\n            \"owner\": \"https://api.clientify.net/v1/users/58068/\",\n            \"budget_number\": 18,\n            \"budget_code\": null,\n            \"owner_name\": \"Victor Ospina\",\n            \"owner_picture\": null,\n            \"name\": \"DEMOOOO\",\n            \"created\": \"2022-04-13T18:35:16.234193+02:00\",\n            \"status\": \"sent\",\n            \"amount\": 0,\n            \"expiration_date\": \"2022-04-13T07:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/34348/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/34348/b538c4cf733272a78c026beb01e7e4e9d716d8c7/\",\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"first_name\": \"Victoooooor\",\n                \"last_name\": \"Ospina\",\n                \"email\": \"ospiman98@gmail.com\",\n                \"absolute_url\": \"/contacts/22103380/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 157,\n            \"owner\": \"https://api.clientify.net/v1/users/42/\",\n            \"budget_number\": 4,\n            \"budget_code\": null,\n            \"owner_name\": \"Felipe Marin\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/fb_image_722601972_1.jpg\",\n            \"name\": \"felip0004\",\n            \"created\": \"2020-09-04T07:29:48.487877+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 145000,\n            \"expiration_date\": \"2020-09-08T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/157/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/157/7f73fe0e385211bf3d73a53329b7dd60a418ae54/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 2426,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 5,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"felip0005\",\n            \"created\": \"2021-01-20T20:01:49.540708+01:00\",\n            \"status\": \"opened\",\n            \"amount\": 252300.4,\n            \"expiration_date\": \"2021-01-22T05:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/2426/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/2426/237d4f0056411fe01634e137dd48b338f0f77b08/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": \"https://api.clientify.net/v1/deals/157201/\"\n        },\n        {\n            \"id\": 2734,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 6,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"felip0007\",\n            \"created\": \"2021-01-29T23:05:31.301819+01:00\",\n            \"status\": \"sent\",\n            \"amount\": 500000,\n            \"expiration_date\": \"2021-02-02T05:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/2734/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/2734/9f343a49cb6499f258f926a9c46a744b54ae1534/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 11959,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 7,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"felip0007 Curso X\",\n            \"created\": \"2021-08-31T19:18:08.633731+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 377999,\n            \"expiration_date\": \"2021-09-01T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/11959/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/11959/9de2c2b067cb432cc57ba2dca41423e7f1454bdd/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 18552,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 10,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"felip0010\",\n            \"created\": \"2021-11-18T15:52:35.842869+01:00\",\n            \"status\": \"opened\",\n            \"amount\": 45000000000,\n            \"expiration_date\": \"2021-11-18T23:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/18552/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/18552/cfaf36319239f8dd65adff54b9712e00ea29350f/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 23501,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 11,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"felip0011\",\n            \"created\": \"2022-01-20T20:50:06.217772+01:00\",\n            \"status\": \"opened\",\n            \"amount\": 45000000000,\n            \"expiration_date\": \"2021-11-18T23:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/23501/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/23501/cfaf36319239f8dd65adff54b9712e00ea29350f/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 23502,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 12,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"felip0012\",\n            \"created\": \"2022-01-20T20:56:15.640691+01:00\",\n            \"status\": \"expired\",\n            \"amount\": 45000000000,\n            \"expiration_date\": \"2021-11-18T23:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/23502/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/23502/cfaf36319239f8dd65adff54b9712e00ea29350f/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 23503,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 13,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"felip0013\",\n            \"created\": \"2022-01-20T20:57:58.604910+01:00\",\n            \"status\": \"opened\",\n            \"amount\": 45000000000,\n            \"expiration_date\": \"2021-11-18T06:00:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/23503/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/23503/cfaf36319239f8dd65adff54b9712e00ea29350f/\",\n            \"currency\": \"COP\",\n            \"contact\": {\n                \"first_name\": \"Tania\",\n                \"last_name\": \"Obando\",\n                \"email\": \"taniaobando1998@gmail.com\",\n                \"absolute_url\": \"/contacts/21684452/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 31102,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 15,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"felip0015\",\n            \"created\": \"2022-03-22T17:56:03.045255+01:00\",\n            \"status\": \"expired\",\n            \"amount\": 91000,\n            \"expiration_date\": \"2022-03-22T23:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/31102/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/31102/69d76387950fa7a01817129068adb7318123fb8d/\",\n            \"currency\": null,\n            \"contact\": {\n                \"first_name\": \"Juan Felipe \",\n                \"last_name\": \"Hernandez\",\n                \"email\": \"juan.galvis.2000@gmail.com\",\n                \"absolute_url\": \"/contacts/2457862/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 31659,\n            \"owner\": \"https://api.clientify.net/v1/users/42/\",\n            \"budget_number\": 16,\n            \"budget_code\": null,\n            \"owner_name\": \"Felipe Marin\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/fb_image_722601972_1.jpg\",\n            \"name\": \"felip0016\",\n            \"created\": \"2022-03-25T17:01:07.795826+01:00\",\n            \"status\": \"expired\",\n            \"amount\": 55000,\n            \"expiration_date\": \"2022-03-25T23:59:00+01:00\",\n            \"url\": \"https://clientify.net/budgets/edit/31659/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/31659/3fb5439315e167eeadc22b6401b0ad5ec464ff6b/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 15828,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 9,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"Playa Clara 1 - 300m2 - 24 MSI\",\n            \"created\": \"2021-10-14T21:28:04.643046+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 625628,\n            \"expiration_date\": \"2021-10-14T23:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/15828/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/15828/62c1db2ead67137802bfdc98120ea447f93114ca/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": {\n                \"name\": \"El Debate\",\n                \"absolute_url\": \"/companies/804160/\"\n            },\n            \"amount_user\": null,\n            \"deal\": \"https://api.clientify.net/v1/deals/1627873/\"\n        },\n        {\n            \"id\": 27,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 1,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"Presupuesto prueba\",\n            \"created\": \"2020-08-25T01:28:08.697024+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 154000,\n            \"expiration_date\": \"2020-08-25T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/27/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/27/98963da554001494cc5d9f101b2ca926a6e455f8/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": {\n                \"name\": \"Pontificia Universidad Javeriana Cali\",\n                \"absolute_url\": \"/companies/18100/\"\n            },\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 28,\n            \"owner\": \"https://api.clientify.net/v1/users/18858/\",\n            \"budget_number\": 2,\n            \"budget_code\": null,\n            \"owner_name\": \"Jhon Pedro Narvaez\",\n            \"owner_picture\": \"https://d25ltszcjeom5i.cloudfront.net/users/profile/18858/jhonpe2_2.jpeg\",\n            \"name\": \"Presupuesto prueba\",\n            \"created\": \"2020-08-25T01:29:16.805498+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 145000,\n            \"expiration_date\": \"2020-08-25T06:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/28/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/28/2c6dd35e9c937db2fc3409556e3309304558c3aa/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 47910,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 26,\n            \"budget_code\": \"00000\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prue00\",\n            \"created\": \"2022-07-14T15:55:58.989304+02:00\",\n            \"status\": \"sent\",\n            \"amount\": 0,\n            \"expiration_date\": \"2022-07-14T06:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/47910/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/47910/bc7c62bd69386d88f9538f6ba3448625b5177153/\",\n            \"currency\": \"USD\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 50080,\n            \"owner\": \"https://api.clientify.net/v1/users/58068/\",\n            \"budget_number\": 10,\n            \"budget_code\": \"null00010\",\n            \"owner_name\": \"Victor Ospina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0010\",\n            \"created\": \"2022-07-27T22:07:52.252093+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 1,\n            \"expiration_date\": \"2022-07-27T07:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/50080/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/50080/c05951120eb987f883f528f320177f30012d04bd/\",\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"first_name\": \"SOPORTE CLIENTIFY\",\n                \"last_name\": \"\",\n                \"email\": \"asffssdf@gmail.com\",\n                \"absolute_url\": \"/contacts/29914128/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 51124,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 12,\n            \"budget_code\": \"null00012\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0012\",\n            \"created\": \"2022-08-03T19:12:52.033736+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 1096.92,\n            \"expiration_date\": \"2022-09-30T07:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/51124/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/51124/c601ad744620cc72bc6d3d8773d0e49a09ba3d61/\",\n            \"currency\": \"EUR\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": 1079.92,\n            \"deal\": null\n        },\n        {\n            \"id\": 51126,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 13,\n            \"budget_code\": \"null00013\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0013\",\n            \"created\": \"2022-08-03T19:17:38.505849+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 1027.65,\n            \"expiration_date\": \"2022-08-03T06:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/51126/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/51126/a1133bc825eb7d70c0851eb9c502fb71ee65054b/\",\n            \"currency\": \"USD\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 51127,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 14,\n            \"budget_code\": \"null00014\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0014\",\n            \"created\": \"2022-08-03T19:21:45.741933+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 1096.92,\n            \"expiration_date\": \"2022-08-03T06:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/51127/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/51127/2ef03407e569adaa265301bf9ae907416b7cf209/\",\n            \"currency\": \"EUR\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": 1079.92,\n            \"deal\": null\n        },\n        {\n            \"id\": 51171,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 15,\n            \"budget_code\": \"00015\",\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prue0015\",\n            \"created\": \"2022-08-03T21:31:06.752643+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 4.88,\n            \"expiration_date\": \"2022-08-03T06:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/51171/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/51171/22cf34aa1628ce2c389abc8eaf7a9893d1316dfd/\",\n            \"currency\": \"MXN\",\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": 100,\n            \"deal\": null\n        },\n        {\n            \"id\": 58422,\n            \"owner\": \"https://api.clientify.net/v1/users/80600/\",\n            \"budget_number\": 16,\n            \"budget_code\": \"00016\",\n            \"owner_name\": \"Carmen Alcaide\",\n            \"owner_picture\": null,\n            \"name\": \"prue0016\",\n            \"created\": \"2022-09-19T11:32:08.231661+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 0,\n            \"expiration_date\": \"2022-09-19T00:00:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/58422/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\",\n            \"currency\": \"USD\",\n            \"contact\": {\n                \"first_name\": \"Israel\",\n                \"last_name\": \"\",\n                \"email\": \"damasdelara@hotmail.com\",\n                \"absolute_url\": \"/contacts/3462467/\"\n            },\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 32748,\n            \"owner\": \"https://api.clientify.net/v1/users/58068/\",\n            \"budget_number\": 17,\n            \"budget_code\": null,\n            \"owner_name\": \"Victor Ospina\",\n            \"owner_picture\": null,\n            \"name\": \"prueb0017\",\n            \"created\": \"2022-04-02T00:48:39.671700+02:00\",\n            \"status\": \"opened\",\n            \"amount\": 85600,\n            \"expiration_date\": \"2022-04-02T23:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/32748/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/32748/649edbc805781cfb44d6a236383d26eb3c4f61f0/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        },\n        {\n            \"id\": 34659,\n            \"owner\": \"https://api.clientify.net/v1/users/33942/\",\n            \"budget_number\": 19,\n            \"budget_code\": null,\n            \"owner_name\": \"Freddie Molina\",\n            \"owner_picture\": null,\n            \"name\": \"prueb0019\",\n            \"created\": \"2022-04-18T23:55:05.576848+02:00\",\n            \"status\": \"expired\",\n            \"amount\": 171585,\n            \"expiration_date\": \"2022-04-18T23:59:00+02:00\",\n            \"url\": \"https://clientify.net/budgets/edit/34659/\",\n            \"preview_url\": \"https://clientify.net/budgets/open_v2/34659/90978a05328cb37b10a51e13434c937b1b19258c/\",\n            \"currency\": null,\n            \"contact\": null,\n            \"company\": null,\n            \"amount_user\": null,\n            \"deal\": null\n        }\n    ]\n}"}],"_postman_id":"89020957-8b2f-4247-bf1f-89adea0c57bb"},{"name":"Budget Details","id":"22eaab9d-7605-44ad-864d-5913ebecb57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","description":"<p>Get budget details.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"4110437c-3135-4e30-bb4c-2384f825f18f","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"0b1eeaef-4dc5-4e9f-8500-55b82f60b812","name":"Budget Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:14:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=2LpS0A2xtQMFmKCYSHp%2BR3OAmi0xkP4psupR%2BEZbBeN6i2oEWNFKym6dzKBXxFM%2B1H9TXbSFN5smbhtmOehYtwna5jufD26I5Q7%2BlbfC26v0qolVApfsfIqw5gYQUPr%2FCn8x\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbdab5dcc80306-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 58422,\n    \"owner\": 80600,\n    \"owner_name\": \"Carmen Alcaide\",\n    \"budget_number\": 16,\n    \"name\": \"prue0016\",\n    \"created\": \"2022-09-19T11:32:08.231661+02:00\",\n    \"status\": \"sent\",\n    \"expiration_date\": \"2022-09-19T00:00:00+02:00\",\n    \"url\": \"https://clientify.net/budgets/edit/58422/\",\n    \"preview_url\": \"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\",\n    \"contact\": {\n        \"id\": 3462467,\n        \"full_name\": \"Israel\",\n        \"absolute_url\": \"/contacts/3462467/\",\n        \"taxpayer_identification_number\": \"\",\n        \"email\": \"damasdelara@hotmail.com\",\n        \"phone\": \"637838906\"\n    },\n    \"company\": null,\n    \"deal\": null,\n    \"comments\": \"\",\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\n    \"details\": \"\",\n    \"note\": \"\",\n    \"items\": [],\n    \"privacy_policy\": \"\",\n    \"budget_taxes\": [],\n    \"budget_code\": \"00016\",\n    \"currency\": \"USD\",\n    \"amount\": 0,\n    \"amount_user\": null,\n    \"products_picture\": false,\n    \"products_description\": false,\n    \"hide_discounts\": false,\n    \"hide_taxes\": false,\n    \"subtotal\": 0,\n    \"discount\": 0,\n    \"tax\": 0,\n    \"total\": 0\n}"}],"_postman_id":"22eaab9d-7605-44ad-864d-5913ebecb57f"},{"name":"Create Budget","id":"1b1d419a-edf5-4df3-9163-bd7d47a5bddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"COP\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": null,\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-10-16T00:00:00-04:00\",\r\n    \"name\": \"test00017\",\r\n    \"note\": \"\",\r\n    \"owner\": \"80600\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [],\r\n    \"subtotal\": 0,\r\n    \"discount\": 0,\r\n    \"tax\": 0,\r\n    \"total\": 0,\r\n    \"budget_number\": \"17\",\r\n    \"budget_code\": \"00017\",\r\n    \"budget_taxes\": [],\r\n    \"products_picture\": false,\r\n    \"products_description\": false,\r\n    \"hide_discounts\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/","description":"<p>Create a Budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"bc935b16-24a5-463c-848f-a1fd2d1631e5","name":"Create Budget","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"COP\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": null,\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-10-16T00:00:00-04:00\",\r\n    \"name\": \"test00017\",\r\n    \"note\": \"\",\r\n    \"owner\": \"80600\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [],\r\n    \"subtotal\": 0,\r\n    \"discount\": 0,\r\n    \"tax\": 0,\r\n    \"total\": 0,\r\n    \"budget_number\": \"17\",\r\n    \"budget_code\": \"00017\",\r\n    \"budget_taxes\": [],\r\n    \"products_picture\": false,\r\n    \"products_description\": false,\r\n    \"hide_discounts\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 20 Sep 2022 16:35:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1870"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Location","value":"https://clientify.net/budgets/edit/58806/"},{"key":"Allow","value":"GET, POST, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=sCl1Iqls9wbRS1%2FZZqO3KXiVwIAjeSp0Eq9ilVNGVkYDyEU8FxLS4gI%2FEwYQUdO782T8%2FLgs3CytrkilJ6CS7GkXPTcA0SgtPJJ9E%2BCmBb5J5X6BapijXK7Q0FMLqaulb7cs\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74dbfa3739ed67d5-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 58806,\n    \"owner\": 80600,\n    \"owner_name\": \"Carmen Alcaide\",\n    \"budget_number\": 17,\n    \"name\": \"test00017\",\n    \"created\": \"2022-09-20T18:35:59.345665+02:00\",\n    \"status\": \"pending\",\n    \"expiration_date\": \"2022-10-16T06:00:00+02:00\",\n    \"url\": \"https://clientify.net/budgets/edit/58806/\",\n    \"preview_url\": \"https://clientify.net/budgets/open/58806/1e6bbacb722ac7730942d2640223ba0641fc84b1/\",\n    \"contact\": null,\n    \"company\": null,\n    \"deal\": null,\n    \"project\": null,\n    \"comments\": \"\",\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\",\n    \"details\": \"\",\n    \"note\": \"\",\n    \"items\": [],\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\",\n    \"budget_taxes\": [],\n    \"budget_code\": \"00017\",\n    \"currency\": \"COP\",\n    \"amount\": 0,\n    \"amount_user\": null,\n    \"products_picture\": false,\n    \"products_description\": false,\n    \"hide_discounts\": false,\n    \"hide_taxes\": false\n}"}],"_postman_id":"1b1d419a-edf5-4df3-9163-bd7d47a5bddd"},{"name":"Update Budget","id":"c34288d8-1c10-4bcc-96e6-ff51c3fc5d1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"COP\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": null,\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-10-16T00:00:00-04:00\",\r\n    \"name\": \"test00017\",\r\n    \"note\": \"\",\r\n    \"owner\": \"80600\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [],\r\n    \"subtotal\": 0,\r\n    \"discount\": 0,\r\n    \"tax\": 0,\r\n    \"total\": 0,\r\n    \"budget_number\": \"17\",\r\n    \"budget_code\": \"00017\",\r\n    \"budget_taxes\": [],\r\n    \"products_picture\": false,\r\n    \"products_description\": false,\r\n    \"hide_discounts\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","description":"<p>Update Budget details.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"8bcce3a1-4750-4164-bfce-16c89977b4e5","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"f5d2ddcc-fc59-4587-a21d-dbc3414db44e","name":"Update Budget","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"COP\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": null,\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-10-16T00:00:00-04:00\",\r\n    \"name\": \"test00017\",\r\n    \"note\": \"\",\r\n    \"owner\": \"80600\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [],\r\n    \"subtotal\": 0,\r\n    \"discount\": 0,\r\n    \"tax\": 0,\r\n    \"total\": 0,\r\n    \"budget_number\": \"17\",\r\n    \"budget_code\": \"00017\",\r\n    \"budget_taxes\": [],\r\n    \"products_picture\": false,\r\n    \"products_description\": false,\r\n    \"hide_discounts\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Sep 2022 20:40:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=cSG1ajKV9kHIMwQfpmtCWpaFNqN53FwYvP1n35YddG4CndBqd%2BNxP%2BafxG%2BWqjwzijyOd6rvd2SOimBghw5yMQdc7kqPOx4VuW0ZUTMeOnB7w5UWfESyEVCQJ%2F3ZDl31yF1I\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74eddb723e02b3bb-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 58422,\n    \"owner\": 80600,\n    \"owner_name\": \"Carmen Alcaide\",\n    \"budget_number\": 17,\n    \"name\": \"test00017\",\n    \"created\": \"2022-09-19T11:32:08.231661+02:00\",\n    \"status\": \"expired\",\n    \"expiration_date\": \"2022-10-16T06:00:00+02:00\",\n    \"url\": \"https://clientify.net/budgets/edit/58422/\",\n    \"preview_url\": \"https://clientify.net/budgets/open/58422/3f5112ab89c2c7932793ff2f177fff2647072fa8/\",\n    \"contact\": null,\n    \"company\": null,\n    \"deal\": null,\n    \"project\": null,\n    \"comments\": \"\",\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\",\n    \"details\": \"\",\n    \"note\": \"\",\n    \"items\": [],\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\",\n    \"budget_taxes\": [],\n    \"budget_code\": \"prueb0018\",\n    \"currency\": \"COP\",\n    \"amount\": 0,\n    \"amount_user\": null,\n    \"products_picture\": false,\n    \"products_description\": false,\n    \"hide_discounts\": false,\n    \"hide_taxes\": false\n}"}],"_postman_id":"c34288d8-1c10-4bcc-96e6-ff51c3fc5d1f"},{"name":"Delete Budget","id":"6068ab4b-d839-4904-a43c-4dc9e99aae9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"USD\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": \"4\",\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-08-10T00:00:00-04:00\",\r\n    \"name\": \"Mous00984\",\r\n    \"note\": \"\",\r\n    \"owner\": \"7\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [\r\n        {\r\n            \"product\": 9,\r\n            \"quantity\": 11221,\r\n            \"taxes\": [\r\n                \"129\"\r\n            ],\r\n            \"description\": \"<p>fgfgfg</p>\\n\",\r\n            \"unit_price\": 11121100,\r\n            \"discount_percentage\": 10\r\n        },\r\n        {\r\n            \"product\": 57,\r\n            \"quantity\": 21,\r\n            \"taxes\": [\r\n                \"129\"\r\n            ],\r\n            \"description\": \"<ul>\\n\\t<li>5 usuarios</li>\\n\\t<li>CRM hasta 2.500 contactos</li>\\n\\t<li>M&oacute;dulo de marketing:</li>\\n\\t<li>Enviador de email marketing (sin l&iacute;mite de env&iacute;os)</li>\\n\\t<li>Constructor de landing pages (sin l&iacute;mite)</li>\\n\\t<li>Generador de Chatbot, pop up y formularios online (sin l&iacute;mite)</li>\\n\\t<li>Herramienta de automatizaciones</li>\\n\\t<li>M&oacute;dulo Ventas:</li>\\n\\t<li>Gesti&oacute;n de oportunidades</li>\\n\\t<li>Herramientas de actividades</li>\\n\\t<li>Herramienta de video Marketing</li>\\n\\t<li>Setup con apoyo material online</li>\\n\\t<li>Soporte por chat en l&iacute;nea</li>\\n</ul>\\n\\n<p><a href=\\\"https://www.youtube.com/watch?v=v2cNgve6_0c&amp;t=4176s\\\">https://www.youtube.com/watch?v=v2cNgve6_0c&amp;t=4176s</a></p>\\n\",\r\n            \"unit_price\": 454579\r\n        }\r\n    ],\r\n    \"subtotal\": 1123759,\r\n    \"discount\": 112210,\r\n    \"tax\": 1011549,\r\n    \"total\": 224640845898,\r\n    \"budget_taxes\": [\r\n        \"129\"\r\n    ],\r\n    \"products_picture\": false,\r\n    \"products_description\": true,\r\n    \"hide_discounts\": false,\r\n    \"hide_taxes\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","description":"<p>Delete a budget by id.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"94f97ca6-6ab5-4358-8c32-5f27adbe178c","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"0503a1e7-40c2-4788-a877-f5b56acd91df","name":"Delete Budget","originalRequest":{"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"currency\": \"USD\",\r\n    \"comments\": \"\",\r\n    \"company\": null,\r\n    \"contact\": \"4\",\r\n    \"deal\": null,\r\n    \"details\": \"\",\r\n    \"expiration_date\": \"2022-08-10T00:00:00-04:00\",\r\n    \"name\": \"Mous00984\",\r\n    \"note\": \"\",\r\n    \"owner\": \"7\",\r\n    \"project\": null,\r\n    \"purchase_terms\": \"<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>\\n\",\r\n    \"privacy_policy\": \"<p><strong>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</strong></p>\\n\",\r\n    \"items\": [\r\n        {\r\n            \"product\": 9,\r\n            \"quantity\": 11221,\r\n            \"taxes\": [\r\n                \"129\"\r\n            ],\r\n            \"description\": \"<p>fgfgfg</p>\\n\",\r\n            \"unit_price\": 11121100,\r\n            \"discount_percentage\": 10\r\n        },\r\n        {\r\n            \"product\": 57,\r\n            \"quantity\": 21,\r\n            \"taxes\": [\r\n                \"129\"\r\n            ],\r\n            \"description\": \"<ul>\\n\\t<li>5 usuarios</li>\\n\\t<li>CRM hasta 2.500 contactos</li>\\n\\t<li>M&oacute;dulo de marketing:</li>\\n\\t<li>Enviador de email marketing (sin l&iacute;mite de env&iacute;os)</li>\\n\\t<li>Constructor de landing pages (sin l&iacute;mite)</li>\\n\\t<li>Generador de Chatbot, pop up y formularios online (sin l&iacute;mite)</li>\\n\\t<li>Herramienta de automatizaciones</li>\\n\\t<li>M&oacute;dulo Ventas:</li>\\n\\t<li>Gesti&oacute;n de oportunidades</li>\\n\\t<li>Herramientas de actividades</li>\\n\\t<li>Herramienta de video Marketing</li>\\n\\t<li>Setup con apoyo material online</li>\\n\\t<li>Soporte por chat en l&iacute;nea</li>\\n</ul>\\n\\n<p><a href=\\\"https://www.youtube.com/watch?v=v2cNgve6_0c&amp;t=4176s\\\">https://www.youtube.com/watch?v=v2cNgve6_0c&amp;t=4176s</a></p>\\n\",\r\n            \"unit_price\": 454579\r\n        }\r\n    ],\r\n    \"subtotal\": 1123759,\r\n    \"discount\": 112210,\r\n    \"tax\": 1011549,\r\n    \"total\": 224640845898,\r\n    \"budget_taxes\": [\r\n        \"129\"\r\n    ],\r\n    \"products_picture\": false,\r\n    \"products_description\": true,\r\n    \"hide_discounts\": false,\r\n    \"hide_taxes\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 22 Sep 2022 20:47:26 GMT"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, PUT, PATCH, DELETE, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=LM7ER0hptc13tS9LdFCymDwgYW%2F4X9SINooMB9wycY2iH8TfSfWqonEQs1eZhmgshmU8uIBHgZnYgOFRTfzVW6%2FI8NlFKGgWAhLTD9ezLolar52F75MhTQjNQecf95sLydQD\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ede54b786bb3bb-MIA"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6068ab4b-d839-4904-a43c-4dc9e99aae9d"},{"name":"Delete multiple Budgets","id":"d055fae0-37d6-4ad0-a876-b8c85720f896","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/multiple/?id=59420&id=59421","description":"<p>Delete multiple budgets.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","multiple",""],"host":["{{Domain}}"],"query":[{"key":"id","value":"59420"},{"key":"id","value":"59421"}],"variable":[]}},"response":[],"_postman_id":"d055fae0-37d6-4ad0-a876-b8c85720f896"},{"name":"Get Budget Items","id":"57f9baa7-3069-4625-bfaf-2a7434b47851","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/items/","description":"<p>Get product list from a Budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","items",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"0f44176c-5daa-4aa5-885d-796284f01feb","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"e0802c22-2df3-4cde-baa2-0538b9ef5b89","name":"Get Budget Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/items/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","items",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Sep 2022 21:39:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=2EnBHxvBKt2JoU3O7Boa5JEDp%2FBQBWPpdOlMaInaU5NmSKysi%2FBxyezu625HABWBOQMnaWsvQq6%2BzVIFhdhOxgGJdasrG640aCMbxGjnXBBTP%2Ff4OfGG1WjaSzOOy9H4zLJm\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ee31a8aa0e0314-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 160103,\n        \"product\": 2620279,\n        \"item\": null,\n        \"quantity\": \"1.00\",\n        \"unit_price\": \"600.00\",\n        \"discount_percentage\": null,\n        \"taxes\": [],\n        \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\"\n    },\n    {\n        \"id\": 160104,\n        \"product\": 2620278,\n        \"item\": null,\n        \"quantity\": \"1.00\",\n        \"unit_price\": \"450.00\",\n        \"discount_percentage\": null,\n        \"taxes\": [],\n        \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\"\n    }\n]"}],"_postman_id":"57f9baa7-3069-4625-bfaf-2a7434b47851"},{"name":"Create Deal from Budget","id":"ad4309f9-94b9-4c0b-9bd8-ba8f89debc2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/deal/","description":"<p>Create Deal from Budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","deal",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"c649011a-2dc6-4406-9cf0-74ab74e936fe","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"ca7d374a-721c-4863-aa53-94e5990473ad","name":"Create Deal from budget","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/deal/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","deal",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Sep 2022 21:56:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"POST, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=ehTG60bgVDOdmRi7xN4CK7M3bYYeUFhROkFeaBUcoqAXBb0auY1ohgIS%2BtwDG0qE5LrKhj2Mbew%2Ba9W1UMQWwxbS5W%2BhJpJtEI0kTkj1mlx9N9k500toK4C9kGxv0125LPgh\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ee4ab368b32293-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"url\": \"/v1/deals/3261255/\",\n    \"id\": 3261255,\n    \"owner\": \"freddiejmo@gmail.com\",\n    \"owner_name\": \"Freddie Molina\",\n    \"owner_picture\": null,\n    \"name\": \"Deal created from budget prue0018\",\n    \"amount\": \"1050.00\",\n    \"amount_user\": null,\n    \"currency\": \"USD\",\n    \"contact\": null,\n    \"contact_name\": null,\n    \"contact_email\": null,\n    \"contact_phone\": null,\n    \"created\": \"2022-09-22T23:56:39.682425+02:00\",\n    \"modified\": \"2022-09-22T23:56:39.682454+02:00\",\n    \"expected_closed_date\": \"2022-10-07\",\n    \"actual_closed_date\": null,\n    \"company\": null,\n    \"source\": null,\n    \"deal_source\": null,\n    \"status\": 1,\n    \"stages_duration\": [\n        {\n            \"stage_name\": \"Toma de contacto\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 0\n        },\n        {\n            \"stage_name\": \"Presentación de propuesta\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 1\n        },\n        {\n            \"stage_name\": \"En negociación\",\n            \"stage_duration\": {\n                \"hours\": 0,\n                \"minutes\": 0,\n                \"days\": 0\n            },\n            \"stage_position\": 2\n        }\n    ],\n    \"status_desc\": \"Open\",\n    \"probability\": 2,\n    \"probability_desc\": \"20%\",\n    \"pipeline_stage\": 49,\n    \"pipeline_stage_desc\": \"Toma de contacto\",\n    \"pipeline\": 17,\n    \"pipeline_desc\": \"Por defecto\"\n}"}],"_postman_id":"ad4309f9-94b9-4c0b-9bd8-ba8f89debc2d"},{"name":"Get Budget name","id":"b59c2654-fe9e-46ff-9eab-846d115e31ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/budgetname/","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets","budgetname",""],"host":["{{Domain}}"],"query":[],"variable":[]}},"response":[{"id":"048e4ad1-87d1-4df0-b98e-3f5a2c3e4f95","name":"Get Budget name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/budgetname/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Sep 2022 22:17:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=xMy0R9xMVxClvpSXAgHCmZcH4DHhJS50SIZ3S9JiDeQWkOV58SgJdyJmlPgTtKRHU76V1WGc9ZnrMKPhQqZr6ow2d%2FGtX0nDTJrfS%2BC5sxeDT%2BHD7mCZcHXQznmi236LLRBc\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ee69e1df9f8dc7-MIA"}],"cookie":[],"responseTime":null,"body":"{\n    \"budget_name\": \"prueb0021\"\n}"}],"_postman_id":"b59c2654-fe9e-46ff-9eab-846d115e31ce"},{"name":"Duplicate Budget","id":"840c620f-ea28-47c2-94a8-3f0e941d9503","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/duplicate/","description":"<p>Duplicate Budget.</p>\n","urlObject":{"protocol":"{{Protocol}}","path":["v1","budgets",":budget_id","duplicate",""],"host":["{{Domain}}"],"query":[],"variable":[{"id":"19197a4d-0d21-4473-9a27-e7b8f9adb68d","description":{"content":"<p>Id of budget instance.</p>\n","type":"text/plain"},"type":"any","value":"{{budget_id}}","key":"budget_id"}]}},"response":[{"id":"7b64e6bf-56c2-48f6-83e5-b6be45450656","name":"Duplicate Budget","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Token {{Token}}","type":"text"}],"url":{"raw":"{{Protocol}}://{{Domain}}/v1/budgets/:budget_id/duplicate/","protocol":"{{Protocol}}","host":["{{Domain}}"],"path":["v1","budgets",":budget_id","duplicate",""],"variable":[{"key":"budget_id","value":"{{budget_id}}","description":"Id of budget instance."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 22 Sep 2022 22:08:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Language","value":"en"},{"key":"Vary","value":"Accept, Accept-Language, Cookie"},{"key":"Allow","value":"GET, HEAD, OPTIONS"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=HKY2hl%2BO4JcDtpF03ptYwV29A8M5VJFe524clzVBAz1Z%2BRByXTnyDlrbu7ye5xMTnKcc5cJZKX7UjUkQ6KrlCC4TZI0vODxVuA2jzrXZ8Drgz3CLcbbuFiuGjGa998vNUkyy\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"74ee5b5549096dd9-MIA"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 59453,\n    \"owner\": 33942,\n    \"owner_name\": \"Freddie Molina\",\n    \"budget_number\": 20,\n    \"name\": \"prueb0020\",\n    \"created\": \"2022-09-23T00:08:00.967109+02:00\",\n    \"status\": \"pending\",\n    \"expiration_date\": \"2022-09-22T05:00:00+02:00\",\n    \"url\": \"https://clientify.net/budgets/edit/59453/\",\n    \"preview_url\": \"https://clientify.net/budgets/open/59453/bde473253123fd26be735f92877db1ac079ffe5f/\",\n    \"contact\": null,\n    \"company\": null,\n    \"deal\": null,\n    \"project\": null,\n    \"comments\": \"\",\n    \"purchase_terms\": \"<p>Prueba en t&eacute;rminos de compra</p>\",\n    \"details\": \"\",\n    \"note\": \"\",\n    \"items\": [\n        {\n            \"id\": 160123,\n            \"product\": 2620278,\n            \"item\": null,\n            \"quantity\": \"1.00\",\n            \"unit_price\": \"450.00\",\n            \"discount_percentage\": null,\n            \"taxes\": [],\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\"\n        },\n        {\n            \"id\": 160124,\n            \"product\": 2620279,\n            \"item\": null,\n            \"quantity\": \"1.00\",\n            \"unit_price\": \"600.00\",\n            \"discount_percentage\": null,\n            \"taxes\": [],\n            \"description\": \"<html>\\r\\n<head>\\r\\n\\t<title></title>\\r\\n</head>\\r\\n<body></body>\\r\\n</html>\"\n        }\n    ],\n    \"privacy_policy\": \"\",\n    \"budget_taxes\": [],\n    \"budget_code\": \"Test00019\",\n    \"currency\": \"USD\",\n    \"amount\": 1050,\n    \"amount_user\": null,\n    \"products_picture\": false,\n    \"products_description\": false,\n    \"hide_discounts\": false,\n    \"hide_taxes\": false\n}"}],"_postman_id":"840c620f-ea28-47c2-94a8-3f0e941d9503"}],"id":"13cd32bb-f968-4de6-bdeb-87e0add7b364","_postman_id":"13cd32bb-f968-4de6-bdeb-87e0add7b364","description":""}],"event":[{"listen":"prerequest","script":{"id":"f6a9e67f-b618-4470-9b7d-b1bb6ae0d2f3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8880230d-acc2-4ed7-acaa-1798b2fb53e1","type":"text/javascript","exec":[""]}}]}