{"info":{"_postman_id":"49057902-25d1-45a1-9a4c-fec630a39f61","name":"Properfy Public REST API","description":"<html><head></head><body><p>Essa é a v1.4 da documentação da REST API do Properfy (<a href=\"https://properfy.com.br\">https://properfy.com.br</a>). Qualquer dúvida ou problema, entre em contato conosco pelo e-mail <a href=\"https://mailto:api@properfy.com.br\">api@properfy.com.br</a> ou diretamente com seu gerente de contas.</p>\n<p>Para fazer requisições à nossa API, serão necessários dois dados básicos:</p>\n<p><strong>1. A URL de acesso do cliente:</strong></p>\n<p>Cada cliente usa um subdomínio próprio para acessar o sistema (ex.: sistema.dominiodaimobiliaria.com.br). Essa é a base das URLs a serem utilizadas nas chamadas ao sistema. A composição básica da URL para as chamadas é o subdomínio do cliente adicionado de \"/api/\", por exemplo, <a href=\"https://sistema.dominiodaimobiliaria.com.br/api/\">https://sistema.dominiodaimobiliaria.com.br/api/</a></p>\n<p><strong>2. O token de autorização:</strong></p>\n<p>Cada usuário tem um token próprio. Para geração do seu token, é necessário enviar os dados de login através da rota \"<strong>Auth</strong>\", mostrada abaixo. No retorno dessa chamada há o campo \"token\", no qual consta o dado a ser salvo e enviado como 'Bearer Token' nas demais rotas.</p>\n<p><strong>Formatos padrão</strong></p>\n<p>Datas: Os campos de data sempre devem ser enviados no formato YYYY-MM-DD</p>\n<p>Valor: Os campos de valor podem ser enviados sem decimais, caso seja um valor inteiro (ex.: 1000). Quando houver decimais, esses devem ser separados da parte inteira por PONTO (ex.: 1000.55). Caso o separador seja uma vírgula, os valores após a vírgula serão descartados!</p>\n<p><strong>Ambiente de Homologação</strong></p>\n<p>Para chamadas ao ambiente de homologação, conforme demonstrado nas chamadas abaixo, a raiz da URL é: <a href=\"https://sandbox.properfy.com.br/api/\">https://sandbox.properfy.com.br/api/</a></p>\n<p>Todos os dados do ambiente de homologação são falsos, e podem ser livremente trabalhados para os mais variados testes de CRUD. Periodicamente o banco de dados é restaurado, para que sempre estejam em condições ideais para os testes. Tenha em mente que os dados de seus testes podem, portanto, ser perdidos ao longo do tempo.</p>\n<p><strong>Ordem sugerida de cadastros:</strong></p>\n<p>Caso não esteja familiarizado com a API, seguem abaixo algumas sugestões de ordem dos eventos para agilizar seu desenvolvimento:</p>\n<ol>\n<li><p>Antes de cadastrar um contrato, cadastre o imóvel (e portanto os proprietários), os inquilinos, e os possíveis fiadores. Salve os IDs para utilizar no momento do cadastro do contrato.</p>\n</li>\n<li><p>Proprietários que já foram vinculados a imóveis não podem mais ser deletados, somente baixados.</p>\n</li>\n<li><p>Imóveis que já foram vinculados a contratos não podem mais ser deletados, somente baixados.</p>\n</li>\n<li><p>Inquilinos que já foram vinculados a contratos não podem mais ser deletados, somente baixados.</p>\n</li>\n<li><p>Fiadores que já foram vinculados a contratos não podem mais ser deletados, somente baixados.</p>\n</li>\n<li><p>Contratos que já foram ativados não podem mais ser deletados, somente rescindidos.</p>\n</li>\n<li><p>Contratos em modo rascunho (pré-ativação) podem ser deletados.</p>\n</li>\n</ol>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"23095207","collectionId":"49057902-25d1-45a1-9a4c-fec630a39f61","publishedId":"VUxNR7hZ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-08-31T02:52:31.000Z"},"item":[{"name":"AUTH","item":[{"name":"Get API Token","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":["var jsonData = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"token\", jsonData.token);"],"type":"text/javascript"}}],"id":"2b6adb17-5806-48de-9999-854f684da052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcEmail\":\"test_user@properfy.com.br\",\r\n    \"vrcPass\":\"POMRDSCW\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/auth/token","description":"<p>Essa será a rota utilizada para obter o token utilizado em todas as outras rotas.</p>\n<p>No body da requisição deverão ser enviados o e-mail e a senha do usuário, conforme exemplo abaixo.</p>\n<p>No retorno da chamada, o campo \"token\" conterá a informação a ser reutilizada no restante das rotas.</p>\n","urlObject":{"path":["token"],"host":["https://sandbox.properfy.com.br/api/auth"],"query":[],"variable":[]}},"response":[{"id":"e3ac8751-507d-4ad1-bc2c-95ecc92ae402","name":"Get API Token Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcEmail\":\"test_user@properfy.com.br\",\r\n    \"vrcPass\":\"POMRDSCW\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 31 Aug 2022 02:33:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"f44befae-df20-484d-8c36-3fa574a2cfdf\",\n    \"company\": 1,\n    \"name\": \"Teste de API\",\n    \"email\": \"test_user@properfy.com.br\",\n    \"avatar\": \"08fd24ed8c39809aa797dd441602f9d1fcd9d30550a657327271911074bac94d.png\",\n    \"settings\": {\n        \"url\": \"https://properfy.com.br/\",\n        \"logo\": \"logo_properfy.png\",\n        \"email\": {\n            \"logo\": \"logo_properfy.png\"\n        },\n        \"payment\": \"4902176755\",\n        \"layout\": {\n            \"theme\": \"light\"\n        },\n        \"profiles\": []\n    },\n    \"companies\": [\n        {\n            \"id\": 1,\n            \"ak\": 1,\n            \"fkHeadOffice\": null,\n            \"intLastInvoiceId\": 6903,\n            \"chrName\": \"IMOB. TESTE LTDA.\",\n            \"chrName2\": null,\n            \"chrRegisterNumber\": \"12142829000108\",\n            \"chrRegisterNumber2\": \"9052293542\",\n            \"chrEmailContact\": \"email1@properfy.com.br\",\n            \"chrContactName\": \"Nome do Contato 1\",\n            \"chrEmailBilling\": \"cobranca@properfy.com.br\",\n            \"chrBillingName\": \"Nome do Contato 2\",\n            \"chrAddressPostalCode\": \"81270010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Rua das Couves\",\n            \"chrAddressNumber\": \"100\",\n            \"chrStatus\": \"ACTIVE\",\n            \"dteStatus\": \"2020-03-02T03:00:00.000000Z\",\n            \"chrTaxpayerType\": \"X\",\n            \"chrTaxRule\": \"X\",\n            \"chrCovenant\": \"0920000\",\n            \"jsonContact\": \"[]\",\n            \"jsonNfe\": \"{\\n  \\\"key\\\": \\\"1009629297_out.pfx\\\",\\n  \\\"pwd\\\": \\\"4455\\\",\\n  \\\"razaosocial\\\": \\\"BR-TOYS COMERCIAL LTDA\\\",\\n  \\\"siglaUF\\\": \\\"PR\\\",\\n  \\\"cnpj\\\": \\\"12031448000151\\\",\\n  \\\"schemes\\\": \\\"PL_008i2\\\",\\n  \\\"versao\\\": \\\"4.00\\\",\\n  \\\"tokenIBPT\\\": \\\"AAAAAAA\\\"\\n}\",\n            \"dteRegister\": \"2020-03-02T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"ufCode\": \"41\",\n            \"nfe\": {\n                \"key\": \"1009629297_out.pfx\",\n                \"pwd\": \"4455\",\n                \"razaosocial\": \"BR-TOYS COMERCIAL LTDA\",\n                \"siglaUF\": \"PR\",\n                \"cnpj\": \"12031448000151\",\n                \"schemes\": \"PL_008i2\",\n                \"versao\": \"4.00\",\n                \"tokenIBPT\": \"AAAAAAA\"\n            }\n        }\n    ],\n    \"admin\": true,\n    \"rules\": [\n        {\n            \"rule\": 1,\n            \"endpoint\": \"access-control/user\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"billing/outlay\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"billing/revenue\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"business/service\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"contract/expenses\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"contract/pattern\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"contract/template\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"fs/edit\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"fs/invalidate\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"fs/newcharge\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"fs/payment\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/agent\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/bondsman\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/condo\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/inspector\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/management\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/owner\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/provider\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"network/partner/renter\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"property/property\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"rental/contract\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"settings/access-profile\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"settings/billing\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"settings/checklist-layout\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"settings/property\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"settings/scheduled-notification\"\n        },\n        {\n            \"rule\": 1,\n            \"endpoint\": \"user/change\"\n        }\n    ],\n    \"blocked\": [],\n    \"jobs\": []\n}"}],"_postman_id":"2b6adb17-5806-48de-9999-854f684da052"}],"id":"88db80b4-cfb8-4020-93ad-3ce8be471a32","description":"<p>Essa é a primeira rota a ser utilizada, através da qual serão enviados seus dados de login, e retornado o token, necessário nas demais rotas.</p>\n","_postman_id":"88db80b4-cfb8-4020-93ad-3ce8be471a32"},{"name":"PERFIS DE ACESSO","item":[{"name":"Listagem","id":"8a54542b-234b-48bd-879e-0dfa42de36aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/access-control/access-profile","urlObject":{"path":["access-profile"],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[{"disabled":true,"key":"page","value":"1"},{"disabled":true,"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"68cdeadc-c5da-4619-bea9-8fe63fe73f47","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/access-control/access-profile","host":["https://sandbox.properfy.com.br/api/access-control"],"path":["access-profile"],"query":[{"key":"page","value":"1","disabled":true},{"key":"size","value":"10","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 16:43:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ak\": 1,\n            \"chrAlias\": \"Adm\",\n            \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/edit\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/newcharge\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/payment\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"user\\\\/change\\\",\\\"rule\\\":0}]\",\n            \"dttDeleted\": null,\n            \"rules\": [\n                {\n                    \"endpoint\": \"access-control/user\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/outlay\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/revenue\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"business/service\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/expenses\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/pattern\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/template\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/edit\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"fs/invalidate\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/newcharge\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/payment\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/agent\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/bondsman\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/condo\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/inspector\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/management\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/owner\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/provider\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/renter\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"property/property\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"rental/contract\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"settings/access-profile\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/billing\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/checklist-layout\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/property\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"settings/scheduled-notification\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"user/change\",\n                    \"rule\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"ak\": 1,\n            \"chrAlias\": \"Vistoriadores\",\n            \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":0}]\",\n            \"dttDeleted\": null,\n            \"rules\": [\n                {\n                    \"endpoint\": \"access-control/user\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/outlay\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"billing/revenue\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"business/service\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"contract/expenses\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/pattern\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"contract/template\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"fs/edit\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/invalidate\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/newcharge\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/payment\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/agent\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/bondsman\",\n                    \"rule\": 4\n                },\n                {\n                    \"endpoint\": \"network/partner/condo\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/inspector\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/management\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/owner\",\n                    \"rule\": 4\n                },\n                {\n                    \"endpoint\": \"network/partner/provider\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/renter\",\n                    \"rule\": 4\n                },\n                {\n                    \"endpoint\": \"property/property\",\n                    \"rule\": 4\n                },\n                {\n                    \"endpoint\": \"rental/contract\",\n                    \"rule\": 4\n                },\n                {\n                    \"endpoint\": \"settings/access-profile\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/billing\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/checklist-layout\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/property\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"settings/scheduled-notification\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"user/change\",\n                    \"rule\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"ak\": 1,\n            \"chrAlias\": \"Rescisão\",\n            \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":1}]\",\n            \"dttDeleted\": null,\n            \"rules\": [\n                {\n                    \"endpoint\": \"access-control/user\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/outlay\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"billing/revenue\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"business/service\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/expenses\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"contract/pattern\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/template\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/edit\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/invalidate\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"fs/newcharge\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/payment\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/agent\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/bondsman\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/condo\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/inspector\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/management\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/owner\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/provider\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/renter\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"property/property\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"rental/contract\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"settings/access-profile\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/billing\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/checklist-layout\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/property\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/scheduled-notification\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"user/change\",\n                    \"rule\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"ak\": 1,\n            \"chrAlias\": \"Financeiro\",\n            \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/edit\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/newcharge\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/payment\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"user\\\\/change\\\",\\\"rule\\\":0}]\",\n            \"dttDeleted\": null,\n            \"rules\": [\n                {\n                    \"endpoint\": \"access-control/user\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/outlay\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"billing/revenue\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"business/service\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/expenses\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/pattern\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"contract/template\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/edit\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"fs/invalidate\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"fs/newcharge\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"fs/payment\",\n                    \"rule\": 1\n                },\n                {\n                    \"endpoint\": \"network/partner/agent\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/bondsman\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/condo\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/inspector\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/management\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/owner\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/provider\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"network/partner/renter\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"property/property\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"rental/contract\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/access-profile\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/billing\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/checklist-layout\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/property\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"settings/scheduled-notification\",\n                    \"rule\": 0\n                },\n                {\n                    \"endpoint\": \"user/change\",\n                    \"rule\": 0\n                }\n            ]\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/access-control/access-profile?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/access-control/access-profile?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/access-control/access-profile\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"8a54542b-234b-48bd-879e-0dfa42de36aa"},{"name":"Cadastro","id":"bbaa241b-0ea9-472c-9884-b0d78d9d1db7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\r\n    \"rules\": [\r\n        {\r\n            \"endpoint\": \"access-control/user\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/outlay\",\r\n            \"rule\": 4\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/revenue\",\r\n            \"rule\": 24\r\n        },\r\n        {\r\n            \"endpoint\": \"business/service\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/expenses\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/pattern\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/template\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/edit\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/invalidate\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/newcharge\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/payment\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/agent\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/bondsman\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/condo\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/inspector\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/management\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/owner\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/provider\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/renter\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"property/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"rental/contract\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/access-profile\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/billing\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/checklist-layout\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/scheduled-notification\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"user/change\",\r\n            \"rule\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/access-profile","description":"<p>Para o cadastro de um novo padrão de perfil de acesso, é necessário enviar um nome a esse perfil de acesso através do campo \"chrAlias\", assim como um array com as regras de acesso. Essas regras conterão um conjunto de Endpoint + tipo de acesso permitido a esse endpoint.</p>\n<p>Seguem abaixo os endpoints disponíveis:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Endpoint</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>access-control.user</td>\n<td>Cadastro de Usuário</td>\n</tr>\n<tr>\n<td>billing.outlay</td>\n<td>Contas a Pagar</td>\n</tr>\n<tr>\n<td>billing.revenue</td>\n<td>Contas a Receber</td>\n</tr>\n<tr>\n<td>business.service</td>\n<td>Cadastro de Serviços</td>\n</tr>\n<tr>\n<td>contract.expenses'</td>\n<td>Despesas do Contrato</td>\n</tr>\n<tr>\n<td>contract.pattern</td>\n<td>Variáveis de Contrato</td>\n</tr>\n<tr>\n<td>contract.template</td>\n<td>Modelos de Contrato</td>\n</tr>\n<tr>\n<td>fs.edit</td>\n<td>Alterar Demonstrativos Financeiros</td>\n</tr>\n<tr>\n<td>fs.invalidate</td>\n<td>Invalidar Cobrança</td>\n</tr>\n<tr>\n<td>fs.newcharge</td>\n<td>Gerar Cobrança Extra</td>\n</tr>\n<tr>\n<td>fs.payment</td>\n<td>Dar Baixa em Demonstrativos Financeiros</td>\n</tr>\n<tr>\n<td>network.partner.agent</td>\n<td>Corretor</td>\n</tr>\n<tr>\n<td>network.partner.bondsman</td>\n<td>Fiador</td>\n</tr>\n<tr>\n<td>network.partner.condo</td>\n<td>Condomínio</td>\n</tr>\n<tr>\n<td>network.partner.inspector</td>\n<td>Vistoriador</td>\n</tr>\n<tr>\n<td>network.partner.management</td>\n<td>Administradora</td>\n</tr>\n<tr>\n<td>network.partner.owner</td>\n<td>Proprietário</td>\n</tr>\n<tr>\n<td>network.partner.provider</td>\n<td>Fornecedor</td>\n</tr>\n<tr>\n<td>network.partner.renter</td>\n<td>Inquilino</td>\n</tr>\n<tr>\n<td>property.property</td>\n<td>Cadastro de Imóveis</td>\n</tr>\n<tr>\n<td>rental.contract</td>\n<td>Contrato de Aluguel</td>\n</tr>\n<tr>\n<td>settings.access-profile</td>\n<td>Configurações de Perfil de Acesso</td>\n</tr>\n<tr>\n<td>settings.billing</td>\n<td>Configurações do Financeiro</td>\n</tr>\n<tr>\n<td>settings.checklist-layout</td>\n<td>Modelos de Checklist</td>\n</tr>\n<tr>\n<td>settings.property</td>\n<td>Configurações de Imóvel</td>\n</tr>\n<tr>\n<td>settings.scheduled-notification</td>\n<td>Notificações de Cobrança</td>\n</tr>\n<tr>\n<td>user.change</td>\n<td>Alterar Inquilino</td>\n</tr>\n</tbody>\n</table>\n</div><p>Para cada endpoint desses deve ser enviada a regra de acesso, conforme abaixo:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Regra</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Desativar</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Somente Visualização</td>\n</tr>\n<tr>\n<td>24</td>\n<td>Ver, Criar e Editar</td>\n</tr>\n<tr>\n<td>1</td>\n<td>Acesso Completo</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["access-profile"],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[],"variable":[]}},"response":[{"id":"c97792eb-2dfe-4d1d-a3b5-c03374db30d6","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\r\n    \"rules\": [\r\n        {\r\n            \"endpoint\": \"access-control/user\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/outlay\",\r\n            \"rule\": 4\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/revenue\",\r\n            \"rule\": 24\r\n        },\r\n        {\r\n            \"endpoint\": \"business/service\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/expenses\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/pattern\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/template\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/edit\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/invalidate\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/newcharge\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/payment\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/agent\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/bondsman\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/condo\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/inspector\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/management\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/owner\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/provider\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/renter\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"property/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"rental/contract\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/access-profile\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/billing\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/checklist-layout\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/scheduled-notification\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"user/change\",\r\n            \"rule\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/access-profile"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 16:49:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\n    \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":4},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":24},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/edit\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/newcharge\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/payment\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"user\\\\/change\\\",\\\"rule\\\":1}]\",\n    \"id\": 7,\n    \"rules\": [\n        {\n            \"endpoint\": \"access-control/user\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"billing/outlay\",\n            \"rule\": 4\n        },\n        {\n            \"endpoint\": \"billing/revenue\",\n            \"rule\": 24\n        },\n        {\n            \"endpoint\": \"business/service\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"contract/expenses\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"contract/pattern\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"contract/template\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/edit\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/invalidate\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/newcharge\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/payment\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/agent\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/bondsman\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/condo\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/inspector\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/management\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/owner\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/provider\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/renter\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"property/property\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"rental/contract\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/access-profile\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/billing\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/checklist-layout\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/property\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/scheduled-notification\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"user/change\",\n            \"rule\": 1\n        }\n    ]\n}"}],"_postman_id":"bbaa241b-0ea9-472c-9884-b0d78d9d1db7"},{"name":"Alteração","id":"c8f9756e-950b-4232-b292-1dfa63537480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\r\n    \"rules\": [\r\n        {\r\n            \"endpoint\": \"access-control/user\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/outlay\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/revenue\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"business/service\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/expenses\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/pattern\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/template\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/edit\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/invalidate\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/newcharge\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/payment\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/agent\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/bondsman\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/condo\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/inspector\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/management\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/owner\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/provider\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/renter\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"property/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"rental/contract\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/access-profile\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/billing\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/checklist-layout\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/scheduled-notification\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"user/change\",\r\n            \"rule\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/access-profile/7","description":"<p>Nessa rota podem ser enviadas alterações para perfis de acesso já existentes. Para isso, na URL da chamada deve ser enviado o ID do perfil de acesso que se deseja modificar, conforme demonstrado abaixo. Qualquer campo pode ser modificado, exceto o próprio ID.</p>\n","urlObject":{"path":["access-profile","7"],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[],"variable":[]}},"response":[{"id":"6ea6526e-9645-475c-9a01-d2a0158f1700","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\r\n    \"rules\": [\r\n        {\r\n            \"endpoint\": \"access-control/user\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/outlay\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"billing/revenue\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"business/service\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/expenses\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/pattern\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"contract/template\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/edit\",\r\n            \"rule\": 0\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/invalidate\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/newcharge\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"fs/payment\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/agent\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/bondsman\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/condo\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/inspector\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/management\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/owner\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/provider\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"network/partner/renter\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"property/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"rental/contract\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/access-profile\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/billing\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/checklist-layout\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/property\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"settings/scheduled-notification\",\r\n            \"rule\": 1\r\n        },\r\n        {\r\n            \"endpoint\": \"user/change\",\r\n            \"rule\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/access-profile/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 19:32:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7,\n    \"ak\": 1,\n    \"chrAlias\": \"TESTE CADASTRO VIA API\",\n    \"jsonRules\": \"[{\\\"endpoint\\\":\\\"access-control\\\\/user\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"billing\\\\/outlay\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"billing\\\\/revenue\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"business\\\\/service\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/expenses\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/pattern\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"contract\\\\/template\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/edit\\\",\\\"rule\\\":0},{\\\"endpoint\\\":\\\"fs\\\\/invalidate\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/newcharge\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"fs\\\\/payment\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/agent\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/bondsman\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/condo\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/inspector\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/management\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/owner\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/provider\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"network\\\\/partner\\\\/renter\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"property\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"rental\\\\/contract\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/access-profile\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/billing\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/checklist-layout\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/property\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"settings\\\\/scheduled-notification\\\",\\\"rule\\\":1},{\\\"endpoint\\\":\\\"user\\\\/change\\\",\\\"rule\\\":1}]\",\n    \"dttDeleted\": null,\n    \"rules\": [\n        {\n            \"endpoint\": \"access-control/user\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"billing/outlay\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"billing/revenue\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"business/service\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"contract/expenses\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"contract/pattern\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"contract/template\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"fs/edit\",\n            \"rule\": 0\n        },\n        {\n            \"endpoint\": \"fs/invalidate\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/newcharge\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"fs/payment\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/agent\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/bondsman\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/condo\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/inspector\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/management\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/owner\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/provider\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"network/partner/renter\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"property/property\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"rental/contract\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/access-profile\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/billing\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/checklist-layout\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/property\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"settings/scheduled-notification\",\n            \"rule\": 1\n        },\n        {\n            \"endpoint\": \"user/change\",\n            \"rule\": 1\n        }\n    ]\n}"}],"_postman_id":"c8f9756e-950b-4232-b292-1dfa63537480"}],"id":"2776fc21-d79f-4e3d-80cd-7de3ba22fdc9","description":"<p>Através desse módulo será possível listar, cadastrar ou modificar padrões de regras de acesso dos usuários.</p>\n","_postman_id":"2776fc21-d79f-4e3d-80cd-7de3ba22fdc9"},{"name":"USUÁRIOS","item":[{"name":"Listagem","id":"9d7a4149-d5ba-478b-90a2-a93d8a2e7286","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/access-control/user/","urlObject":{"path":["user",""],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[],"variable":[]}},"response":[{"id":"26c0c277-7eaa-4a17-a51f-a62ab6981fed","name":"Listagem","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/access-control/user/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 02 Sep 2022 01:57:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1026,\n            \"vrcName\": \"Moyses\",\n            \"vrcEmail\": \"contato@moysesoliveira.com.br\",\n            \"vrcPass\": \"$2y$10$0wK7j4km0YthxgxN3Qb3MOgKFUbgh/v1DD5z.73QSi1rzxAEO0IMS\",\n            \"vrcToken\": \"95017800-f7a4-40a4-91a3-ab69498f9a7a\",\n            \"chrApiToken\": \"d7b47dc1-d42c-47a1-ab82-a59003b30c40\",\n            \"vrcImage\": \"bf2c0d2d95cb45faa125bd46a21d7351cb95df805814d3f9008e232007a63fce.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": []}\",\n            \"dttAdded\": \"2022-03-07T22:01:58.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": []\n            },\n            \"profiles\": [],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 2,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1024,\n            \"vrcName\": \"Diego\",\n            \"vrcEmail\": \"diego@chavi.com.br\",\n            \"vrcPass\": \"$2y$10$wDRauyVIS3ZUhSXipbPX/O6RqBKQbjjDcop.MlP7IRcexCSVy7Ife\",\n            \"vrcToken\": \"89c7c74a-85e9-400d-ab6d-fb0541d0d227\",\n            \"chrApiToken\": \"dcc563c8-d2ee-47c2-afef-513eb38206a1\",\n            \"vrcImage\": \"775f0af128e3bce1b68cb308e7220d77860d908c256ecd3531199743b4bd2d68.jpeg\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-08T15:11:32.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 3,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1024,\n            \"vrcName\": \"API\",\n            \"vrcEmail\": \"api@properfy.com.br\",\n            \"vrcPass\": \"$2y$10$27pf6S.2RvxiEv4rUUpwCODhAsLVm.WMCziAB7aGSgZUVrAqEqDme\",\n            \"vrcToken\": \"e317800e3e710d05af305c2882c89a4c\",\n            \"chrApiToken\": \"9502d1dd-2f62-405f-b7fc-b8f13b9bc7d8\",\n            \"vrcImage\": \"\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-08T15:11:50.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 4,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1024,\n            \"vrcName\": \"Bruno Mossato\",\n            \"vrcEmail\": \"bruno@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$LJslnIHULDpyvPYPQdm0Mu3EVQFwVw4PpjPqdsimByEtGu.c1pJrq\",\n            \"vrcToken\": \"aaf53df4-e938-439a-9f62-f2cddf5de861\",\n            \"chrApiToken\": \"605c2a38-9590-4e09-96c2-f27fec915719\",\n            \"vrcImage\": \"3ac34c629c6d85e132f04af9a7e43bb5bf0fd6f70c52373c7080045757bb287a.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-08T16:01:25.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 5,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1024,\n            \"vrcName\": \"Diego Gomiero\",\n            \"vrcEmail\": \"diego@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$rwhYueASg0aMPsEEMQbO5u4azO6QvqogQAbUbxbPDJL4n7Vtv9/z2\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"f413a232-a715-4b99-beaa-c0c9302f16dc\",\n            \"vrcImage\": \"53f5b8bb7ff5fdb884f8e0d7a392b454a32359f1c374159964dabb9fc18e343d.jpeg\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 6,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 2,\n            \"vrcName\": \"Alessandra dos Santos\",\n            \"vrcEmail\": \"alessandra@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$xtm72.NtlEZ9IcCyuwx5xujA2Zhpu5Q8YxwW3BQC0TzDBaaUU1s9K\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"1443553e-f155-4bb1-9061-3cdf108e820f\",\n            \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 7,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 2,\n            \"vrcName\": \"Ana Cristina Penner Belo\",\n            \"vrcEmail\": \"anacristina@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$qDRwYuM/3WtzNWK50ywXVu.IU4.nMxSzfBQ6wdqETx39t0/eGOkfu\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"85afa464-f670-4471-b565-d15361ac4ff7\",\n            \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 8,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 1024,\n            \"vrcName\": \"Andrea\",\n            \"vrcEmail\": \"andrea@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$wCdYLZh3TT1G96YQwU8IaOzJOgUMBXXkwKt9/oxgriPofAS6.O5w6\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"8d169db4-bd2c-4d30-9fe0-ccab03567539\",\n            \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 9,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 2,\n            \"vrcName\": \"Andressa Silva\",\n            \"vrcEmail\": \"andressa@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$MshmFkg/KrXBtOe8YUNHXOGzdpbiTAYce1vCnx/h7EqCfIKclseSa\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"3f090cd2-9665-4e1e-8ff0-71d9616e070c\",\n            \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        },\n        {\n            \"id\": 10,\n            \"ak\": 1,\n            \"activeCompany\": 1,\n            \"intBitwiseType\": 2,\n            \"vrcName\": \"Andreza Silva\",\n            \"vrcEmail\": \"andreza@baggioimoveis.com.br\",\n            \"vrcPass\": \"$2y$10$G.p/bfjoxpuB5W9Ehkog4.FgCK6oX0ewU6v/mA/41p434VqISFq6i\",\n            \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n            \"chrApiToken\": \"1bf780a7-6ef8-465f-9955-fdb36a525408\",\n            \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n            \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"layout\": {\n                    \"theme\": \"light\"\n                },\n                \"profiles\": [\n                    1\n                ]\n            },\n            \"profiles\": [\n                1\n            ],\n            \"contact\": [],\n            \"account\": {\n                \"id\": 1,\n                \"fkParentCompany\": 1,\n                \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"url\": \"https://properfy.com.br/\",\n                    \"logo\": \"logo_properfy.png\",\n                    \"email\": {\n                        \"logo\": \"logo_properfy.png\"\n                    },\n                    \"payment\": \"4902176755\"\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/access-control/user?page=1\",\n    \"from\": 1,\n    \"last_page\": 6,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/access-control/user?page=6\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/access-control/user?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/access-control/user\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 51\n}"}],"_postman_id":"9d7a4149-d5ba-478b-90a2-a93d8a2e7286"},{"name":"Cadastro","id":"e8cb0c70-aff1-44f4-9912-7aa2ecda4dc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcName\": \"Usuário da Silva\",\r\n    \"vrcEmail\": \"testeapi2@properfy.com.br\",\r\n    \"avoidEmail\":true, //caso seja verdadeiro, vai impedir que seja enviado email ao usuário cadastrado informando a senha\r\n    \"vrcPhoneNumber\":\"+5541945845458\",\r\n    \"vrcImage\": \"\",//enviar em base64 o conteúdo da imagem\r\n    \"chrGender\":\"male\",//female, male\r\n    \"chrMaritalStatus\":\"WIDOWED\",\r\n    \"chrWorkRule\":\"PJ\",//CLT, PJ\r\n    \"chrDocument\":\"1313543434\",//CPF\r\n    \"dteBirthdate\":\"1984-07-12\",\r\n    \"chrCreci\":\"12345\",\r\n    \"isAdmin\": false,\r\n    \"chrBusinessName\":\"IMOB. AAA LTDA\",//Razão Social\r\n    \"chrBusinessDocument\":\"\",//CNPJ\r\n    \"chrAddressPostalCode\":\"81540090\",//CEP\r\n    \"chrAddressState\":\"PR\",\r\n    \"chrAddressCity\":\"Curitiba\",\r\n    \"chrAddressFull\":\"Av. Sete de Setembro 4229\",\r\n    \"chrAddressComplement\":\"ap 101\",\r\n    \"chrBank\":\"237\",\r\n    \"chrAgency\":\"0265\",\r\n    \"chrBankAccount\":\"19548-8\",\r\n    \"chrResponsibleDocument\":\"\",//CPF do beneficiário da conta\r\n    \"chrPixKeyType\":\"PHONE\",//PHONE, EMAIL, HASH, CNPJ, CPF\r\n    \"chrPixKey\":\"4194985458\",\r\n    \"profiles\": [\r\n        1\r\n    ],//verificar na rota de consulta de perfis de acesso\r\n    \"companies\":[\r\n        4\r\n    ]//verificar consulta na documentação: Imobiliária >> Filiais\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/user","urlObject":{"path":["user"],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[],"variable":[]}},"response":[{"id":"65c4df5f-4845-443e-9caa-6542b13eadf3","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcName\": \"Teste Imagem\",\r\n    \"vrcEmail\": \"testeapi2@properfy.com.br\",\r\n    \"vrcImage\": \"\",\r\n    \"isAdmin\": false,\r\n    \"profiles\": [\r\n        1\r\n    ],\r\n    \"contact\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:39:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"intBitwiseType\": 2,\n    \"ak\": 1,\n    \"vrcName\": \"Teste Imagem\",\n    \"vrcEmail\": \"testeapi2@properfy.com.br\",\n    \"vrcImage\": null,\n    \"activeCompany\": 1,\n    \"vrcPass\": \"$2y$10$8WKk5lR8TVAx6JmP0MGd7OYs0s1uBByIXh3a4Ab3vjlC6R5daJ2.K\",\n    \"vrcToken\": \"$2y$10$bd0F3gq5UmIuyzV1Isl.ju1x00wGkZx.uIvq.r4k3e4Xe1nSFlUJi\",\n    \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[1]}\",\n    \"jsonContact\": \"[]\",\n    \"dttAdded\": \"2022-09-03T18:39:57.000000Z\",\n    \"id\": 52,\n    \"settings\": {\n        \"layout\": {\n            \"theme\": \"light\"\n        },\n        \"profiles\": [\n            1\n        ]\n    },\n    \"profiles\": [\n        1\n    ],\n    \"contact\": []\n}"}],"_postman_id":"e8cb0c70-aff1-44f4-9912-7aa2ecda4dc6"},{"name":"Alteração","id":"abb06ecd-6791-4826-8814-505ac49aca6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcName\": \"Teste Imagem2\",\r\n    \"vrcEmail\": \"testeapi3@properfy.com.br\",\r\n    \"vrcImage\": \"\",\r\n    \"isAdmin\": false,\r\n    \"profiles\": [\r\n        1\r\n    ],\r\n    \"contact\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/user/52","urlObject":{"path":["user","52"],"host":["https://sandbox.properfy.com.br/api/access-control"],"query":[],"variable":[]}},"response":[{"id":"01855d52-4e9e-48cb-a019-8f9af3a8aacf","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcName\": \"Teste Imagem2\",\r\n    \"vrcEmail\": \"testeapi3@properfy.com.br\",\r\n    \"vrcImage\": \"\",\r\n    \"isAdmin\": false,\r\n    \"profiles\": [\r\n        1\r\n    ],\r\n    \"contact\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/access-control/user/52"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:41:23 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 52,\n    \"ak\": 1,\n    \"activeCompany\": 1,\n    \"intBitwiseType\": 1026,\n    \"vrcName\": \"Teste Imagem2\",\n    \"vrcEmail\": \"testeapi3@properfy.com.br\",\n    \"vrcPass\": \"$2y$10$8WKk5lR8TVAx6JmP0MGd7OYs0s1uBByIXh3a4Ab3vjlC6R5daJ2.K\",\n    \"vrcToken\": \"$2y$10$bd0F3gq5UmIuyzV1Isl.ju1x00wGkZx.uIvq.r4k3e4Xe1nSFlUJi\",\n    \"chrApiToken\": null,\n    \"vrcImage\": null,\n    \"jsonContact\": \"[]\",\n    \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[1]}\",\n    \"dttAdded\": \"2022-09-03T18:39:57.000000Z\",\n    \"dttDeleted\": null,\n    \"settings\": {\n        \"layout\": {\n            \"theme\": \"light\"\n        },\n        \"profiles\": [\n            1\n        ]\n    },\n    \"profiles\": [\n        1\n    ],\n    \"contact\": [],\n    \"account\": {\n        \"id\": 1,\n        \"fkParentCompany\": 1,\n        \"chrAlias\": \"adm.baggioimoveis.com.br\",\n        \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n        \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n        \"dttDeleted\": null,\n        \"settings\": {\n            \"url\": \"https://properfy.com.br/\",\n            \"logo\": \"logo_properfy.png\",\n            \"email\": {\n                \"logo\": \"logo_properfy.png\"\n            },\n            \"payment\": \"4902176755\"\n        }\n    }\n}"}],"_postman_id":"abb06ecd-6791-4826-8814-505ac49aca6e"}],"id":"307531d7-a8e3-446d-ac03-0721f071d3d2","description":"<h3 id=\"opções-do-campo-maritalstatus\">Opções do Campo MaritalStatus</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Descrição</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>\"\"</code></td>\n<td>Não Informado</td>\n</tr>\n<tr>\n<td><code>SEPARATE_PROPERTY_RULING</code></td>\n<td>Casado(a) no regime de Comunhão Universal de Bens</td>\n</tr>\n<tr>\n<td><code>MARRIED</code></td>\n<td>Casado(a)</td>\n</tr>\n<tr>\n<td><code>PARTIAL_PROPERTY_RULING</code></td>\n<td>Casado(a) no regime de Comunhão Parcial de Bens</td>\n</tr>\n<tr>\n<td><code>COMMUNITY_PROPERTY_RULING</code></td>\n<td>Casado(a) no regime de Separação de Bens</td>\n</tr>\n<tr>\n<td><code>SEPARATED</code></td>\n<td>Desquitado(a)</td>\n</tr>\n<tr>\n<td><code>DIVORCED</code></td>\n<td>Divorciado(a)</td>\n</tr>\n<tr>\n<td><code>LEGALLY_SEPARATED</code></td>\n<td>Separado(a) Judicialmente</td>\n</tr>\n<tr>\n<td><code>SINGLE</code></td>\n<td>Solteiro(a)</td>\n</tr>\n<tr>\n<td><code>COMMON_LAW_MARRIAGE</code></td>\n<td>União Estável</td>\n</tr>\n<tr>\n<td><code>WIDOWED</code></td>\n<td>Viúvo(a)</td>\n</tr>\n<tr>\n<td><code>FINAL_PARTICIPATION</code></td>\n<td>Participação Final nos Aquestos</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"307531d7-a8e3-446d-ac03-0721f071d3d2"},{"name":"IMÓVEIS","item":[{"name":"Anexos","item":[{"name":"Enviar Anexo","id":"efd4a8f0-e3ca-4dfd-964e-31032db8683c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.property/property/documents","urlObject":{"path":["property.property","property","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"1c2a1ca2-a576-4439-8a0d-c8102ac43d18","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.property/property/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:35:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"property.property\",\n    \"chrPath\": \"property/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"ODHKQLWTOZHYPAOX.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:35:18.000000Z\",\n    \"id\": 856\n}"}],"_postman_id":"efd4a8f0-e3ca-4dfd-964e-31032db8683c"},{"name":"Adicionar Anexo ao cadastro","id":"1c304ea5-4ce7-4460-befa-3fdfea8a598c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 856\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/attachment/1104/856","description":"<p>Nessa rota serão enviados, na URL, dois identificadores: o primeiro é o ID da pessoa, e o segundo é o ID do documento, que foi retornado na rota anterior.</p>\n<p>Note que o ID do documento deve ser enviado tanto na rota quando no body da requisição.</p>\n","urlObject":{"path":["property","attachment","1104","856"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"831985a7-a857-4c94-9bd7-8de520ccde9f","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 856\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/attachment/1104/856"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:36:09 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 855,\n        \"ak\": 1,\n        \"fkUser\": 2,\n        \"intSize\": 16,\n        \"chrTarget\": \"property.property\",\n        \"chrPath\": \"property/documents\",\n        \"chrFilename\": \"YRPCVWCNWXOMYPZC.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:34:56.000000Z\"\n    },\n    {\n        \"id\": 856,\n        \"ak\": 1,\n        \"fkUser\": 49,\n        \"intSize\": 16,\n        \"chrTarget\": \"property.property\",\n        \"chrPath\": \"property/documents\",\n        \"chrFilename\": \"ODHKQLWTOZHYPAOX.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:35:18.000000Z\"\n    }\n]"}],"_postman_id":"1c304ea5-4ce7-4460-befa-3fdfea8a598c"},{"name":"Enviar Anexo Copy","id":"935c3dce-ad18-4e1a-aa6d-a025edeef095","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.property/property/documents","urlObject":{"path":["property.property","property","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"dc5b7445-1077-4d3a-b988-a97cb8af7750","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.property/property/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:35:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"property.property\",\n    \"chrPath\": \"property/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"ODHKQLWTOZHYPAOX.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:35:18.000000Z\",\n    \"id\": 856\n}"}],"_postman_id":"935c3dce-ad18-4e1a-aa6d-a025edeef095"}],"id":"6c57e82e-5669-42de-aa5b-02c1cd80a509","description":"<p>Para adicionar um anexo a uma pessoa, são necessários dois passos:</p>\n<ol>\n<li>No primeiro passo (rota \"Enviar anexo\"), enviaremos o arquivo. O retorno dessa rota nos dará duas informações das quais precisaremos na segunda rota, que são os campos \"id\", e \"chrName\".</li>\n<li>Na segunda rota (\"Adicionar Anexo ao cadastro\") faremos a ligação entre o anexo enviado no passo 1 e a entidade que deve receber aquele anexo.</li>\n</ol>\n","_postman_id":"6c57e82e-5669-42de-aa5b-02c1cd80a509"},{"name":"Histórico","item":[{"name":"Cadastro","id":"64780853-d273-4136-a985-3da51ab2fdb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/note/1104","urlObject":{"path":["note","1104"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"37243d50-7b9e-4613-9453-e718f5afa540","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/note/1104"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:38:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"dttRegister\": \"2022-09-05T14:38:18.000000Z\",\n    \"fkUser\": 49,\n    \"fkProperty\": 1104,\n    \"vrcNote\": \"teste\",\n    \"id\": 377\n}"}],"_postman_id":"64780853-d273-4136-a985-3da51ab2fdb4"},{"name":"Listagem","id":"aa2550fb-4786-45a8-9d12-4a574e895b72","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/note/1104","urlObject":{"path":["note","1104"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"3d3025f1-ad32-4b74-90ed-32654e200d77","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/property/note/1104"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:38:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 377,\n            \"ak\": 1,\n            \"fkProperty\": 1104,\n            \"fkUser\": 49,\n            \"dttRegister\": \"2022-09-05T14:38:18.000000Z\",\n            \"vrcNote\": \"teste\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 49,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Teste de API\",\n                \"vrcEmail\": \"test_user@properfy.com.br\",\n                \"vrcPass\": \"$2y$10$EFa5JTtMHUWEdmv8EbIGheSDEGqiMHnkOT2Ta31j8oc1WUX/R3/H.\",\n                \"vrcToken\": \"$2y$10$ytIhvTNX2PIFVqhKr1hYSOBOlVBSPu3S6DafeGY6KArsWCSu1XVFu\",\n                \"chrApiToken\": \"e9897b11-83ba-40e3-9e7e-040ca6c3f9ed\",\n                \"vrcImage\": \"08fd24ed8c39809aa797dd441602f9d1fcd9d30550a657327271911074bac94d.png\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[]}\",\n                \"dttAdded\": \"2022-08-31T02:21:28.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": []\n                },\n                \"profiles\": [],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 376,\n            \"ak\": 1,\n            \"fkProperty\": 1104,\n            \"fkUser\": 2,\n            \"dttRegister\": \"2022-09-05T14:37:04.000000Z\",\n            \"vrcNote\": \"teste\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 2,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Diego\",\n                \"vrcEmail\": \"diego@chavi.com.br\",\n                \"vrcPass\": \"$2y$10$wDRauyVIS3ZUhSXipbPX/O6RqBKQbjjDcop.MlP7IRcexCSVy7Ife\",\n                \"vrcToken\": \"89c7c74a-85e9-400d-ab6d-fb0541d0d227\",\n                \"chrApiToken\": \"6c99ea94-fbdf-452a-99e5-87d52dbbe75e\",\n                \"vrcImage\": \"775f0af128e3bce1b68cb308e7220d77860d908c256ecd3531199743b4bd2d68.jpeg\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n                \"dttAdded\": \"2022-03-08T15:11:32.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": [\n                        1\n                    ]\n                },\n                \"profiles\": [\n                    1\n                ],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property/note/1104?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property/note/1104?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property/note/1104\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"aa2550fb-4786-45a8-9d12-4a574e895b72"}],"id":"d378a193-b921-4016-83f4-0401d619879d","description":"<p>Através das rotas de histórico será possível incluir novos históricos, assim como listas os já existentes. Por questão de segurança, não é possível editar ou excluir históricos de atendimento.</p>\n","_postman_id":"d378a193-b921-4016-83f4-0401d619879d"},{"name":"Listagem Gestão","id":"3f7635be-8c76-402b-aa28-466005464755","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10","description":"<p>Essa rota retornará uma listagem paginada de todos os imóveis que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os imóveis (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um imóvel específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrReference\"</li>\n<li>\"chrInnerReference\"</li>\n<li>\"chrAddressPostalCode\"</li>\n<li>\"chrAddressStreet\"</li>\n<li>\"chrNotaryId\"</li>\n</ul>\n","urlObject":{"path":["property"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}],"variable":[]}},"response":[{"id":"125130f0-e593-403a-af7d-2041c1c8d44d","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10","host":["https://sandbox.properfy.com.br/api/property"],"path":["property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 19:45:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1660,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1389,\n            \"fkCondo\": null,\n            \"fkManagement\": 6467,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZZX-038485\",\n            \"chrInnerReference\": \"GXB-471293\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG30243001.zirfv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"QC\\\\/2022\\\\/91189\\\",\\\"codeEnergy\\\":\\\"YC\\\\/2022\\\\/41647\\\",\\\"codeGas\\\":\\\"PR\\\\/2022\\\\/05976\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S X.L.Y\\\",\\\"codeGarbageFee\\\":\\\"BI\\\\/2022\\\\/05616\\\",\\\"codeFireInsurance\\\":\\\"EQ\\\\/2022\\\\/13233\\\",\\\"codeSpu\\\":\\\"TR\\\\/2022\\\\/67449\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-300\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Portão\",\n            \"chrAddressStreet\": \"Avenida Presidente Arthur da Silva Bernardes\",\n            \"chrAddressNumber\": \"266\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"QC/2022/91189\",\n                \"codeEnergy\": \"YC/2022/41647\",\n                \"codeGas\": \"PR/2022/05976\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS X.L.Y\",\n                \"codeGarbageFee\": \"BI/2022/05616\",\n                \"codeFireInsurance\": \"EQ/2022/13233\",\n                \"codeSpu\": \"TR/2022/67449\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1100,\n            \"dcmRentDiscountValue\": 122.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1104,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 226,\n            \"fkCondo\": 6806,\n            \"fkManagement\": 6514,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYZ-991987\",\n            \"chrInnerReference\": \"JOV-047947\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02347001.rozoj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2503.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 128.44,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Francisco\",\n            \"chrAddressStreet\": \"Rua Paula Gomes\",\n            \"chrAddressNumber\": \"562\",\n            \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/67466\",\n                \"codeEnergy\": \"AS/2022/23942\",\n                \"codeGas\": \"UM/2022/15135\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                \"codeGarbageFee\": \"XG/2022/20185\",\n                \"codeFireInsurance\": \"QT/2022/00205\",\n                \"codeSpu\": \"XQ/2022/21855\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2253.5499999999997,\n            \"dcmRentDiscountValue\": 250.4,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1558,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1473,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYL-451849\",\n            \"chrInnerReference\": \"FRZ-468539\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG03410006.lnusp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 3333.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-427\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"R. Prof. João Falarz\",\n            \"chrAddressNumber\": \"119\",\n            \"chrAddressComplement\": \"Casa 02 Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MV/2022/41705\",\n                \"codeEnergy\": \"QM/2022/00775\",\n                \"codeGas\": \"GW/2022/18005\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                \"codeGarbageFee\": \"RW/2022/63501\",\n                \"codeFireInsurance\": \"UC/2022/82640\",\n                \"codeSpu\": \"GU/2022/87278\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 3000,\n            \"dcmRentDiscountValue\": 333.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1022,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 870,\n            \"fkCondo\": 6781,\n            \"fkManagement\": 6495,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYK-027766\",\n            \"chrInnerReference\": \"WAA-621723\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02084001.mcgbk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2055.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 370,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KO\\\\/2022\\\\/11858\\\",\\\"codeEnergy\\\":\\\"WH\\\\/2022\\\\/78858\\\",\\\"codeGas\\\":\\\"TM\\\\/2022\\\\/30413\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Z.C\\\",\\\"codeGarbageFee\\\":\\\"IP\\\\/2022\\\\/45328\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/14350\\\",\\\"codeSpu\\\":\\\"RK\\\\/2022\\\\/43102\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"199\",\n            \"chrAddressComplement\": \"T Liege AP 201\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"KO/2022/11858\",\n                \"codeEnergy\": \"WH/2022/78858\",\n                \"codeGas\": \"TM/2022/30413\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Z.C\",\n                \"codeGarbageFee\": \"IP/2022/45328\",\n                \"codeFireInsurance\": \"VD/2022/14350\",\n                \"codeSpu\": \"RK/2022/43102\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1850,\n            \"dcmRentDiscountValue\": 205.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1221,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1055,\n            \"fkCondo\": 6860,\n            \"fkManagement\": 6487,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXW-468477\",\n            \"chrInnerReference\": \"HEI-363420\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02638001.jlbsb.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1306.5,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 272,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/43237\\\",\\\"codeEnergy\\\":\\\"UF\\\\/2022\\\\/45954\\\",\\\"codeGas\\\":\\\"LN\\\\/2022\\\\/74054\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.I.Y\\\",\\\"codeGarbageFee\\\":\\\"DW\\\\/2022\\\\/80182\\\",\\\"codeFireInsurance\\\":\\\"JD\\\\/2022\\\\/44357\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/97851\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-220\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Cândido Xavier\",\n            \"chrAddressNumber\": \"070\",\n            \"chrAddressComplement\": \"BL. B, AP. 26\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:47.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/43237\",\n                \"codeEnergy\": \"UF/2022/45954\",\n                \"codeGas\": \"LN/2022/74054\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.I.Y\",\n                \"codeGarbageFee\": \"DW/2022/80182\",\n                \"codeFireInsurance\": \"JD/2022/44357\",\n                \"codeSpu\": \"KL/2022/97851\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1175.85,\n            \"dcmRentDiscountValue\": 130.65,\n            \"attachments\": []\n        },\n        {\n            \"id\": 703,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 945,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXS-547620\",\n            \"chrInnerReference\": \"QPI-540341\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00775002.nkozo.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 879.53,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 5,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OP\\\\/2022\\\\/64121\\\",\\\"codeEnergy\\\":\\\"OY\\\\/2022\\\\/24397\\\",\\\"codeGas\\\":\\\"NA\\\\/2022\\\\/30849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.E.D\\\",\\\"codeGarbageFee\\\":\\\"LA\\\\/2022\\\\/10897\\\",\\\"codeFireInsurance\\\":\\\"XF\\\\/2022\\\\/92415\\\",\\\"codeSpu\\\":\\\"FD\\\\/2022\\\\/60569\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-090\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Padre Jacinto Miensopust\",\n            \"chrAddressNumber\": \"817\",\n            \"chrAddressComplement\": \"Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"OP/2022/64121\",\n                \"codeEnergy\": \"OY/2022/24397\",\n                \"codeGas\": \"NA/2022/30849\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS N.E.D\",\n                \"codeGarbageFee\": \"LA/2022/10897\",\n                \"codeFireInsurance\": \"XF/2022/92415\",\n                \"codeSpu\": \"FD/2022/60569\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 791.5799999999999,\n            \"dcmRentDiscountValue\": 87.95,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1441,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1057,\n            \"fkCondo\": 6746,\n            \"fkManagement\": 6462,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXE-995359\",\n            \"chrInnerReference\": \"DBI-598427\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03239001.vrjni.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1611.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 407.98,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WT\\\\/2022\\\\/07171\\\",\\\"codeEnergy\\\":\\\"AI\\\\/2022\\\\/25606\\\",\\\"codeGas\\\":\\\"EA\\\\/2022\\\\/53826\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.V.N\\\",\\\"codeGarbageFee\\\":\\\"FG\\\\/2022\\\\/15536\\\",\\\"codeFireInsurance\\\":\\\"YZ\\\\/2022\\\\/78047\\\",\\\"codeSpu\\\":\\\"VJ\\\\/2022\\\\/70438\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"886\",\n            \"chrAddressComplement\": \"BL. 3, AP. 608\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:11.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WT/2022/07171\",\n                \"codeEnergy\": \"AI/2022/25606\",\n                \"codeGas\": \"EA/2022/53826\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.V.N\",\n                \"codeGarbageFee\": \"FG/2022/15536\",\n                \"codeFireInsurance\": \"YZ/2022/78047\",\n                \"codeSpu\": \"VJ/2022/70438\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1450,\n            \"dcmRentDiscountValue\": 161.11,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1340,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1075,\n            \"fkCondo\": 6965,\n            \"fkManagement\": 6575,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWY-919527\",\n            \"chrInnerReference\": \"QCM-115425\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02988001.rvdcg.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1277.78,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 319,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YL\\\\/2022\\\\/05249\\\",\\\"codeEnergy\\\":\\\"PW\\\\/2022\\\\/72075\\\",\\\"codeGas\\\":\\\"ZN\\\\/2022\\\\/81672\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.R.J\\\",\\\"codeGarbageFee\\\":\\\"WO\\\\/2022\\\\/67127\\\",\\\"codeFireInsurance\\\":\\\"KY\\\\/2022\\\\/60183\\\",\\\"codeSpu\\\":\\\"BR\\\\/2022\\\\/94651\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-050\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Professor Dario Veloso\",\n            \"chrAddressNumber\": \"128\",\n            \"chrAddressComplement\": \"AP 144B\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"YL/2022/05249\",\n                \"codeEnergy\": \"PW/2022/72075\",\n                \"codeGas\": \"ZN/2022/81672\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.R.J\",\n                \"codeGarbageFee\": \"WO/2022/67127\",\n                \"codeFireInsurance\": \"KY/2022/60183\",\n                \"codeSpu\": \"BR/2022/94651\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1150,\n            \"dcmRentDiscountValue\": 127.78,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1722,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": null,\n            \"fkCondo\": 0,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"REMOVED\",\n            \"chrReference\": \"ZWL-616364\",\n            \"chrInnerReference\": \"XGP-802917\",\n            \"fkPropertyType\": 32,\n            \"chrDocument\": \"BG00480028.ftdpu.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": false,\n            \"chrTerminationReason\": \"RENTED_NOT_COMPANY\",\n            \"dteTermination\": \"2022-06-13T03:00:00.000000Z\",\n            \"dteNewListing\": \"2022-04-09T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 2900,\n            \"dcmExpectedRent\": 2900,\n            \"dcmRentRawValue\": 3222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 610,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 0,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 0,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FE\\\\/2022\\\\/27026\\\",\\\"codeEnergy\\\":\\\"BE\\\\/2022\\\\/73770\\\",\\\"codeGas\\\":\\\"QH\\\\/2022\\\\/10464\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.T.E\\\",\\\"codeGarbageFee\\\":\\\"CA\\\\/2022\\\\/32676\\\",\\\"codeFireInsurance\\\":\\\"DE\\\\/2022\\\\/28243\\\",\\\"codeSpu\\\":\\\"KV\\\\/2022\\\\/42902\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":null,\\\"day\\\":0}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"30\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": null,\n            \"chrAddressPostalCode\": \"80.230-060\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Rebouças\",\n            \"chrAddressStreet\": \"Rua Almirante Gonçalves\",\n            \"chrAddressNumber\": \"724\",\n            \"chrAddressComplement\": \"Terreno\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-04-27T13:31:18.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"FE/2022/27026\",\n                \"codeEnergy\": \"BE/2022/73770\",\n                \"codeGas\": \"QH/2022/10464\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.T.E\",\n                \"codeGarbageFee\": \"CA/2022/32676\",\n                \"codeFireInsurance\": \"DE/2022/28243\",\n                \"codeSpu\": \"KV/2022/42902\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": null,\n                \"day\": 0\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"30\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2900,\n            \"dcmRentDiscountValue\": 322.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1049,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1271,\n            \"fkCondo\": 6669,\n            \"fkManagement\": 6536,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWG-439435\",\n            \"chrInnerReference\": \"WXF-484660\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02206001.uikha.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 833.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 385.88,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"NT\\\\/2022\\\\/63058\\\",\\\"codeEnergy\\\":\\\"PJ\\\\/2022\\\\/68716\\\",\\\"codeGas\\\":\\\"JI\\\\/2022\\\\/30866\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.R.E\\\",\\\"codeGarbageFee\\\":\\\"BD\\\\/2022\\\\/68385\\\",\\\"codeFireInsurance\\\":\\\"HJ\\\\/2022\\\\/16218\\\",\\\"codeSpu\\\":\\\"FE\\\\/2022\\\\/83747\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"533\",\n            \"chrAddressComplement\": \"BL 08 AP 23\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:44.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"NT/2022/63058\",\n                \"codeEnergy\": \"PJ/2022/68716\",\n                \"codeGas\": \"JI/2022/30866\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.R.E\",\n                \"codeGarbageFee\": \"BD/2022/68385\",\n                \"codeFireInsurance\": \"HJ/2022/16218\",\n                \"codeSpu\": \"FE/2022/83747\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 750,\n            \"dcmRentDiscountValue\": 83.33,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"from\": 1,\n    \"last_page\": 164,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=164\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property\",\n    \"per_page\": \"10\",\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1638\n}"},{"id":"989b7165-5507-4c8c-ac00-7622a1a69cc9","name":"Filtragem por Referência","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10&filter=ZYZ-991987","host":["https://sandbox.properfy.com.br/api/property"],"path":["property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"filter","value":"ZYZ-991987"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 20:28:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1104,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 226,\n            \"fkCondo\": 6806,\n            \"fkManagement\": 6514,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYZ-991987\",\n            \"chrInnerReference\": \"JOV-047947\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02347001.rozoj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2503.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 128.44,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Francisco\",\n            \"chrAddressStreet\": \"Rua Paula Gomes\",\n            \"chrAddressNumber\": \"562\",\n            \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/67466\",\n                \"codeEnergy\": \"AS/2022/23942\",\n                \"codeGas\": \"UM/2022/15135\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                \"codeGarbageFee\": \"XG/2022/20185\",\n                \"codeFireInsurance\": \"QT/2022/00205\",\n                \"codeSpu\": \"XQ/2022/21855\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2253.5499999999997,\n            \"dcmRentDiscountValue\": 250.4,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property\",\n    \"per_page\": \"10\",\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"3f7635be-8c76-402b-aa28-466005464755"},{"name":"Detalhes do Imóvel Gestão","id":"a63761ac-ecf5-4c96-95ca-20d6f7aa07f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/property/1894","description":"<p>Essa rota retornará uma listagem paginada de todos os imóveis que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os imóveis (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um imóvel específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrReference\"</li>\n<li>\"chrInnerReference\"</li>\n<li>\"chrAddressPostalCode\"</li>\n<li>\"chrAddressStreet\"</li>\n<li>\"chrNotaryId\"</li>\n</ul>\n","urlObject":{"path":["property","1894"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"f7b6fa15-792f-4386-9d68-c38b58e593f1","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10","host":["https://sandbox.properfy.com.br/api/property"],"path":["property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 19:45:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1660,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1389,\n            \"fkCondo\": null,\n            \"fkManagement\": 6467,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZZX-038485\",\n            \"chrInnerReference\": \"GXB-471293\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG30243001.zirfv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"QC\\\\/2022\\\\/91189\\\",\\\"codeEnergy\\\":\\\"YC\\\\/2022\\\\/41647\\\",\\\"codeGas\\\":\\\"PR\\\\/2022\\\\/05976\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S X.L.Y\\\",\\\"codeGarbageFee\\\":\\\"BI\\\\/2022\\\\/05616\\\",\\\"codeFireInsurance\\\":\\\"EQ\\\\/2022\\\\/13233\\\",\\\"codeSpu\\\":\\\"TR\\\\/2022\\\\/67449\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-300\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Portão\",\n            \"chrAddressStreet\": \"Avenida Presidente Arthur da Silva Bernardes\",\n            \"chrAddressNumber\": \"266\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"QC/2022/91189\",\n                \"codeEnergy\": \"YC/2022/41647\",\n                \"codeGas\": \"PR/2022/05976\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS X.L.Y\",\n                \"codeGarbageFee\": \"BI/2022/05616\",\n                \"codeFireInsurance\": \"EQ/2022/13233\",\n                \"codeSpu\": \"TR/2022/67449\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1100,\n            \"dcmRentDiscountValue\": 122.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1104,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 226,\n            \"fkCondo\": 6806,\n            \"fkManagement\": 6514,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYZ-991987\",\n            \"chrInnerReference\": \"JOV-047947\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02347001.rozoj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2503.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 128.44,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Francisco\",\n            \"chrAddressStreet\": \"Rua Paula Gomes\",\n            \"chrAddressNumber\": \"562\",\n            \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/67466\",\n                \"codeEnergy\": \"AS/2022/23942\",\n                \"codeGas\": \"UM/2022/15135\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                \"codeGarbageFee\": \"XG/2022/20185\",\n                \"codeFireInsurance\": \"QT/2022/00205\",\n                \"codeSpu\": \"XQ/2022/21855\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2253.5499999999997,\n            \"dcmRentDiscountValue\": 250.4,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1558,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1473,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYL-451849\",\n            \"chrInnerReference\": \"FRZ-468539\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG03410006.lnusp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 3333.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-427\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"R. Prof. João Falarz\",\n            \"chrAddressNumber\": \"119\",\n            \"chrAddressComplement\": \"Casa 02 Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MV/2022/41705\",\n                \"codeEnergy\": \"QM/2022/00775\",\n                \"codeGas\": \"GW/2022/18005\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                \"codeGarbageFee\": \"RW/2022/63501\",\n                \"codeFireInsurance\": \"UC/2022/82640\",\n                \"codeSpu\": \"GU/2022/87278\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 3000,\n            \"dcmRentDiscountValue\": 333.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1022,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 870,\n            \"fkCondo\": 6781,\n            \"fkManagement\": 6495,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYK-027766\",\n            \"chrInnerReference\": \"WAA-621723\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02084001.mcgbk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2055.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 370,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KO\\\\/2022\\\\/11858\\\",\\\"codeEnergy\\\":\\\"WH\\\\/2022\\\\/78858\\\",\\\"codeGas\\\":\\\"TM\\\\/2022\\\\/30413\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Z.C\\\",\\\"codeGarbageFee\\\":\\\"IP\\\\/2022\\\\/45328\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/14350\\\",\\\"codeSpu\\\":\\\"RK\\\\/2022\\\\/43102\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"199\",\n            \"chrAddressComplement\": \"T Liege AP 201\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"KO/2022/11858\",\n                \"codeEnergy\": \"WH/2022/78858\",\n                \"codeGas\": \"TM/2022/30413\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Z.C\",\n                \"codeGarbageFee\": \"IP/2022/45328\",\n                \"codeFireInsurance\": \"VD/2022/14350\",\n                \"codeSpu\": \"RK/2022/43102\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1850,\n            \"dcmRentDiscountValue\": 205.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1221,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1055,\n            \"fkCondo\": 6860,\n            \"fkManagement\": 6487,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXW-468477\",\n            \"chrInnerReference\": \"HEI-363420\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02638001.jlbsb.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1306.5,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 272,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/43237\\\",\\\"codeEnergy\\\":\\\"UF\\\\/2022\\\\/45954\\\",\\\"codeGas\\\":\\\"LN\\\\/2022\\\\/74054\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.I.Y\\\",\\\"codeGarbageFee\\\":\\\"DW\\\\/2022\\\\/80182\\\",\\\"codeFireInsurance\\\":\\\"JD\\\\/2022\\\\/44357\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/97851\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-220\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Cândido Xavier\",\n            \"chrAddressNumber\": \"070\",\n            \"chrAddressComplement\": \"BL. B, AP. 26\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:47.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/43237\",\n                \"codeEnergy\": \"UF/2022/45954\",\n                \"codeGas\": \"LN/2022/74054\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.I.Y\",\n                \"codeGarbageFee\": \"DW/2022/80182\",\n                \"codeFireInsurance\": \"JD/2022/44357\",\n                \"codeSpu\": \"KL/2022/97851\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1175.85,\n            \"dcmRentDiscountValue\": 130.65,\n            \"attachments\": []\n        },\n        {\n            \"id\": 703,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 945,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXS-547620\",\n            \"chrInnerReference\": \"QPI-540341\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00775002.nkozo.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 879.53,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 5,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OP\\\\/2022\\\\/64121\\\",\\\"codeEnergy\\\":\\\"OY\\\\/2022\\\\/24397\\\",\\\"codeGas\\\":\\\"NA\\\\/2022\\\\/30849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.E.D\\\",\\\"codeGarbageFee\\\":\\\"LA\\\\/2022\\\\/10897\\\",\\\"codeFireInsurance\\\":\\\"XF\\\\/2022\\\\/92415\\\",\\\"codeSpu\\\":\\\"FD\\\\/2022\\\\/60569\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-090\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Padre Jacinto Miensopust\",\n            \"chrAddressNumber\": \"817\",\n            \"chrAddressComplement\": \"Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"OP/2022/64121\",\n                \"codeEnergy\": \"OY/2022/24397\",\n                \"codeGas\": \"NA/2022/30849\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS N.E.D\",\n                \"codeGarbageFee\": \"LA/2022/10897\",\n                \"codeFireInsurance\": \"XF/2022/92415\",\n                \"codeSpu\": \"FD/2022/60569\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 791.5799999999999,\n            \"dcmRentDiscountValue\": 87.95,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1441,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1057,\n            \"fkCondo\": 6746,\n            \"fkManagement\": 6462,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXE-995359\",\n            \"chrInnerReference\": \"DBI-598427\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03239001.vrjni.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1611.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 407.98,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WT\\\\/2022\\\\/07171\\\",\\\"codeEnergy\\\":\\\"AI\\\\/2022\\\\/25606\\\",\\\"codeGas\\\":\\\"EA\\\\/2022\\\\/53826\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.V.N\\\",\\\"codeGarbageFee\\\":\\\"FG\\\\/2022\\\\/15536\\\",\\\"codeFireInsurance\\\":\\\"YZ\\\\/2022\\\\/78047\\\",\\\"codeSpu\\\":\\\"VJ\\\\/2022\\\\/70438\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"886\",\n            \"chrAddressComplement\": \"BL. 3, AP. 608\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:11.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WT/2022/07171\",\n                \"codeEnergy\": \"AI/2022/25606\",\n                \"codeGas\": \"EA/2022/53826\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.V.N\",\n                \"codeGarbageFee\": \"FG/2022/15536\",\n                \"codeFireInsurance\": \"YZ/2022/78047\",\n                \"codeSpu\": \"VJ/2022/70438\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1450,\n            \"dcmRentDiscountValue\": 161.11,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1340,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1075,\n            \"fkCondo\": 6965,\n            \"fkManagement\": 6575,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWY-919527\",\n            \"chrInnerReference\": \"QCM-115425\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02988001.rvdcg.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1277.78,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 319,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YL\\\\/2022\\\\/05249\\\",\\\"codeEnergy\\\":\\\"PW\\\\/2022\\\\/72075\\\",\\\"codeGas\\\":\\\"ZN\\\\/2022\\\\/81672\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.R.J\\\",\\\"codeGarbageFee\\\":\\\"WO\\\\/2022\\\\/67127\\\",\\\"codeFireInsurance\\\":\\\"KY\\\\/2022\\\\/60183\\\",\\\"codeSpu\\\":\\\"BR\\\\/2022\\\\/94651\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-050\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Professor Dario Veloso\",\n            \"chrAddressNumber\": \"128\",\n            \"chrAddressComplement\": \"AP 144B\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"YL/2022/05249\",\n                \"codeEnergy\": \"PW/2022/72075\",\n                \"codeGas\": \"ZN/2022/81672\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.R.J\",\n                \"codeGarbageFee\": \"WO/2022/67127\",\n                \"codeFireInsurance\": \"KY/2022/60183\",\n                \"codeSpu\": \"BR/2022/94651\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1150,\n            \"dcmRentDiscountValue\": 127.78,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1722,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": null,\n            \"fkCondo\": 0,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"REMOVED\",\n            \"chrReference\": \"ZWL-616364\",\n            \"chrInnerReference\": \"XGP-802917\",\n            \"fkPropertyType\": 32,\n            \"chrDocument\": \"BG00480028.ftdpu.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": false,\n            \"chrTerminationReason\": \"RENTED_NOT_COMPANY\",\n            \"dteTermination\": \"2022-06-13T03:00:00.000000Z\",\n            \"dteNewListing\": \"2022-04-09T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 2900,\n            \"dcmExpectedRent\": 2900,\n            \"dcmRentRawValue\": 3222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 610,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 0,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 0,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FE\\\\/2022\\\\/27026\\\",\\\"codeEnergy\\\":\\\"BE\\\\/2022\\\\/73770\\\",\\\"codeGas\\\":\\\"QH\\\\/2022\\\\/10464\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.T.E\\\",\\\"codeGarbageFee\\\":\\\"CA\\\\/2022\\\\/32676\\\",\\\"codeFireInsurance\\\":\\\"DE\\\\/2022\\\\/28243\\\",\\\"codeSpu\\\":\\\"KV\\\\/2022\\\\/42902\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":null,\\\"day\\\":0}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"30\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": null,\n            \"chrAddressPostalCode\": \"80.230-060\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Rebouças\",\n            \"chrAddressStreet\": \"Rua Almirante Gonçalves\",\n            \"chrAddressNumber\": \"724\",\n            \"chrAddressComplement\": \"Terreno\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-04-27T13:31:18.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"FE/2022/27026\",\n                \"codeEnergy\": \"BE/2022/73770\",\n                \"codeGas\": \"QH/2022/10464\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.T.E\",\n                \"codeGarbageFee\": \"CA/2022/32676\",\n                \"codeFireInsurance\": \"DE/2022/28243\",\n                \"codeSpu\": \"KV/2022/42902\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": null,\n                \"day\": 0\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"30\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2900,\n            \"dcmRentDiscountValue\": 322.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1049,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1271,\n            \"fkCondo\": 6669,\n            \"fkManagement\": 6536,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWG-439435\",\n            \"chrInnerReference\": \"WXF-484660\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02206001.uikha.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 833.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 385.88,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"NT\\\\/2022\\\\/63058\\\",\\\"codeEnergy\\\":\\\"PJ\\\\/2022\\\\/68716\\\",\\\"codeGas\\\":\\\"JI\\\\/2022\\\\/30866\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.R.E\\\",\\\"codeGarbageFee\\\":\\\"BD\\\\/2022\\\\/68385\\\",\\\"codeFireInsurance\\\":\\\"HJ\\\\/2022\\\\/16218\\\",\\\"codeSpu\\\":\\\"FE\\\\/2022\\\\/83747\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"533\",\n            \"chrAddressComplement\": \"BL 08 AP 23\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:44.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"NT/2022/63058\",\n                \"codeEnergy\": \"PJ/2022/68716\",\n                \"codeGas\": \"JI/2022/30866\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.R.E\",\n                \"codeGarbageFee\": \"BD/2022/68385\",\n                \"codeFireInsurance\": \"HJ/2022/16218\",\n                \"codeSpu\": \"FE/2022/83747\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 750,\n            \"dcmRentDiscountValue\": 83.33,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"from\": 1,\n    \"last_page\": 164,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=164\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property\",\n    \"per_page\": \"10\",\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1638\n}"},{"id":"a089452b-6742-43dc-99b0-d297138cbb08","name":"Filtragem por Referência","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10&filter=ZYZ-991987","host":["https://sandbox.properfy.com.br/api/property"],"path":["property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"filter","value":"ZYZ-991987"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 20:28:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1104,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 226,\n            \"fkCondo\": 6806,\n            \"fkManagement\": 6514,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYZ-991987\",\n            \"chrInnerReference\": \"JOV-047947\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02347001.rozoj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2503.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 128.44,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Francisco\",\n            \"chrAddressStreet\": \"Rua Paula Gomes\",\n            \"chrAddressNumber\": \"562\",\n            \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/67466\",\n                \"codeEnergy\": \"AS/2022/23942\",\n                \"codeGas\": \"UM/2022/15135\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                \"codeGarbageFee\": \"XG/2022/20185\",\n                \"codeFireInsurance\": \"QT/2022/00205\",\n                \"codeSpu\": \"XQ/2022/21855\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2253.5499999999997,\n            \"dcmRentDiscountValue\": 250.4,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property\",\n    \"per_page\": \"10\",\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"a63761ac-ecf5-4c96-95ca-20d6f7aa07f4"},{"name":"Listagem Comercial (site)","id":"280734ba-2ee0-4ce8-a2de-14c5cc85eb34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/shared?page=1&size=10&chrTransactionType=RENT&chrSalesType=READY&chrLocation&fkCondo&chrCondoName&fkManagement&chrReference&dcmMinPrice=0&dcmMaxPrice=0&dcmMinCondoValue=0&dcmMaxCondoValue=0&dcmMinPropertyTax=0&dcmMaxPropertyTax=0&dcmMinPcf=0&dcmMaxPcf=0&inner=true&isExclusive=false&chrStatus[]=LISTED&intRooms&intSuites&intBedrooms&intBathrooms&intRestrooms&intGarage&intFloors&intBuilding&dcmMinArea&dcmMaxArea&dcmMinAreaPrivate&dcmMaxAreaPrivate&dcmMinAreaLand&dcmMaxAreaLand&dcmMinAreaGround&dcmMaxAreaGround&chrAddressPostalCode&chrAddressState&chrAddressCity&chrAddressCityCode&chrAddressStreet&chrAddressNumber&chrAddressComplement&chrOrder=lesser_value&pack","description":"<p>Essa rota retornará uma listagem paginada de todos os imóveis que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li><p>É necessário capturar todos os imóveis (bastando para isso enviar a consulta sem filtro algum).</p>\n</li>\n<li><p>É necessário capturar um imóvel específico. Para isso, podem ser usados todos os filtros listados na chamada abaixo.</p>\n</li>\n<li><p>Exibição de listagens/filtros de imóveis em website do cliente.</p>\n</li>\n</ol>\n<p>Quando o cliente participa de uma rede, e há compartilhamento de imóveis dessa rede, essa é a rota que retornará esses imóveis. O parâmetro que determina se virão apenas os imóveis da imobiliária ou se virão todos os da rede é o \"inner\". Caso esteja true, retornaram apenas os imóveis internos.</p>\n<p>A ordenação ocorre pelo filtro \"chrOrder\", que aceita os seguintes valores:</p>\n<ul>\n<li><p>lesser_value</p>\n</li>\n<li><p>greater_value</p>\n</li>\n<li><p>lesser_area</p>\n</li>\n<li><p>greater_area</p>\n</li>\n<li><p>lesser_reference</p>\n</li>\n<li><p>greater_reference</p>\n</li>\n<li><p>lesser_private</p>\n</li>\n<li><p>greater_private</p>\n</li>\n<li><p>lesser_publish</p>\n</li>\n<li><p>greater_publish</p>\n</li>\n</ul>\n","urlObject":{"path":["shared"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"chrTransactionType","value":"RENT"},{"key":"chrSalesType","value":"READY"},{"key":"chrLocation","value":null},{"key":"fkCondo","value":null},{"key":"chrCondoName","value":null},{"key":"fkManagement","value":null},{"key":"chrReference","value":null},{"key":"dcmMinPrice","value":"0"},{"key":"dcmMaxPrice","value":"0"},{"key":"dcmMinCondoValue","value":"0"},{"key":"dcmMaxCondoValue","value":"0"},{"key":"dcmMinPropertyTax","value":"0"},{"key":"dcmMaxPropertyTax","value":"0"},{"key":"dcmMinPcf","value":"0"},{"key":"dcmMaxPcf","value":"0"},{"key":"inner","value":"true"},{"key":"isExclusive","value":"false"},{"key":"chrStatus[]","value":"LISTED"},{"key":"intRooms","value":null},{"key":"intSuites","value":null},{"key":"intBedrooms","value":null},{"key":"intBathrooms","value":null},{"key":"intRestrooms","value":null},{"key":"intGarage","value":null},{"key":"intFloors","value":null},{"key":"intBuilding","value":null},{"key":"dcmMinArea","value":null},{"key":"dcmMaxArea","value":null},{"key":"dcmMinAreaPrivate","value":null},{"key":"dcmMaxAreaPrivate","value":null},{"key":"dcmMinAreaLand","value":null},{"key":"dcmMaxAreaLand","value":null},{"key":"dcmMinAreaGround","value":null},{"key":"dcmMaxAreaGround","value":null},{"key":"chrAddressPostalCode","value":null},{"key":"chrAddressState","value":null},{"key":"chrAddressCity","value":null},{"key":"chrAddressCityCode","value":null},{"key":"chrAddressStreet","value":null},{"key":"chrAddressNumber","value":null},{"key":"chrAddressComplement","value":null},{"key":"chrOrder","value":"lesser_value"},{"key":"pack","value":null}],"variable":[]}},"response":[{"id":"36df6bc2-b5a2-4a0a-a4b5-e9f57f669cb7","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/shared?page=1&size=10&chrTransactionType=RENT&chrSalesType=READY&chrLocation&fkCondo&chrCondoName&fkManagement&chrReference&dcmMinPrice=0&dcmMaxPrice=0&dcmMinCondoValue=0&dcmMaxCondoValue=0&dcmMinPropertyTax=0&dcmMaxPropertyTax=0&dcmMinPcf=0&dcmMaxPcf=0&inner=true&isExclusive=false&chrStatus[]=LISTED&intRooms&intSuites&intBedrooms&intBathrooms&intRestrooms&intGarage&intFloors&intBuildings&dcmMinArea&dcmMaxArea&dcmMinAreaPrivate&dcmMaxAreaPrivate&dcmMinAreaLand&dcmMaxAreaLand&dcmMinAreaGround&dcmMaxAreaGround&chrAddressPostalCode&chrAddressState&chrAddressCity&chrAddressCityCode&chrAddressStreet&chrAddressNumber&chrAddressComplement&chrOrder=lesser_value&pack","host":["https://sandbox.properfy.com.br/api/property"],"path":["shared"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"},{"key":"chrTransactionType","value":"RENT"},{"key":"chrSalesType","value":"READY"},{"key":"chrLocation","value":null},{"key":"fkCondo","value":null},{"key":"chrCondoName","value":null},{"key":"fkManagement","value":null},{"key":"chrReference","value":null},{"key":"dcmMinPrice","value":"0"},{"key":"dcmMaxPrice","value":"0"},{"key":"dcmMinCondoValue","value":"0"},{"key":"dcmMaxCondoValue","value":"0"},{"key":"dcmMinPropertyTax","value":"0"},{"key":"dcmMaxPropertyTax","value":"0"},{"key":"dcmMinPcf","value":"0"},{"key":"dcmMaxPcf","value":"0"},{"key":"inner","value":"true"},{"key":"isExclusive","value":"false"},{"key":"chrStatus[]","value":"LISTED"},{"key":"intRooms","value":null},{"key":"intSuites","value":null},{"key":"intBedrooms","value":null},{"key":"intBathrooms","value":null},{"key":"intRestrooms","value":null},{"key":"intGarage","value":null},{"key":"intFloors","value":null},{"key":"intBuildings","value":null},{"key":"dcmMinArea","value":null},{"key":"dcmMaxArea","value":null},{"key":"dcmMinAreaPrivate","value":null},{"key":"dcmMaxAreaPrivate","value":null},{"key":"dcmMinAreaLand","value":null},{"key":"dcmMaxAreaLand","value":null},{"key":"dcmMinAreaGround","value":null},{"key":"dcmMaxAreaGround","value":null},{"key":"chrAddressPostalCode","value":null},{"key":"chrAddressState","value":null},{"key":"chrAddressCity","value":null},{"key":"chrAddressCityCode","value":null},{"key":"chrAddressStreet","value":null},{"key":"chrAddressNumber","value":null},{"key":"chrAddressComplement","value":null},{"key":"chrOrder","value":"lesser_value"},{"key":"pack","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 20 Dec 2024 14:07:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"last_page\": 5,\n    \"per_page\": 10,\n    \"loaded\": 10,\n    \"max\": 49,\n    \"has_next\": true,\n    \"has_prev\": false,\n    \"data\": [\n        {\n            \"id\": 59,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6d1133b83d3cb10dd4ba\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"BZF-376163\",\n            \"chrInnerReference\": \"KOA-078963\",\n            \"chrType\": \"OFFICES\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 777.77,\n            \"dcmRentPercentDiscount\": 9.9991,\n            \"dcmRentNetValue\": 700,\n            \"dcmRentDiscountValue\": 77.77,\n            \"dcmCondoValue\": 356,\n            \"dcmPropertyTax\": 78.66,\n            \"dcmPcf\": 48,\n            \"dcmInspection\": 120,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 41,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 41,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": \"LUSTOSA\",\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 0,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"80.020-924\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Rua XV de Novembro\",\n            \"chrAddressNumber\": \"724\",\n            \"chrAddressComplement\": \"CJ 206 EDF Lustosa\",\n            \"dcmAddressLatitude\": -25.43004,\n            \"dcmAddressLongitude\": -49.26848,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[\\\"ELEVATOR\\\"]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"Visita, Ligar Avisando Portaria 3095-4505 Nilza Ou Jorge\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T00:53:59.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [\n                \"Elevador\"\n            ],\n            \"excess\": -24,\n            \"mergedFeaturesFacilities\": [\n                \"Elevador\"\n            ],\n            \"fkProperty\": 154,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [\n                \"ELEVATOR\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/O9ZFVZ4J30U1VF6UOI11.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8MSAQJBPHN5DWSQL6CH7.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8MSAQJBPHN5DWSQL6CH7.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8MSAQJBPHN5DWSQL6CH7.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8MSAQJBPHN5DWSQL6CH7.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8MSAQJBPHN5DWSQL6CH7.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/657K0JZOQPR5W1NQ6FQF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/657K0JZOQPR5W1NQ6FQF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/657K0JZOQPR5W1NQ6FQF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/657K0JZOQPR5W1NQ6FQF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/657K0JZOQPR5W1NQ6FQF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2XN0FWPYM6JM92EZPH03.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2XN0FWPYM6JM92EZPH03.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2XN0FWPYM6JM92EZPH03.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2XN0FWPYM6JM92EZPH03.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2XN0FWPYM6JM92EZPH03.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/6F0AHLTLWQES98DK2KNJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/6F0AHLTLWQES98DK2KNJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/6F0AHLTLWQES98DK2KNJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/6F0AHLTLWQES98DK2KNJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/6F0AHLTLWQES98DK2KNJ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/A30A97E80FFULOFLFQMF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/A30A97E80FFULOFLFQMF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/A30A97E80FFULOFLFQMF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/A30A97E80FFULOFLFQMF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/A30A97E80FFULOFLFQMF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/YH9MVHVCLUCEH8APRTTZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/YH9MVHVCLUCEH8APRTTZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/YH9MVHVCLUCEH8APRTTZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/YH9MVHVCLUCEH8APRTTZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/YH9MVHVCLUCEH8APRTTZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/OC1H1D8X567DWDLVM12M.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/OC1H1D8X567DWDLVM12M.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/OC1H1D8X567DWDLVM12M.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/OC1H1D8X567DWDLVM12M.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/OC1H1D8X567DWDLVM12M.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2EFZEAVVPASQMFQQ5DEW.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2EFZEAVVPASQMFQQ5DEW.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2EFZEAVVPASQMFQQ5DEW.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2EFZEAVVPASQMFQQ5DEW.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2EFZEAVVPASQMFQQ5DEW.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 29,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6d0333b83d3cb10dd480\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"MXF-825845\",\n            \"chrInnerReference\": \"SUO-577783\",\n            \"chrType\": \"OFFICES\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 800,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmRentNetValue\": 720,\n            \"dcmRentDiscountValue\": 80,\n            \"dcmCondoValue\": 533.06,\n            \"dcmPropertyTax\": 157.86,\n            \"dcmPcf\": 43.2,\n            \"dcmInspection\": 120,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 92,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 44.45,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": \"TOP EXECUTIVE CENTER\",\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"80.420-080\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Rua Emiliano Perneta\",\n            \"chrAddressNumber\": \"204\",\n            \"chrAddressComplement\": \"CJTO 143\",\n            \"dcmAddressLatitude\": -25.43547,\n            \"dcmAddressLongitude\": -49.2759,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[\\\"ARMORED_ENTRANCE\\\",\\\"ELEVATOR\\\"]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"Visitas Somente Com Carta de Autorização\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T00:53:37.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [\n                \"Portaria Blindada\",\n                \"Elevador\"\n            ],\n            \"excess\": -23,\n            \"mergedFeaturesFacilities\": [\n                \"Portaria Blindada\",\n                \"Elevador\"\n            ],\n            \"fkProperty\": 96,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [\n                \"ARMORED_ENTRANCE\",\n                \"ELEVATOR\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/131USR9XYZ1JKICPT53B.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/131USR9XYZ1JKICPT53B.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/131USR9XYZ1JKICPT53B.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/131USR9XYZ1JKICPT53B.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/131USR9XYZ1JKICPT53B.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/131USR9XYZ1JKICPT53B.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/131USR9XYZ1JKICPT53B.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/131USR9XYZ1JKICPT53B.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/131USR9XYZ1JKICPT53B.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/131USR9XYZ1JKICPT53B.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/W3HUEY7ZX7Z901Y8UXJ4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/W3HUEY7ZX7Z901Y8UXJ4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/W3HUEY7ZX7Z901Y8UXJ4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/W3HUEY7ZX7Z901Y8UXJ4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/W3HUEY7ZX7Z901Y8UXJ4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/VOZ0DM6ROC8Z1RNZJ9LO.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/VOZ0DM6ROC8Z1RNZJ9LO.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/VOZ0DM6ROC8Z1RNZJ9LO.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/VOZ0DM6ROC8Z1RNZJ9LO.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/VOZ0DM6ROC8Z1RNZJ9LO.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/LUHK6O4U4GK8YWF6U7MM.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/LUHK6O4U4GK8YWF6U7MM.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/LUHK6O4U4GK8YWF6U7MM.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/LUHK6O4U4GK8YWF6U7MM.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/LUHK6O4U4GK8YWF6U7MM.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/VDUQTYIIA1IRLBKKFK5O.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/VDUQTYIIA1IRLBKKFK5O.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/VDUQTYIIA1IRLBKKFK5O.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/VDUQTYIIA1IRLBKKFK5O.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/VDUQTYIIA1IRLBKKFK5O.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/PODOFJH5ABX902O6JWQB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/PODOFJH5ABX902O6JWQB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/PODOFJH5ABX902O6JWQB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/PODOFJH5ABX902O6JWQB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/PODOFJH5ABX902O6JWQB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5FDMB89C24N4J5CFW3NF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5FDMB89C24N4J5CFW3NF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5FDMB89C24N4J5CFW3NF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5FDMB89C24N4J5CFW3NF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5FDMB89C24N4J5CFW3NF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/QCIKBMMUWFOIWUY28W0G.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/QCIKBMMUWFOIWUY28W0G.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/QCIKBMMUWFOIWUY28W0G.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/QCIKBMMUWFOIWUY28W0G.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/QCIKBMMUWFOIWUY28W0G.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/QG5GPYA4WAWYHUUJC0Z4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/QG5GPYA4WAWYHUUJC0Z4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/QG5GPYA4WAWYHUUJC0Z4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/QG5GPYA4WAWYHUUJC0Z4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/QG5GPYA4WAWYHUUJC0Z4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/CO2P3OEWR551KI7UPG0B.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/CO2P3OEWR551KI7UPG0B.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/CO2P3OEWR551KI7UPG0B.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/CO2P3OEWR551KI7UPG0B.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/CO2P3OEWR551KI7UPG0B.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 621,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6dc633b83d3cb10dd772\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"RKA-122847\",\n            \"chrInnerReference\": \"QKQ-703375\",\n            \"chrType\": \"SHOP\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 888.88,\n            \"dcmRentPercentDiscount\": 9.9991,\n            \"dcmRentNetValue\": 800,\n            \"dcmRentDiscountValue\": 88.88,\n            \"dcmCondoValue\": 0,\n            \"dcmPropertyTax\": 35.18,\n            \"dcmPcf\": 42,\n            \"dcmInspection\": 120,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 40,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 40,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 0,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"83.609-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Campo Largo\",\n            \"chrAddressCityCode\": \"4104204\",\n            \"chrAddressDistrict\": \"Vila Gilcy\",\n            \"chrAddressStreet\": \"Rua Pavão\",\n            \"chrAddressNumber\": \"408\",\n            \"chrAddressComplement\": \"Loja 02\",\n            \"dcmAddressLatitude\": -25.45561,\n            \"dcmAddressLongitude\": -49.38908,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"Visita Livre\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T01:06:31.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [],\n            \"excess\": -25,\n            \"mergedFeaturesFacilities\": [],\n            \"fkProperty\": 853,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/7QAPMI9RBGVH87AYHI47.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/7QAPMI9RBGVH87AYHI47.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/7QAPMI9RBGVH87AYHI47.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/7QAPMI9RBGVH87AYHI47.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/7QAPMI9RBGVH87AYHI47.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/7QAPMI9RBGVH87AYHI47.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/7QAPMI9RBGVH87AYHI47.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/7QAPMI9RBGVH87AYHI47.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/7QAPMI9RBGVH87AYHI47.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/7QAPMI9RBGVH87AYHI47.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/CEBKY3LJVYNMORA825MO.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/CEBKY3LJVYNMORA825MO.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/CEBKY3LJVYNMORA825MO.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/CEBKY3LJVYNMORA825MO.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/CEBKY3LJVYNMORA825MO.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FBBKWS85HMRLZIFHRFXE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FBBKWS85HMRLZIFHRFXE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FBBKWS85HMRLZIFHRFXE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FBBKWS85HMRLZIFHRFXE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FBBKWS85HMRLZIFHRFXE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/ZK5Y9UKL0UR985D4LDCQ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/ZK5Y9UKL0UR985D4LDCQ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/ZK5Y9UKL0UR985D4LDCQ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/ZK5Y9UKL0UR985D4LDCQ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/ZK5Y9UKL0UR985D4LDCQ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/BJJOGJMBJJ9JBHCOHFTX.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/BJJOGJMBJJ9JBHCOHFTX.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/BJJOGJMBJJ9JBHCOHFTX.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/BJJOGJMBJJ9JBHCOHFTX.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/BJJOGJMBJJ9JBHCOHFTX.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/GXG083OPE7AH7ONM3ZAK.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/GXG083OPE7AH7ONM3ZAK.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/GXG083OPE7AH7ONM3ZAK.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/GXG083OPE7AH7ONM3ZAK.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/GXG083OPE7AH7ONM3ZAK.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/D6PWME0SMIC252TOFQLP.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/D6PWME0SMIC252TOFQLP.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/D6PWME0SMIC252TOFQLP.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/D6PWME0SMIC252TOFQLP.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/D6PWME0SMIC252TOFQLP.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/F5NZJ7PUFM0CX7M1VD6E.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/F5NZJ7PUFM0CX7M1VD6E.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/F5NZJ7PUFM0CX7M1VD6E.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/F5NZJ7PUFM0CX7M1VD6E.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/F5NZJ7PUFM0CX7M1VD6E.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 165,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6d4e33b83d3cb10dd5aa\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"MKM-786916\",\n            \"chrInnerReference\": \"CYB-974669\",\n            \"chrType\": \"OFFICES\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1222.22,\n            \"dcmRentPercentDiscount\": 9.999836,\n            \"dcmRentNetValue\": 1100,\n            \"dcmRentDiscountValue\": 122.22,\n            \"dcmCondoValue\": 160,\n            \"dcmPropertyTax\": 80.12,\n            \"dcmPcf\": 66,\n            \"dcmInspection\": 140,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 35,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 35,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": \"Condomínio Major Heitor Guimarães\",\n            \"isSettled\": null,\n            \"isExclusive\": false,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 10,\n            \"intGarage\": 0,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"80.740-100\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campina do Siqueira\",\n            \"chrAddressStreet\": \"Rua Hugo Kinzelmann\",\n            \"chrAddressNumber\": \"337\",\n            \"chrAddressComplement\": \"Sala 05\",\n            \"dcmAddressLatitude\": -25.43935,\n            \"dcmAddressLongitude\": -49.31042,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"PROP NÃO ACEITA DENTISTA NAS SALAS OU LOJAS\\n- Visitas Acompanhadas Sem Carta de Aut.\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T00:55:28.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [],\n            \"excess\": -25,\n            \"mergedFeaturesFacilities\": [],\n            \"fkProperty\": 396,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/D10S69NV055V8UD6KXNL.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/D10S69NV055V8UD6KXNL.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/D10S69NV055V8UD6KXNL.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/D10S69NV055V8UD6KXNL.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/D10S69NV055V8UD6KXNL.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/D10S69NV055V8UD6KXNL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/D10S69NV055V8UD6KXNL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/D10S69NV055V8UD6KXNL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/D10S69NV055V8UD6KXNL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/D10S69NV055V8UD6KXNL.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/DM399XW3ITWO940UO056.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/DM399XW3ITWO940UO056.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/DM399XW3ITWO940UO056.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/DM399XW3ITWO940UO056.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/DM399XW3ITWO940UO056.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8I85U91PWQNS8E22PUBB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8I85U91PWQNS8E22PUBB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8I85U91PWQNS8E22PUBB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8I85U91PWQNS8E22PUBB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8I85U91PWQNS8E22PUBB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/728ON9SECRVJASKTFJ41.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/728ON9SECRVJASKTFJ41.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/728ON9SECRVJASKTFJ41.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/728ON9SECRVJASKTFJ41.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/728ON9SECRVJASKTFJ41.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MG1H1XXEKPS1CHMQDJAS.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MG1H1XXEKPS1CHMQDJAS.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MG1H1XXEKPS1CHMQDJAS.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MG1H1XXEKPS1CHMQDJAS.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MG1H1XXEKPS1CHMQDJAS.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/OFVFOPTD2VQ1M8P07WXI.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/OFVFOPTD2VQ1M8P07WXI.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/OFVFOPTD2VQ1M8P07WXI.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/OFVFOPTD2VQ1M8P07WXI.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/OFVFOPTD2VQ1M8P07WXI.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Q5ZH097QLX1P4C0M9FUH.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Q5ZH097QLX1P4C0M9FUH.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Q5ZH097QLX1P4C0M9FUH.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Q5ZH097QLX1P4C0M9FUH.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Q5ZH097QLX1P4C0M9FUH.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/WQSEC89EHKYXWRX0YLEL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/WQSEC89EHKYXWRX0YLEL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/WQSEC89EHKYXWRX0YLEL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/WQSEC89EHKYXWRX0YLEL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/WQSEC89EHKYXWRX0YLEL.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/N77U328BDMOUGPM7L8O9.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/N77U328BDMOUGPM7L8O9.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/N77U328BDMOUGPM7L8O9.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/N77U328BDMOUGPM7L8O9.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/N77U328BDMOUGPM7L8O9.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/1I7LJD0HEM2EHCQ9NYEB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/1I7LJD0HEM2EHCQ9NYEB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/1I7LJD0HEM2EHCQ9NYEB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/1I7LJD0HEM2EHCQ9NYEB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/1I7LJD0HEM2EHCQ9NYEB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/V6YL7Z3V43OK7RI2OVV2.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/V6YL7Z3V43OK7RI2OVV2.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/V6YL7Z3V43OK7RI2OVV2.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/V6YL7Z3V43OK7RI2OVV2.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/V6YL7Z3V43OK7RI2OVV2.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/SOSHS9O8LZ9S9LQXKH9I.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/SOSHS9O8LZ9S9LQXKH9I.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/SOSHS9O8LZ9S9LQXKH9I.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/SOSHS9O8LZ9S9LQXKH9I.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/SOSHS9O8LZ9S9LQXKH9I.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3EXJ40W0KYHEBF49XNDF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3EXJ40W0KYHEBF49XNDF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3EXJ40W0KYHEBF49XNDF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3EXJ40W0KYHEBF49XNDF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3EXJ40W0KYHEBF49XNDF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FWR1VZVNZW0C7UFGTOZN.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FWR1VZVNZW0C7UFGTOZN.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FWR1VZVNZW0C7UFGTOZN.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FWR1VZVNZW0C7UFGTOZN.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FWR1VZVNZW0C7UFGTOZN.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/K2ZW7AJZ7JGI3CBLKBTO.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/K2ZW7AJZ7JGI3CBLKBTO.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/K2ZW7AJZ7JGI3CBLKBTO.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/K2ZW7AJZ7JGI3CBLKBTO.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/K2ZW7AJZ7JGI3CBLKBTO.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3BEDSZBVJQ08ZJ49QTKF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3BEDSZBVJQ08ZJ49QTKF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3BEDSZBVJQ08ZJ49QTKF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3BEDSZBVJQ08ZJ49QTKF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3BEDSZBVJQ08ZJ49QTKF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/VQQHSYXHLIT4L462DZ9U.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/VQQHSYXHLIT4L462DZ9U.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/VQQHSYXHLIT4L462DZ9U.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/VQQHSYXHLIT4L462DZ9U.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/VQQHSYXHLIT4L462DZ9U.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/BAE32Z79H3RD6F2VW7OU.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/BAE32Z79H3RD6F2VW7OU.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/BAE32Z79H3RD6F2VW7OU.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/BAE32Z79H3RD6F2VW7OU.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/BAE32Z79H3RD6F2VW7OU.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 463,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6d9b33b83d3cb10dd6d4\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"CQL-953364\",\n            \"chrInnerReference\": \"BCY-730467\",\n            \"chrType\": \"OFFICES\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1388.88,\n            \"dcmRentPercentDiscount\": 9.999424,\n            \"dcmRentNetValue\": 1250,\n            \"dcmRentDiscountValue\": 138.88,\n            \"dcmCondoValue\": 80,\n            \"dcmPropertyTax\": 224.45,\n            \"dcmPcf\": 75,\n            \"dcmInspection\": 190,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 32,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 32,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": \"Conjunto Comercial Seminário\",\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 0,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"82.300-000\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Braz\",\n            \"chrAddressStreet\": \"Avenida Verador Toaldo Tulio\",\n            \"chrAddressNumber\": \"764\",\n            \"chrAddressComplement\": \"Sala 03\",\n            \"dcmAddressLatitude\": -25.4239363,\n            \"dcmAddressLongitude\": -49.3517916,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"PROPRIETÁRIO SRA. ALESSANDRA AVISOU QUE NÃO LOCA PARA CONSULTÓRIO DENTISTA, RAMO ALIMENTÍCIO E SALÃO DE BELEZA***\",\n            \"vrcVirtualTour\": \"https://www.youtube.com/watch?v=X9sKyRzmcyM\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T01:05:31.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [],\n            \"excess\": -25,\n            \"mergedFeaturesFacilities\": [],\n            \"fkProperty\": 695,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                \"cover\": false\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MANrFI0aCpcSvDf6nmSqhbXJT5bbL7FGBBxgDUV1.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MNmMsqJzD4rpCAA5TKdk5IAzJ5xRDe1QfNpBbWQN.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MNmMsqJzD4rpCAA5TKdk5IAzJ5xRDe1QfNpBbWQN.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MNmMsqJzD4rpCAA5TKdk5IAzJ5xRDe1QfNpBbWQN.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MNmMsqJzD4rpCAA5TKdk5IAzJ5xRDe1QfNpBbWQN.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MNmMsqJzD4rpCAA5TKdk5IAzJ5xRDe1QfNpBbWQN.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/7Jm0rc0GE7cacBLSQnLef2y5qZ1iZWcczJ6L2wXV.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/7Jm0rc0GE7cacBLSQnLef2y5qZ1iZWcczJ6L2wXV.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/7Jm0rc0GE7cacBLSQnLef2y5qZ1iZWcczJ6L2wXV.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/7Jm0rc0GE7cacBLSQnLef2y5qZ1iZWcczJ6L2wXV.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/7Jm0rc0GE7cacBLSQnLef2y5qZ1iZWcczJ6L2wXV.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MBCIs5j8PZIhHA8Qep1AfoIJe8Ebwh1BXKnaRCE6.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MBCIs5j8PZIhHA8Qep1AfoIJe8Ebwh1BXKnaRCE6.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MBCIs5j8PZIhHA8Qep1AfoIJe8Ebwh1BXKnaRCE6.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MBCIs5j8PZIhHA8Qep1AfoIJe8Ebwh1BXKnaRCE6.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MBCIs5j8PZIhHA8Qep1AfoIJe8Ebwh1BXKnaRCE6.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/dVYstpaBwgdYmUhkZUkRvdgSIdJnKUzSuFTUESzp.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/dVYstpaBwgdYmUhkZUkRvdgSIdJnKUzSuFTUESzp.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/dVYstpaBwgdYmUhkZUkRvdgSIdJnKUzSuFTUESzp.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/dVYstpaBwgdYmUhkZUkRvdgSIdJnKUzSuFTUESzp.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/dVYstpaBwgdYmUhkZUkRvdgSIdJnKUzSuFTUESzp.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/REY2SM8dvZZUVfDllQmQnghq9qy9agADEVEHfq6J.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/REY2SM8dvZZUVfDllQmQnghq9qy9agADEVEHfq6J.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/REY2SM8dvZZUVfDllQmQnghq9qy9agADEVEHfq6J.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/REY2SM8dvZZUVfDllQmQnghq9qy9agADEVEHfq6J.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/REY2SM8dvZZUVfDllQmQnghq9qy9agADEVEHfq6J.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/d3mODdsjTWU25M4eKvqemh8DQ1tN607n6VOYuoUR.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/d3mODdsjTWU25M4eKvqemh8DQ1tN607n6VOYuoUR.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/d3mODdsjTWU25M4eKvqemh8DQ1tN607n6VOYuoUR.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/d3mODdsjTWU25M4eKvqemh8DQ1tN607n6VOYuoUR.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/d3mODdsjTWU25M4eKvqemh8DQ1tN607n6VOYuoUR.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Y79vNsSPLZDoqYAK6sd2qzBMDgpcsAh4s1Rq6FXm.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Y79vNsSPLZDoqYAK6sd2qzBMDgpcsAh4s1Rq6FXm.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Y79vNsSPLZDoqYAK6sd2qzBMDgpcsAh4s1Rq6FXm.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Y79vNsSPLZDoqYAK6sd2qzBMDgpcsAh4s1Rq6FXm.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Y79vNsSPLZDoqYAK6sd2qzBMDgpcsAh4s1Rq6FXm.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/scQPIkweZzFJ1CJaXzk4VFKBJroh57FbsspQnH0X.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/scQPIkweZzFJ1CJaXzk4VFKBJroh57FbsspQnH0X.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/scQPIkweZzFJ1CJaXzk4VFKBJroh57FbsspQnH0X.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/scQPIkweZzFJ1CJaXzk4VFKBJroh57FbsspQnH0X.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/scQPIkweZzFJ1CJaXzk4VFKBJroh57FbsspQnH0X.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/pPY5BbY3B4DZZfJjunWcA06iuvdlaYScS83Gk0Fq.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/pPY5BbY3B4DZZfJjunWcA06iuvdlaYScS83Gk0Fq.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/pPY5BbY3B4DZZfJjunWcA06iuvdlaYScS83Gk0Fq.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/pPY5BbY3B4DZZfJjunWcA06iuvdlaYScS83Gk0Fq.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/pPY5BbY3B4DZZfJjunWcA06iuvdlaYScS83Gk0Fq.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/aSQji17fDo98qydA5stoSt2BBXJXMwz9iL3YZcSB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/aSQji17fDo98qydA5stoSt2BBXJXMwz9iL3YZcSB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/aSQji17fDo98qydA5stoSt2BBXJXMwz9iL3YZcSB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/aSQji17fDo98qydA5stoSt2BBXJXMwz9iL3YZcSB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/aSQji17fDo98qydA5stoSt2BBXJXMwz9iL3YZcSB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/YiU2TKMz76NFFch4tq0XPyffmzGBOP9vNV5gxVQM.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/YiU2TKMz76NFFch4tq0XPyffmzGBOP9vNV5gxVQM.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/YiU2TKMz76NFFch4tq0XPyffmzGBOP9vNV5gxVQM.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/YiU2TKMz76NFFch4tq0XPyffmzGBOP9vNV5gxVQM.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/YiU2TKMz76NFFch4tq0XPyffmzGBOP9vNV5gxVQM.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8oDVu8IGtCYzQE81kLjPOG0XuFkJK38ESrl3eDvD.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8oDVu8IGtCYzQE81kLjPOG0XuFkJK38ESrl3eDvD.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8oDVu8IGtCYzQE81kLjPOG0XuFkJK38ESrl3eDvD.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8oDVu8IGtCYzQE81kLjPOG0XuFkJK38ESrl3eDvD.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8oDVu8IGtCYzQE81kLjPOG0XuFkJK38ESrl3eDvD.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MsU5F3gYk1PbBBeYDwniibimV45fDdW6oYAty9UY.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MsU5F3gYk1PbBBeYDwniibimV45fDdW6oYAty9UY.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MsU5F3gYk1PbBBeYDwniibimV45fDdW6oYAty9UY.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MsU5F3gYk1PbBBeYDwniibimV45fDdW6oYAty9UY.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MsU5F3gYk1PbBBeYDwniibimV45fDdW6oYAty9UY.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/il2yR7klbDRglpPchvHC4ZoOEsAD2w2mFS8aUoKC.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/il2yR7klbDRglpPchvHC4ZoOEsAD2w2mFS8aUoKC.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/il2yR7klbDRglpPchvHC4ZoOEsAD2w2mFS8aUoKC.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/il2yR7klbDRglpPchvHC4ZoOEsAD2w2mFS8aUoKC.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/il2yR7klbDRglpPchvHC4ZoOEsAD2w2mFS8aUoKC.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/p8GTv3IqaoCNkoNe5v4uJ0pXmMZYtdUhS3ojUIgM.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/p8GTv3IqaoCNkoNe5v4uJ0pXmMZYtdUhS3ojUIgM.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/p8GTv3IqaoCNkoNe5v4uJ0pXmMZYtdUhS3ojUIgM.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/p8GTv3IqaoCNkoNe5v4uJ0pXmMZYtdUhS3ojUIgM.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/p8GTv3IqaoCNkoNe5v4uJ0pXmMZYtdUhS3ojUIgM.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/4RDL7P8YgMLBUeVPnziWDzK0qoi4zWhXRua0IzjM.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/4RDL7P8YgMLBUeVPnziWDzK0qoi4zWhXRua0IzjM.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/4RDL7P8YgMLBUeVPnziWDzK0qoi4zWhXRua0IzjM.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/4RDL7P8YgMLBUeVPnziWDzK0qoi4zWhXRua0IzjM.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/4RDL7P8YgMLBUeVPnziWDzK0qoi4zWhXRua0IzjM.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5Zer8M8fP9PVEtIeFLonCuAjGVqEvFxIqskXmDvy.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5Zer8M8fP9PVEtIeFLonCuAjGVqEvFxIqskXmDvy.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5Zer8M8fP9PVEtIeFLonCuAjGVqEvFxIqskXmDvy.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5Zer8M8fP9PVEtIeFLonCuAjGVqEvFxIqskXmDvy.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5Zer8M8fP9PVEtIeFLonCuAjGVqEvFxIqskXmDvy.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/E7L5V8cJnIDU30iWUrbdfM1BpefZ3HsyWyct8L1L.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/E7L5V8cJnIDU30iWUrbdfM1BpefZ3HsyWyct8L1L.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/E7L5V8cJnIDU30iWUrbdfM1BpefZ3HsyWyct8L1L.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/E7L5V8cJnIDU30iWUrbdfM1BpefZ3HsyWyct8L1L.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/E7L5V8cJnIDU30iWUrbdfM1BpefZ3HsyWyct8L1L.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/PUcEGjtMtL9DQZrDTVzoBafrHaz7yJKY3jiksoA3.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/PUcEGjtMtL9DQZrDTVzoBafrHaz7yJKY3jiksoA3.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/PUcEGjtMtL9DQZrDTVzoBafrHaz7yJKY3jiksoA3.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/PUcEGjtMtL9DQZrDTVzoBafrHaz7yJKY3jiksoA3.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/PUcEGjtMtL9DQZrDTVzoBafrHaz7yJKY3jiksoA3.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/zXM56GYyZoWft4s3RlDb7TlvA2jDIG3dZQBdxjSS.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/zXM56GYyZoWft4s3RlDb7TlvA2jDIG3dZQBdxjSS.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/zXM56GYyZoWft4s3RlDb7TlvA2jDIG3dZQBdxjSS.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/zXM56GYyZoWft4s3RlDb7TlvA2jDIG3dZQBdxjSS.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/zXM56GYyZoWft4s3RlDb7TlvA2jDIG3dZQBdxjSS.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/cgfx8GdTgiUoLg90stFFytX6HiDZy3OAvYnrFZN6.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/cgfx8GdTgiUoLg90stFFytX6HiDZy3OAvYnrFZN6.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/cgfx8GdTgiUoLg90stFFytX6HiDZy3OAvYnrFZN6.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/cgfx8GdTgiUoLg90stFFytX6HiDZy3OAvYnrFZN6.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/cgfx8GdTgiUoLg90stFFytX6HiDZy3OAvYnrFZN6.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/0fxogCFeIlwhRB1R8cKoIVbyUVk3DzRQLWLplAZp.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/0fxogCFeIlwhRB1R8cKoIVbyUVk3DzRQLWLplAZp.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/0fxogCFeIlwhRB1R8cKoIVbyUVk3DzRQLWLplAZp.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/0fxogCFeIlwhRB1R8cKoIVbyUVk3DzRQLWLplAZp.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/0fxogCFeIlwhRB1R8cKoIVbyUVk3DzRQLWLplAZp.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/bJj0zpLXkeRlcmKr5WIECEgsuOizzcfDukAyaU25.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/bJj0zpLXkeRlcmKr5WIECEgsuOizzcfDukAyaU25.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/bJj0zpLXkeRlcmKr5WIECEgsuOizzcfDukAyaU25.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/bJj0zpLXkeRlcmKr5WIECEgsuOizzcfDukAyaU25.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/bJj0zpLXkeRlcmKr5WIECEgsuOizzcfDukAyaU25.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/StMZPMBjMOiCyVNZxjqlIcwPrSYFQ13Z6NVXi9dU.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/StMZPMBjMOiCyVNZxjqlIcwPrSYFQ13Z6NVXi9dU.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/StMZPMBjMOiCyVNZxjqlIcwPrSYFQ13Z6NVXi9dU.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/StMZPMBjMOiCyVNZxjqlIcwPrSYFQ13Z6NVXi9dU.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/StMZPMBjMOiCyVNZxjqlIcwPrSYFQ13Z6NVXi9dU.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/HZdVsooBOOvH7uHhq9EJcyTWsMnnyVB0DAuEce8o.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/HZdVsooBOOvH7uHhq9EJcyTWsMnnyVB0DAuEce8o.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/HZdVsooBOOvH7uHhq9EJcyTWsMnnyVB0DAuEce8o.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/HZdVsooBOOvH7uHhq9EJcyTWsMnnyVB0DAuEce8o.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/HZdVsooBOOvH7uHhq9EJcyTWsMnnyVB0DAuEce8o.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FQCITOCSWSgMyTS4lpQTwZg4ZuMFCiZvadJZoRPZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FQCITOCSWSgMyTS4lpQTwZg4ZuMFCiZvadJZoRPZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FQCITOCSWSgMyTS4lpQTwZg4ZuMFCiZvadJZoRPZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FQCITOCSWSgMyTS4lpQTwZg4ZuMFCiZvadJZoRPZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FQCITOCSWSgMyTS4lpQTwZg4ZuMFCiZvadJZoRPZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/nkoHSlAXE4rHiwAnOvl8FXTifrek5Fe4JPx5yEcV.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/nkoHSlAXE4rHiwAnOvl8FXTifrek5Fe4JPx5yEcV.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/nkoHSlAXE4rHiwAnOvl8FXTifrek5Fe4JPx5yEcV.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/nkoHSlAXE4rHiwAnOvl8FXTifrek5Fe4JPx5yEcV.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/nkoHSlAXE4rHiwAnOvl8FXTifrek5Fe4JPx5yEcV.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/ZbjDuqWbgIpEIY48bxea4SKMXyvMjJhwi40A3WKk.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/ZbjDuqWbgIpEIY48bxea4SKMXyvMjJhwi40A3WKk.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/ZbjDuqWbgIpEIY48bxea4SKMXyvMjJhwi40A3WKk.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/ZbjDuqWbgIpEIY48bxea4SKMXyvMjJhwi40A3WKk.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/ZbjDuqWbgIpEIY48bxea4SKMXyvMjJhwi40A3WKk.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 1319,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6e8133b83d3cb10dda2c\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"SXR-792756\",\n            \"chrInnerReference\": \"YNE-231397\",\n            \"chrType\": \"APARTMENT\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1444.44,\n            \"dcmRentPercentDiscount\": 9.999723,\n            \"dcmRentNetValue\": 1300,\n            \"dcmRentDiscountValue\": 144.44,\n            \"dcmCondoValue\": 300,\n            \"dcmPropertyTax\": 25.28,\n            \"dcmPcf\": 78,\n            \"dcmInspection\": 190,\n            \"dcmFireInsurance\": 18.28,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 0,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 43.2,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": \"ROTATIONAL\",\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": false,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 1,\n            \"intSuites\": 0,\n            \"intBedrooms\": 2,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 2,\n            \"intRooms\": 4,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"81.310-000\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Senador Accioly Filho\",\n            \"chrAddressNumber\": \"000\",\n            \"chrAddressComplement\": \"Apto 22 bloco 06\",\n            \"dcmAddressLatitude\": 0,\n            \"dcmAddressLongitude\": 0,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[\\\"FURNISHED\\\",\\\"GOURMET_KITCHEN\\\"]\",\n            \"jsonFacilities\": \"[\\\"BARBECUE\\\",\\\"KIOSK\\\"]\",\n            \"jsonRealtors\": \"\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"visita acompanhada com senha 6633\\nTratar os assuntos com Delorene  (irma) 41 99141.6257\",\n            \"vrcVirtualTour\": \"https://www.youtube.com/watch?v=ooxrHA8pTSw\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T01:10:51.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [\n                \"Mobiliado\",\n                \"Cozinha Gourmet\"\n            ],\n            \"rewritedFacilities\": [\n                \"Churrasqueira\",\n                \"Quiosque\"\n            ],\n            \"excess\": -21,\n            \"mergedFeaturesFacilities\": [\n                \"Churrasqueira\",\n                \"Quiosque\",\n                \"Mobiliado\",\n                \"Cozinha Gourmet\"\n            ],\n            \"fkProperty\": 1551,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [\n                \"FURNISHED\",\n                \"GOURMET_KITCHEN\"\n            ],\n            \"facilities\": [\n                \"BARBECUE\",\n                \"KIOSK\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                \"cover\": false\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/XT1z3EfA70t7J9vmCFA8NWukCdaTq3YRTPsiopo5.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/YpzK8jAfYc8NaYWQ4DHmmc7kVn96W9I7Nuqn9xQx.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/YpzK8jAfYc8NaYWQ4DHmmc7kVn96W9I7Nuqn9xQx.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/YpzK8jAfYc8NaYWQ4DHmmc7kVn96W9I7Nuqn9xQx.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/YpzK8jAfYc8NaYWQ4DHmmc7kVn96W9I7Nuqn9xQx.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/YpzK8jAfYc8NaYWQ4DHmmc7kVn96W9I7Nuqn9xQx.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/vd5Bd6W8XeExhZZo4XhJRVkNGl55j4z5mgyGqwRZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/vd5Bd6W8XeExhZZo4XhJRVkNGl55j4z5mgyGqwRZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/vd5Bd6W8XeExhZZo4XhJRVkNGl55j4z5mgyGqwRZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/vd5Bd6W8XeExhZZo4XhJRVkNGl55j4z5mgyGqwRZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/vd5Bd6W8XeExhZZo4XhJRVkNGl55j4z5mgyGqwRZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Uhnu4ySCCGzzKGq3UcxFr6ECcEBmd7WdbQFFGhaR.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Uhnu4ySCCGzzKGq3UcxFr6ECcEBmd7WdbQFFGhaR.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Uhnu4ySCCGzzKGq3UcxFr6ECcEBmd7WdbQFFGhaR.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Uhnu4ySCCGzzKGq3UcxFr6ECcEBmd7WdbQFFGhaR.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Uhnu4ySCCGzzKGq3UcxFr6ECcEBmd7WdbQFFGhaR.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/qydElvFdzoL8lh5TiPRbqOWNyvtWp5tHJgoLANVB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/qydElvFdzoL8lh5TiPRbqOWNyvtWp5tHJgoLANVB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/qydElvFdzoL8lh5TiPRbqOWNyvtWp5tHJgoLANVB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/qydElvFdzoL8lh5TiPRbqOWNyvtWp5tHJgoLANVB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/qydElvFdzoL8lh5TiPRbqOWNyvtWp5tHJgoLANVB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3EOIu2Gosrlvw34G59cNpe7cRyhXNrGweZuXzx9M.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3EOIu2Gosrlvw34G59cNpe7cRyhXNrGweZuXzx9M.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3EOIu2Gosrlvw34G59cNpe7cRyhXNrGweZuXzx9M.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3EOIu2Gosrlvw34G59cNpe7cRyhXNrGweZuXzx9M.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3EOIu2Gosrlvw34G59cNpe7cRyhXNrGweZuXzx9M.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/WPuTeme9M5f6UAF235negBiOrI4OS2y4BtXcDVm3.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/WPuTeme9M5f6UAF235negBiOrI4OS2y4BtXcDVm3.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/WPuTeme9M5f6UAF235negBiOrI4OS2y4BtXcDVm3.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/WPuTeme9M5f6UAF235negBiOrI4OS2y4BtXcDVm3.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/WPuTeme9M5f6UAF235negBiOrI4OS2y4BtXcDVm3.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/NlltgHLfxUaTKPa2aeNVhAjtsHt9KyYvSFu3TfIi.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/NlltgHLfxUaTKPa2aeNVhAjtsHt9KyYvSFu3TfIi.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/NlltgHLfxUaTKPa2aeNVhAjtsHt9KyYvSFu3TfIi.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/NlltgHLfxUaTKPa2aeNVhAjtsHt9KyYvSFu3TfIi.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/NlltgHLfxUaTKPa2aeNVhAjtsHt9KyYvSFu3TfIi.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/1sp8PVhSeoKdSCsfAxB5YSbhoxIj8ZW9U8LkeADF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/1sp8PVhSeoKdSCsfAxB5YSbhoxIj8ZW9U8LkeADF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/1sp8PVhSeoKdSCsfAxB5YSbhoxIj8ZW9U8LkeADF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/1sp8PVhSeoKdSCsfAxB5YSbhoxIj8ZW9U8LkeADF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/1sp8PVhSeoKdSCsfAxB5YSbhoxIj8ZW9U8LkeADF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/0RCEoHab9RxiMi3vTdGnAZ2Xfi7tMgWsK43sWNq6.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/0RCEoHab9RxiMi3vTdGnAZ2Xfi7tMgWsK43sWNq6.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/0RCEoHab9RxiMi3vTdGnAZ2Xfi7tMgWsK43sWNq6.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/0RCEoHab9RxiMi3vTdGnAZ2Xfi7tMgWsK43sWNq6.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/0RCEoHab9RxiMi3vTdGnAZ2Xfi7tMgWsK43sWNq6.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/A56Yb0AJdsTKU9uQfrMLHZOm00yxNLnA5v0HjTg9.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/A56Yb0AJdsTKU9uQfrMLHZOm00yxNLnA5v0HjTg9.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/A56Yb0AJdsTKU9uQfrMLHZOm00yxNLnA5v0HjTg9.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/A56Yb0AJdsTKU9uQfrMLHZOm00yxNLnA5v0HjTg9.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/A56Yb0AJdsTKU9uQfrMLHZOm00yxNLnA5v0HjTg9.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/l5eRo8SRYa2xkTNW5tOEGHM69Hu2t9QJ0zxP6MhY.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/l5eRo8SRYa2xkTNW5tOEGHM69Hu2t9QJ0zxP6MhY.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/l5eRo8SRYa2xkTNW5tOEGHM69Hu2t9QJ0zxP6MhY.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/l5eRo8SRYa2xkTNW5tOEGHM69Hu2t9QJ0zxP6MhY.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/l5eRo8SRYa2xkTNW5tOEGHM69Hu2t9QJ0zxP6MhY.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/HvV7pbNrbTaCw2ynQOLghvImExuJfInbi7InjT3f.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/HvV7pbNrbTaCw2ynQOLghvImExuJfInbi7InjT3f.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/HvV7pbNrbTaCw2ynQOLghvImExuJfInbi7InjT3f.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/HvV7pbNrbTaCw2ynQOLghvImExuJfInbi7InjT3f.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/HvV7pbNrbTaCw2ynQOLghvImExuJfInbi7InjT3f.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/TPxXOX0vDuGEKtQosTPgjmCozxSsJAtNxoGUz5uY.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/TPxXOX0vDuGEKtQosTPgjmCozxSsJAtNxoGUz5uY.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/TPxXOX0vDuGEKtQosTPgjmCozxSsJAtNxoGUz5uY.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/TPxXOX0vDuGEKtQosTPgjmCozxSsJAtNxoGUz5uY.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/TPxXOX0vDuGEKtQosTPgjmCozxSsJAtNxoGUz5uY.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FjmyVOdxvKZ9vR2dbwQwMAVNqdehGt59qW9nqqXW.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FjmyVOdxvKZ9vR2dbwQwMAVNqdehGt59qW9nqqXW.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FjmyVOdxvKZ9vR2dbwQwMAVNqdehGt59qW9nqqXW.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FjmyVOdxvKZ9vR2dbwQwMAVNqdehGt59qW9nqqXW.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FjmyVOdxvKZ9vR2dbwQwMAVNqdehGt59qW9nqqXW.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MWrrxRWqLid2XIuwzbMrIhMB2XVu7u0LTL09qxjg.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MWrrxRWqLid2XIuwzbMrIhMB2XVu7u0LTL09qxjg.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MWrrxRWqLid2XIuwzbMrIhMB2XVu7u0LTL09qxjg.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MWrrxRWqLid2XIuwzbMrIhMB2XVu7u0LTL09qxjg.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MWrrxRWqLid2XIuwzbMrIhMB2XVu7u0LTL09qxjg.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/mhs3Mwcjep21tBtpSp1ILUfZQFXmQGY9hppzIIIK.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/mhs3Mwcjep21tBtpSp1ILUfZQFXmQGY9hppzIIIK.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/mhs3Mwcjep21tBtpSp1ILUfZQFXmQGY9hppzIIIK.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/mhs3Mwcjep21tBtpSp1ILUfZQFXmQGY9hppzIIIK.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/mhs3Mwcjep21tBtpSp1ILUfZQFXmQGY9hppzIIIK.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 1740,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6ef833b83d3cb10ddbe6\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"YVR-292736\",\n            \"chrInnerReference\": \"DKY-074604\",\n            \"chrType\": \"APARTMENT\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 1600,\n            \"dcmExpectedRent\": 1600,\n            \"dcmRentRawValue\": 1500,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmRentNetValue\": 1350,\n            \"dcmRentDiscountValue\": 150,\n            \"dcmCondoValue\": 673.36,\n            \"dcmPropertyTax\": 52.85,\n            \"dcmPcf\": 87,\n            \"dcmInspection\": 190,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 63,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 51.7,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 1,\n            \"intSuites\": 0,\n            \"intBedrooms\": 1,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 1,\n            \"intRooms\": 3,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"80.730-000\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Bigorrilho\",\n            \"chrAddressStreet\": \"Rua Padre Anchieta\",\n            \"chrAddressNumber\": \"985\",\n            \"chrAddressComplement\": \"Apto 206\",\n            \"dcmAddressLatitude\": -25.43345,\n            \"dcmAddressLongitude\": -49.30086,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[\\\"KITCHEN\\\"]\",\n            \"jsonFacilities\": \"[\\\"24H_GATEKEEPER\\\",\\\"CARETAKER\\\",\\\"ELEVATOR\\\",\\\"MULTI_SPORTS_COURT\\\",\\\"PLAYGROUND\\\",\\\"SERVICE_LIFT\\\"]\",\n            \"jsonRealtors\": \"\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"- isento de seguro incêndio  - prop paga o proprio seguro \\nCHAVES NA PORTARIA - MANTER NO LOCAL\\n-Visita acompanhada com carta de autorização\",\n            \"vrcVirtualTour\": \"https://www.youtube.com/watch?v=dJDxq5rodWk\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2023-03-10T16:37:36.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [\n                \"Cozinha\"\n            ],\n            \"rewritedFacilities\": [\n                \"Portaria 24h\",\n                \"Zelador\",\n                \"Elevador\",\n                \"Quadra Poliesportiva\",\n                \"Playground\",\n                \"Elevador de Serviço\"\n            ],\n            \"excess\": -18,\n            \"mergedFeaturesFacilities\": [\n                \"Portaria 24h\",\n                \"Zelador\",\n                \"Elevador\",\n                \"Quadra Poliesportiva\",\n                \"Playground\",\n                \"Elevador de Serviço\",\n                \"Cozinha\"\n            ],\n            \"fkProperty\": 2029,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [\n                \"KITCHEN\"\n            ],\n            \"facilities\": [\n                \"24H_GATEKEEPER\",\n                \"CARETAKER\",\n                \"ELEVATOR\",\n                \"MULTI_SPORTS_COURT\",\n                \"PLAYGROUND\",\n                \"SERVICE_LIFT\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/S5ZZ67IPNYQ7N7ZLQLTH.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/UPELOIM1HKO1A5FQ6GKL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/UPELOIM1HKO1A5FQ6GKL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/UPELOIM1HKO1A5FQ6GKL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/UPELOIM1HKO1A5FQ6GKL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/UPELOIM1HKO1A5FQ6GKL.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/NNP2J0CMQ34TVJSA73LM.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/NNP2J0CMQ34TVJSA73LM.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/NNP2J0CMQ34TVJSA73LM.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/NNP2J0CMQ34TVJSA73LM.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/NNP2J0CMQ34TVJSA73LM.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FPFXKGU1WQPYB3KZU4T5.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FPFXKGU1WQPYB3KZU4T5.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FPFXKGU1WQPYB3KZU4T5.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FPFXKGU1WQPYB3KZU4T5.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FPFXKGU1WQPYB3KZU4T5.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/SJH1Y14W7ZRJM3IJ0XSH.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/SJH1Y14W7ZRJM3IJ0XSH.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/SJH1Y14W7ZRJM3IJ0XSH.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/SJH1Y14W7ZRJM3IJ0XSH.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/SJH1Y14W7ZRJM3IJ0XSH.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/AXI7JMHH4CLHO77Q65EK.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/AXI7JMHH4CLHO77Q65EK.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/AXI7JMHH4CLHO77Q65EK.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/AXI7JMHH4CLHO77Q65EK.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/AXI7JMHH4CLHO77Q65EK.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/KX6HHKA6JYSZ82Y3T84K.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/KX6HHKA6JYSZ82Y3T84K.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/KX6HHKA6JYSZ82Y3T84K.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/KX6HHKA6JYSZ82Y3T84K.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/KX6HHKA6JYSZ82Y3T84K.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/I0333RPPVSOU1UHOFNRU.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/I0333RPPVSOU1UHOFNRU.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/I0333RPPVSOU1UHOFNRU.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/I0333RPPVSOU1UHOFNRU.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/I0333RPPVSOU1UHOFNRU.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8LOB63MQRY2H04WCAS33.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8LOB63MQRY2H04WCAS33.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8LOB63MQRY2H04WCAS33.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8LOB63MQRY2H04WCAS33.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8LOB63MQRY2H04WCAS33.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/H1XI41M6WOPTSSE3VM5U.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/H1XI41M6WOPTSSE3VM5U.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/H1XI41M6WOPTSSE3VM5U.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/H1XI41M6WOPTSSE3VM5U.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/H1XI41M6WOPTSSE3VM5U.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/SQ6II20GZUP1IQARUZG8.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/SQ6II20GZUP1IQARUZG8.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/SQ6II20GZUP1IQARUZG8.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/SQ6II20GZUP1IQARUZG8.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/SQ6II20GZUP1IQARUZG8.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MUT6100UTQKXE69LZOUE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MUT6100UTQKXE69LZOUE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MUT6100UTQKXE69LZOUE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MUT6100UTQKXE69LZOUE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MUT6100UTQKXE69LZOUE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8WXKDA8KLQIG5WS30RS4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8WXKDA8KLQIG5WS30RS4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8WXKDA8KLQIG5WS30RS4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8WXKDA8KLQIG5WS30RS4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8WXKDA8KLQIG5WS30RS4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/RM0B6ZN19B9SKPLDILX3.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/RM0B6ZN19B9SKPLDILX3.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/RM0B6ZN19B9SKPLDILX3.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/RM0B6ZN19B9SKPLDILX3.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/RM0B6ZN19B9SKPLDILX3.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Q885PFYKCP2JEYZAVZ0E.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Q885PFYKCP2JEYZAVZ0E.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Q885PFYKCP2JEYZAVZ0E.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Q885PFYKCP2JEYZAVZ0E.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Q885PFYKCP2JEYZAVZ0E.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/809SDSCAMA0DXVC2EHRR.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/809SDSCAMA0DXVC2EHRR.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/809SDSCAMA0DXVC2EHRR.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/809SDSCAMA0DXVC2EHRR.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/809SDSCAMA0DXVC2EHRR.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/DH3RF8ZJI5XT677WVSBE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/DH3RF8ZJI5XT677WVSBE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/DH3RF8ZJI5XT677WVSBE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/DH3RF8ZJI5XT677WVSBE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/DH3RF8ZJI5XT677WVSBE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/CJ8OWUYJO83C6PZEETTH.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/CJ8OWUYJO83C6PZEETTH.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/CJ8OWUYJO83C6PZEETTH.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/CJ8OWUYJO83C6PZEETTH.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/CJ8OWUYJO83C6PZEETTH.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/J4I2MZ2LDHNQ1GQU4OTN.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/J4I2MZ2LDHNQ1GQU4OTN.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/J4I2MZ2LDHNQ1GQU4OTN.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/J4I2MZ2LDHNQ1GQU4OTN.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/J4I2MZ2LDHNQ1GQU4OTN.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/JOCT6RLMQYICGB7D4O9S.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/JOCT6RLMQYICGB7D4O9S.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/JOCT6RLMQYICGB7D4O9S.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/JOCT6RLMQYICGB7D4O9S.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/JOCT6RLMQYICGB7D4O9S.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/BUZIUQPPBWB40HZM4VK4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/BUZIUQPPBWB40HZM4VK4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/BUZIUQPPBWB40HZM4VK4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/BUZIUQPPBWB40HZM4VK4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/BUZIUQPPBWB40HZM4VK4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/LQ7EZFZR00NYDYNRGMDV.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/LQ7EZFZR00NYDYNRGMDV.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/LQ7EZFZR00NYDYNRGMDV.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/LQ7EZFZR00NYDYNRGMDV.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/LQ7EZFZR00NYDYNRGMDV.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5IAA8LOT2A8E692ZG1CE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5IAA8LOT2A8E692ZG1CE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5IAA8LOT2A8E692ZG1CE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5IAA8LOT2A8E692ZG1CE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5IAA8LOT2A8E692ZG1CE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/1Z5M8PD6CNSKXMLUTUZ2.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/1Z5M8PD6CNSKXMLUTUZ2.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/1Z5M8PD6CNSKXMLUTUZ2.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/1Z5M8PD6CNSKXMLUTUZ2.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/1Z5M8PD6CNSKXMLUTUZ2.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3QPS4HJ0KSXVUZI1L3EP.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3QPS4HJ0KSXVUZI1L3EP.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3QPS4HJ0KSXVUZI1L3EP.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3QPS4HJ0KSXVUZI1L3EP.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3QPS4HJ0KSXVUZI1L3EP.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/QOLLYSXKTAML3FWRU80G.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/QOLLYSXKTAML3FWRU80G.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/QOLLYSXKTAML3FWRU80G.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/QOLLYSXKTAML3FWRU80G.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/QOLLYSXKTAML3FWRU80G.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/7BRV7E2SY9KQ0DVCNRUV.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/7BRV7E2SY9KQ0DVCNRUV.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/7BRV7E2SY9KQ0DVCNRUV.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/7BRV7E2SY9KQ0DVCNRUV.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/7BRV7E2SY9KQ0DVCNRUV.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5IJIOEVQNDB1E2NY59IL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5IJIOEVQNDB1E2NY59IL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5IJIOEVQNDB1E2NY59IL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5IJIOEVQNDB1E2NY59IL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5IJIOEVQNDB1E2NY59IL.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/800ZWPSPVBQWRIV7K2GJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/800ZWPSPVBQWRIV7K2GJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/800ZWPSPVBQWRIV7K2GJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/800ZWPSPVBQWRIV7K2GJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/800ZWPSPVBQWRIV7K2GJ.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 483,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6da133b83d3cb10dd6e8\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"ZCQ-711988\",\n            \"chrInnerReference\": \"UYY-797753\",\n            \"chrType\": \"SHOP\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1500,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmRentNetValue\": 1350,\n            \"dcmRentDiscountValue\": 150,\n            \"dcmCondoValue\": 0,\n            \"dcmPropertyTax\": 155.31,\n            \"dcmPcf\": 81,\n            \"dcmInspection\": 140,\n            \"dcmFireInsurance\": 0,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 0,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 76.7,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 0,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 1,\n            \"intTotalBedrooms\": 0,\n            \"intRooms\": 1,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"81.230-540\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua José Correia Tramujas\",\n            \"chrAddressNumber\": \"518\",\n            \"chrAddressComplement\": \"Parte inferior\",\n            \"dcmAddressLatitude\": -25.47208,\n            \"dcmAddressLongitude\": -49.34085,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[]\",\n            \"jsonRealtors\": \"[]\",\n            \"txtDescription\": \"\",\n            \"txtSaleInformation\": \"Atenção não locar para restaurantes ou barzinho, nada relacionado a comida.\\n- Visita Livre Com Carta\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-03-21T01:05:38.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [],\n            \"excess\": -25,\n            \"mergedFeaturesFacilities\": [],\n            \"fkProperty\": 715,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/A3OBRJ5TLM7RUQY7ZDTQ.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/1KNJPMH8GIXXLORLBO57.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/1KNJPMH8GIXXLORLBO57.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/1KNJPMH8GIXXLORLBO57.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/1KNJPMH8GIXXLORLBO57.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/1KNJPMH8GIXXLORLBO57.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3QTM9PRKEDPUMK4H5PPF.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3QTM9PRKEDPUMK4H5PPF.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3QTM9PRKEDPUMK4H5PPF.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3QTM9PRKEDPUMK4H5PPF.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3QTM9PRKEDPUMK4H5PPF.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/0Q5UHX43HK4542SMDVL9.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/0Q5UHX43HK4542SMDVL9.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/0Q5UHX43HK4542SMDVL9.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/0Q5UHX43HK4542SMDVL9.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/0Q5UHX43HK4542SMDVL9.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/LYEYSE63UIHGUHAPF4I2.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/LYEYSE63UIHGUHAPF4I2.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/LYEYSE63UIHGUHAPF4I2.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/LYEYSE63UIHGUHAPF4I2.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/LYEYSE63UIHGUHAPF4I2.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5T68B5GS82G8FEXR310U.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5T68B5GS82G8FEXR310U.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5T68B5GS82G8FEXR310U.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5T68B5GS82G8FEXR310U.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5T68B5GS82G8FEXR310U.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/VE3U9124F9R2R7LRR9LE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/VE3U9124F9R2R7LRR9LE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/VE3U9124F9R2R7LRR9LE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/VE3U9124F9R2R7LRR9LE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/VE3U9124F9R2R7LRR9LE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/4O7OPUNKO7A0FLXQN7E8.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/4O7OPUNKO7A0FLXQN7E8.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/4O7OPUNKO7A0FLXQN7E8.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/4O7OPUNKO7A0FLXQN7E8.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/4O7OPUNKO7A0FLXQN7E8.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/AINHD90ZBB1N07BO3QWE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/AINHD90ZBB1N07BO3QWE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/AINHD90ZBB1N07BO3QWE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/AINHD90ZBB1N07BO3QWE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/AINHD90ZBB1N07BO3QWE.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 1805,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6f1933b83d3cb10ddc63\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"ISP-192242\",\n            \"chrInnerReference\": \"VDK-818744\",\n            \"chrType\": \"APARTMENT\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 1600,\n            \"dcmExpectedRent\": 1600,\n            \"dcmRentRawValue\": 1777.78,\n            \"dcmRentPercentDiscount\": 10.000112,\n            \"dcmRentNetValue\": 1600,\n            \"dcmRentDiscountValue\": 177.78,\n            \"dcmCondoValue\": 529,\n            \"dcmPropertyTax\": 45.63,\n            \"dcmPcf\": 96,\n            \"dcmInspection\": 190,\n            \"dcmFireInsurance\": 15.54,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 38.24,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 27.29,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": \"CONVERED\",\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 0,\n            \"intSuites\": 1,\n            \"intBedrooms\": 0,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 2,\n            \"intTotalBedrooms\": 1,\n            \"intRooms\": 2,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"80.010-180\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Rua Barão do Rio Branco\",\n            \"chrAddressNumber\": \"885\",\n            \"chrAddressComplement\": \"Apto 505 torre B\",\n            \"dcmAddressLatitude\": -25.43653,\n            \"dcmAddressLongitude\": -49.26605,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[\\\"BALCONY\\\",\\\"FURNISHED\\\",\\\"KITCHEN\\\"]\",\n            \"jsonFacilities\": \"[\\\"24H_GATEKEEPER\\\",\\\"BIKE_STORAGE\\\",\\\"CARETAKER\\\",\\\"ELEVATOR\\\",\\\"GAME_ROOM\\\",\\\"GATED_COMMUNITY\\\",\\\"GOURMET_SPACE\\\",\\\"GYM\\\",\\\"HEATED_POOL\\\",\\\"LAUNDRY\\\",\\\"PARTY_ROOM\\\",\\\"PLAYGROUND\\\",\\\"PLAYROOM\\\",\\\"SERVICE_LIFT\\\",\\\"SPA\\\"]\",\n            \"jsonRealtors\": \"\",\n            \"txtDescription\": \"Apartamento de 27m2 no condomínio LifeSpace Estação , no Centro de Curitiba, próximo da Praça Eufrásio Correia, em frente ao Shopping Estação,  Próximo da Rodoviária, e muito mais.\\r\\n\\r\\nAmbientes integrados\\r\\nCozinha com armários, pia, geladeira, sugar e fogão embutido de duas bocas, microondas.\\r\\nSala com sofá de dois lugares, cômoda com TV \\r\\nCama de Casal e armário, com varanda\\r\\nBanheiro social \\r\\n\\r\\n\\r\\nFCI - R$ 9600\\r\\nSEGURO INCÊNDIO - R$ \\r\\n\\r\\nCURTIU NÉ??\\r\\nAGENDE AGORA SUA VISITA E NÃO PERCA ESTA OPORTUNIDADE!\",\n            \"txtSaleInformation\": \"Visita acompanhada com carta de autorização\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2023-07-11T14:00:44.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [\n                \"Mobiliado\",\n                \"Cozinha\",\n                \"Sacada\"\n            ],\n            \"rewritedFacilities\": [\n                \"Portaria 24h\",\n                \"Bicicletário\",\n                \"Zelador\",\n                \"Elevador\",\n                \"Salão de Jogos\",\n                \"Condomínio Fechado\",\n                \"Espaço Gourmet\",\n                \"Academia\",\n                \"Piscina Aquecida\",\n                \"Lavanderia\",\n                \"Salão de Festas\",\n                \"Playground\",\n                \"Brinquedoteca\",\n                \"Elevador de Serviço\",\n                \"Spa\"\n            ],\n            \"excess\": -7,\n            \"mergedFeaturesFacilities\": [\n                \"Portaria 24h\",\n                \"Bicicletário\",\n                \"Zelador\",\n                \"Elevador\",\n                \"Salão de Jogos\",\n                \"Condomínio Fechado\",\n                \"Espaço Gourmet\",\n                \"Academia\",\n                \"Piscina Aquecida\",\n                \"Lavanderia\",\n                \"Salão de Festas\",\n                \"Playground\",\n                \"Brinquedoteca\",\n                \"Elevador de Serviço\",\n                \"Spa\",\n                \"Mobiliado\",\n                \"Cozinha\",\n                \"Sacada\"\n            ],\n            \"fkProperty\": 2157,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [\n                \"BALCONY\",\n                \"FURNISHED\",\n                \"KITCHEN\"\n            ],\n            \"facilities\": [\n                \"24H_GATEKEEPER\",\n                \"BIKE_STORAGE\",\n                \"CARETAKER\",\n                \"ELEVATOR\",\n                \"GAME_ROOM\",\n                \"GATED_COMMUNITY\",\n                \"GOURMET_SPACE\",\n                \"GYM\",\n                \"HEATED_POOL\",\n                \"LAUNDRY\",\n                \"PARTY_ROOM\",\n                \"PLAYGROUND\",\n                \"PLAYROOM\",\n                \"SERVICE_LIFT\",\n                \"SPA\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/E1CDY6CN9DGHPETW5R39.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/E1CDY6CN9DGHPETW5R39.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/E1CDY6CN9DGHPETW5R39.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/E1CDY6CN9DGHPETW5R39.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/E1CDY6CN9DGHPETW5R39.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/E1CDY6CN9DGHPETW5R39.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/E1CDY6CN9DGHPETW5R39.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/E1CDY6CN9DGHPETW5R39.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/E1CDY6CN9DGHPETW5R39.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/E1CDY6CN9DGHPETW5R39.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2BLCEXENBB2U3M0B75KK.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2BLCEXENBB2U3M0B75KK.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2BLCEXENBB2U3M0B75KK.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2BLCEXENBB2U3M0B75KK.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2BLCEXENBB2U3M0B75KK.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3UXUP6LXUL6NT5W4NAA1.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3UXUP6LXUL6NT5W4NAA1.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3UXUP6LXUL6NT5W4NAA1.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3UXUP6LXUL6NT5W4NAA1.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3UXUP6LXUL6NT5W4NAA1.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/5LO7ZERUQ6N3HTW5CSLN.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/5LO7ZERUQ6N3HTW5CSLN.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/5LO7ZERUQ6N3HTW5CSLN.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/5LO7ZERUQ6N3HTW5CSLN.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/5LO7ZERUQ6N3HTW5CSLN.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3QUSY9H84M2DMJYLGYFU.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3QUSY9H84M2DMJYLGYFU.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3QUSY9H84M2DMJYLGYFU.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3QUSY9H84M2DMJYLGYFU.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3QUSY9H84M2DMJYLGYFU.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/VQ9GY99SK7U8Q1QO47SB.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/VQ9GY99SK7U8Q1QO47SB.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/VQ9GY99SK7U8Q1QO47SB.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/VQ9GY99SK7U8Q1QO47SB.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/VQ9GY99SK7U8Q1QO47SB.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/J9KK6NXBDG5SL8IN2GK3.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/J9KK6NXBDG5SL8IN2GK3.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/J9KK6NXBDG5SL8IN2GK3.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/J9KK6NXBDG5SL8IN2GK3.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/J9KK6NXBDG5SL8IN2GK3.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/SNHGS38DTI5BDK2JB88E.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/SNHGS38DTI5BDK2JB88E.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/SNHGS38DTI5BDK2JB88E.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/SNHGS38DTI5BDK2JB88E.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/SNHGS38DTI5BDK2JB88E.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/NRQDGHUR4JEEXGFZA3P6.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/NRQDGHUR4JEEXGFZA3P6.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/NRQDGHUR4JEEXGFZA3P6.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/NRQDGHUR4JEEXGFZA3P6.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/NRQDGHUR4JEEXGFZA3P6.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/PBUCHDX1C0AX1BZ62LN4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/PBUCHDX1C0AX1BZ62LN4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/PBUCHDX1C0AX1BZ62LN4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/PBUCHDX1C0AX1BZ62LN4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/PBUCHDX1C0AX1BZ62LN4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/WIAP2IMHN7K7X51KKTOZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/WIAP2IMHN7K7X51KKTOZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/WIAP2IMHN7K7X51KKTOZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/WIAP2IMHN7K7X51KKTOZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/WIAP2IMHN7K7X51KKTOZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/S41WQ1KYJ7WPTUPRBBGL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/S41WQ1KYJ7WPTUPRBBGL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/S41WQ1KYJ7WPTUPRBBGL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/S41WQ1KYJ7WPTUPRBBGL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/S41WQ1KYJ7WPTUPRBBGL.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/LR5XUROIWJLMXZ1PYNYA.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/LR5XUROIWJLMXZ1PYNYA.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/LR5XUROIWJLMXZ1PYNYA.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/LR5XUROIWJLMXZ1PYNYA.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/LR5XUROIWJLMXZ1PYNYA.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/9UH8J3PPHGI5LYC9FABZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/9UH8J3PPHGI5LYC9FABZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/9UH8J3PPHGI5LYC9FABZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/9UH8J3PPHGI5LYC9FABZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/9UH8J3PPHGI5LYC9FABZ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/EYD9T93425J9MK7BW08U.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/EYD9T93425J9MK7BW08U.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/EYD9T93425J9MK7BW08U.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/EYD9T93425J9MK7BW08U.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/EYD9T93425J9MK7BW08U.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/LZVF8E4OHQJQ2QKV65ZJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/LZVF8E4OHQJQ2QKV65ZJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/LZVF8E4OHQJQ2QKV65ZJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/LZVF8E4OHQJQ2QKV65ZJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/LZVF8E4OHQJQ2QKV65ZJ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/7AG7FV7VDL5IEVVHIQL0.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/7AG7FV7VDL5IEVVHIQL0.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/7AG7FV7VDL5IEVVHIQL0.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/7AG7FV7VDL5IEVVHIQL0.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/7AG7FV7VDL5IEVVHIQL0.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/WCJMHQF1OYGASGMVA2P5.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/WCJMHQF1OYGASGMVA2P5.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/WCJMHQF1OYGASGMVA2P5.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/WCJMHQF1OYGASGMVA2P5.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/WCJMHQF1OYGASGMVA2P5.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/3CT2AZ4XPSSK6NMHXA88.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/3CT2AZ4XPSSK6NMHXA88.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/3CT2AZ4XPSSK6NMHXA88.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/3CT2AZ4XPSSK6NMHXA88.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/3CT2AZ4XPSSK6NMHXA88.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/XSA4DJQQO4MV77QMQOAJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/XSA4DJQQO4MV77QMQOAJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/XSA4DJQQO4MV77QMQOAJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/XSA4DJQQO4MV77QMQOAJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/XSA4DJQQO4MV77QMQOAJ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MMDIE6V3YW0AEEU4F83R.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MMDIE6V3YW0AEEU4F83R.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MMDIE6V3YW0AEEU4F83R.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MMDIE6V3YW0AEEU4F83R.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MMDIE6V3YW0AEEU4F83R.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/AP6V16OKMFRG3N2JS6YV.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/AP6V16OKMFRG3N2JS6YV.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/AP6V16OKMFRG3N2JS6YV.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/AP6V16OKMFRG3N2JS6YV.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/AP6V16OKMFRG3N2JS6YV.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2NPI561M5KDYU3PXBV4R.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2NPI561M5KDYU3PXBV4R.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2NPI561M5KDYU3PXBV4R.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2NPI561M5KDYU3PXBV4R.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2NPI561M5KDYU3PXBV4R.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/6DUGJ0Q44I2EZCBMGOQE.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/6DUGJ0Q44I2EZCBMGOQE.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/6DUGJ0Q44I2EZCBMGOQE.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/6DUGJ0Q44I2EZCBMGOQE.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/6DUGJ0Q44I2EZCBMGOQE.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/E4BTRDAPNWZOTE64C35I.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/E4BTRDAPNWZOTE64C35I.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/E4BTRDAPNWZOTE64C35I.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/E4BTRDAPNWZOTE64C35I.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/E4BTRDAPNWZOTE64C35I.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/XAQ0ZBPTFF2NRUHJ14UD.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/XAQ0ZBPTFF2NRUHJ14UD.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/XAQ0ZBPTFF2NRUHJ14UD.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/XAQ0ZBPTFF2NRUHJ14UD.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/XAQ0ZBPTFF2NRUHJ14UD.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/EEA419ZK93GY6Q4C5EPZ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/EEA419ZK93GY6Q4C5EPZ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/EEA419ZK93GY6Q4C5EPZ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/EEA419ZK93GY6Q4C5EPZ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/EEA419ZK93GY6Q4C5EPZ.jpg\",\n                    \"cover\": false\n                }\n            ]\n        },\n        {\n            \"id\": 1581,\n            \"fkAccount\": 1,\n            \"fkUser\": null,\n            \"hash\": \"64dd6eca33b83d3cb10ddb3a\",\n            \"chrTransactionType\": \"RENT\",\n            \"chrSalesType\": \"READY\",\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"IXQ-452528\",\n            \"chrInnerReference\": \"CAJ-350976\",\n            \"chrType\": \"APARTMENT\",\n            \"chrConstruction\": \"BRICK\",\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"chrZone\": null,\n            \"chrZoning\": null,\n            \"dcmEvaluatedRent\": 1550,\n            \"dcmExpectedRent\": 1550,\n            \"dcmRentRawValue\": 1777.77,\n            \"dcmRentPercentDiscount\": 9.999606,\n            \"dcmRentNetValue\": 1600,\n            \"dcmRentDiscountValue\": 177.77,\n            \"dcmCondoValue\": 566,\n            \"dcmPropertyTax\": 83.31,\n            \"dcmPcf\": 96,\n            \"dcmInspection\": 190,\n            \"dcmFireInsurance\": 25.2,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmAreaTotal\": 88.2,\n            \"dcmAreaUsable\": 0,\n            \"dcmAreaPrivate\": 52.53,\n            \"dcmAreaBuilt\": 0,\n            \"dcmAreaLot\": 0,\n            \"dcmAreaRecorded\": 0,\n            \"dcmAreaOffice\": 0,\n            \"dcmAreaMezzanine\": 0,\n            \"dcmAreaTerrace\": 0,\n            \"dcmAreaRentable\": 0,\n            \"chrLotDimensions\": null,\n            \"chrTopography\": \"PLANE\",\n            \"chrCondition\": \"GOOD\",\n            \"chrGarageType\": null,\n            \"chrBetweenStreets\": null,\n            \"chrCloseTo\": null,\n            \"chrOccupied\": null,\n            \"chrFace\": null,\n            \"chrFaceApt\": null,\n            \"chrFaceLot\": null,\n            \"chrCondoName\": null,\n            \"isSettled\": null,\n            \"isExclusive\": true,\n            \"isLaunched\": false,\n            \"intBuiltYear\": 0,\n            \"intGarage\": 1,\n            \"intApsPerFloor\": 0,\n            \"intElevators\": 0,\n            \"intLivingRooms\": 1,\n            \"intSuites\": 1,\n            \"intBedrooms\": 1,\n            \"intBathrooms\": 1,\n            \"intRestrooms\": 0,\n            \"intTotalBaths\": 2,\n            \"intTotalBedrooms\": 2,\n            \"intRooms\": 4,\n            \"intFloor\": 0,\n            \"intPropertyFloor\": \"0\",\n            \"intBuilding\": 0,\n            \"chrAddressPostalCode\": \"81.280-390\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Rogério Pereira de Camargo\",\n            \"chrAddressNumber\": \"264\",\n            \"chrAddressComplement\": \"BL T2 AP 01\",\n            \"dcmAddressLatitude\": 0,\n            \"dcmAddressLongitude\": 0,\n            \"txtNoteCommercial\": null,\n            \"chrIptuCodes\": null,\n            \"vrcTitle\": null,\n            \"vrcSlug\": \"\",\n            \"jsonFeatures\": \"[]\",\n            \"jsonFacilities\": \"[\\\"GYM\\\",\\\"PARTY_ROOM\\\"]\",\n            \"jsonRealtors\": \"\",\n            \"txtDescription\": \"Apartamento garden de 2 quartos, no Ecoville composto de:\\n\\n- Cozinha e sala integrada, com acesso a varanda\\n- Varanda com churrasqueira, e lavanderia em anexo com máquina de lavar,\\n- Banheiro social com blindex\\n- 2 Quartos sendo uma suíte,\\n- Espaço externo aberto com acesso pela varanda,\\n-1 Vaga de garagem coberta nº 14\\n- Piso todo em porcelanato,\\n\\nO condomínio é composto de:\\n- Academia,\\n- Salão de festas,\\n- Playgound,\\n\\nProximidades:\\n\\n- Menos de 300m da Universidade e Teatro Positivo\\n- 600m da UTFPR,\\n- Mini mercado,\\n- Farmácia.\\n\\nFCI - R$ 96,00\\nSEGURO INCÊNDIO - R$ 25,20\\n\\n\\nCURTIU NÉ??\\nAGENDE AGORA SUA VISITA E NÃO PERCA ESTA OPORTUNIDADE\",\n            \"txtSaleInformation\": \"visita acompanhada\",\n            \"vrcVirtualTour\": \"Nao\",\n            \"chrOrigin\": null,\n            \"dtePublication\": null,\n            \"dttRegister\": \"2022-07-19T12:03:42.000000Z\",\n            \"dttDeleted\": null,\n            \"isActive\": true,\n            \"fkSector\": null,\n            \"jsonCollections\": null,\n            \"inner\": \"1\",\n            \"rewritedFeatures\": [],\n            \"rewritedFacilities\": [\n                \"Academia\",\n                \"Salão de Festas\"\n            ],\n            \"excess\": -23,\n            \"mergedFeaturesFacilities\": [\n                \"Academia\",\n                \"Salão de Festas\"\n            ],\n            \"fkProperty\": 1852,\n            \"accName\": \"Baggio Imóveis\",\n            \"features\": [],\n            \"facilities\": [\n                \"GYM\",\n                \"PARTY_ROOM\"\n            ],\n            \"realtors\": [],\n            \"collections\": [],\n            \"coverPhoto\": {\n                \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                \"cover\": true\n            },\n            \"photos\": [\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/FPBSib1uiN1jepE5FOYCdBGeRscPAX7soicWbXfd.jpg\",\n                    \"cover\": true\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/MROa08XZpMe3Cpxb1xI7hceHHBgpSBzpuTVFpzc7.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/MROa08XZpMe3Cpxb1xI7hceHHBgpSBzpuTVFpzc7.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/MROa08XZpMe3Cpxb1xI7hceHHBgpSBzpuTVFpzc7.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/MROa08XZpMe3Cpxb1xI7hceHHBgpSBzpuTVFpzc7.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/MROa08XZpMe3Cpxb1xI7hceHHBgpSBzpuTVFpzc7.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/gcNX8fEEVdSq19UBTA164RcC80TKPnFI1TRYzdJ4.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/gcNX8fEEVdSq19UBTA164RcC80TKPnFI1TRYzdJ4.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/gcNX8fEEVdSq19UBTA164RcC80TKPnFI1TRYzdJ4.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/gcNX8fEEVdSq19UBTA164RcC80TKPnFI1TRYzdJ4.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/gcNX8fEEVdSq19UBTA164RcC80TKPnFI1TRYzdJ4.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2vNU2YmJ0eqW2Lwbtc1LCJbfIOicqNpWas0R7D6d.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2vNU2YmJ0eqW2Lwbtc1LCJbfIOicqNpWas0R7D6d.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2vNU2YmJ0eqW2Lwbtc1LCJbfIOicqNpWas0R7D6d.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2vNU2YmJ0eqW2Lwbtc1LCJbfIOicqNpWas0R7D6d.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2vNU2YmJ0eqW2Lwbtc1LCJbfIOicqNpWas0R7D6d.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/ZW6qavMmgg1Cq124lq7vlXtVEGeSeT8cdwivUA00.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/ZW6qavMmgg1Cq124lq7vlXtVEGeSeT8cdwivUA00.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/ZW6qavMmgg1Cq124lq7vlXtVEGeSeT8cdwivUA00.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/ZW6qavMmgg1Cq124lq7vlXtVEGeSeT8cdwivUA00.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/ZW6qavMmgg1Cq124lq7vlXtVEGeSeT8cdwivUA00.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/BpBMM8f3XOeBlrnlbvNw0aEqjWCuZlH9eanwDDbs.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/BpBMM8f3XOeBlrnlbvNw0aEqjWCuZlH9eanwDDbs.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/BpBMM8f3XOeBlrnlbvNw0aEqjWCuZlH9eanwDDbs.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/BpBMM8f3XOeBlrnlbvNw0aEqjWCuZlH9eanwDDbs.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/BpBMM8f3XOeBlrnlbvNw0aEqjWCuZlH9eanwDDbs.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/E7sx858F8AV88eq3yoE0r7Ofyzj2pP4GJIB3nsBc.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/E7sx858F8AV88eq3yoE0r7Ofyzj2pP4GJIB3nsBc.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/E7sx858F8AV88eq3yoE0r7Ofyzj2pP4GJIB3nsBc.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/E7sx858F8AV88eq3yoE0r7Ofyzj2pP4GJIB3nsBc.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/E7sx858F8AV88eq3yoE0r7Ofyzj2pP4GJIB3nsBc.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/NZWgOMNNronr3Ca8yf3sThTboDRzb1ANDUjqHAQn.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/NZWgOMNNronr3Ca8yf3sThTboDRzb1ANDUjqHAQn.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/NZWgOMNNronr3Ca8yf3sThTboDRzb1ANDUjqHAQn.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/NZWgOMNNronr3Ca8yf3sThTboDRzb1ANDUjqHAQn.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/NZWgOMNNronr3Ca8yf3sThTboDRzb1ANDUjqHAQn.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/eftRjwJuBaOWlsXWaZExPoQMD9JYQBqgeVpzV3B0.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/eftRjwJuBaOWlsXWaZExPoQMD9JYQBqgeVpzV3B0.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/eftRjwJuBaOWlsXWaZExPoQMD9JYQBqgeVpzV3B0.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/eftRjwJuBaOWlsXWaZExPoQMD9JYQBqgeVpzV3B0.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/eftRjwJuBaOWlsXWaZExPoQMD9JYQBqgeVpzV3B0.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/TRaL7L6qreilIcvyRe64pRixoV40kzhlSKCUhaRa.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/TRaL7L6qreilIcvyRe64pRixoV40kzhlSKCUhaRa.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/TRaL7L6qreilIcvyRe64pRixoV40kzhlSKCUhaRa.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/TRaL7L6qreilIcvyRe64pRixoV40kzhlSKCUhaRa.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/TRaL7L6qreilIcvyRe64pRixoV40kzhlSKCUhaRa.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/WLoCbVEitGFx6azHZdqVCJ9QOOok064SPLVIF8pm.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/WLoCbVEitGFx6azHZdqVCJ9QOOok064SPLVIF8pm.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/WLoCbVEitGFx6azHZdqVCJ9QOOok064SPLVIF8pm.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/WLoCbVEitGFx6azHZdqVCJ9QOOok064SPLVIF8pm.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/WLoCbVEitGFx6azHZdqVCJ9QOOok064SPLVIF8pm.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/O5jiqA2bly7du2ly4gEHzGGIs2p29NEWsqPnPzlX.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/O5jiqA2bly7du2ly4gEHzGGIs2p29NEWsqPnPzlX.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/O5jiqA2bly7du2ly4gEHzGGIs2p29NEWsqPnPzlX.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/O5jiqA2bly7du2ly4gEHzGGIs2p29NEWsqPnPzlX.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/O5jiqA2bly7du2ly4gEHzGGIs2p29NEWsqPnPzlX.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/UT5cMAMivtq6FhkHbz0D9yXKa2u7wx9YbY6ntrPu.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/UT5cMAMivtq6FhkHbz0D9yXKa2u7wx9YbY6ntrPu.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/UT5cMAMivtq6FhkHbz0D9yXKa2u7wx9YbY6ntrPu.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/UT5cMAMivtq6FhkHbz0D9yXKa2u7wx9YbY6ntrPu.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/UT5cMAMivtq6FhkHbz0D9yXKa2u7wx9YbY6ntrPu.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/rXsxvotcjtUNHEnjILmOH3CWdFbbZFbxKgOavpay.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/rXsxvotcjtUNHEnjILmOH3CWdFbbZFbxKgOavpay.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/rXsxvotcjtUNHEnjILmOH3CWdFbbZFbxKgOavpay.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/rXsxvotcjtUNHEnjILmOH3CWdFbbZFbxKgOavpay.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/rXsxvotcjtUNHEnjILmOH3CWdFbbZFbxKgOavpay.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/jt4LHOErKUfbqxWDAcNrBXyWUUBXMKEScj7LfuUL.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/jt4LHOErKUfbqxWDAcNrBXyWUUBXMKEScj7LfuUL.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/jt4LHOErKUfbqxWDAcNrBXyWUUBXMKEScj7LfuUL.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/jt4LHOErKUfbqxWDAcNrBXyWUUBXMKEScj7LfuUL.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/jt4LHOErKUfbqxWDAcNrBXyWUUBXMKEScj7LfuUL.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/4r2WGWXyD2XMUKHvhPCBYwL9H9EmPBBltu5SfywR.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/4r2WGWXyD2XMUKHvhPCBYwL9H9EmPBBltu5SfywR.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/4r2WGWXyD2XMUKHvhPCBYwL9H9EmPBBltu5SfywR.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/4r2WGWXyD2XMUKHvhPCBYwL9H9EmPBBltu5SfywR.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/4r2WGWXyD2XMUKHvhPCBYwL9H9EmPBBltu5SfywR.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/rLmbr39e3p26e6LcYNd1R9mbdbe7RVbzEAvA1ubt.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/rLmbr39e3p26e6LcYNd1R9mbdbe7RVbzEAvA1ubt.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/rLmbr39e3p26e6LcYNd1R9mbdbe7RVbzEAvA1ubt.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/rLmbr39e3p26e6LcYNd1R9mbdbe7RVbzEAvA1ubt.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/rLmbr39e3p26e6LcYNd1R9mbdbe7RVbzEAvA1ubt.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/UqbN0CXM1tsypxgLstwHc4Erm92XvHPkKrjIpcXo.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/UqbN0CXM1tsypxgLstwHc4Erm92XvHPkKrjIpcXo.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/UqbN0CXM1tsypxgLstwHc4Erm92XvHPkKrjIpcXo.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/UqbN0CXM1tsypxgLstwHc4Erm92XvHPkKrjIpcXo.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/UqbN0CXM1tsypxgLstwHc4Erm92XvHPkKrjIpcXo.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/V6UtCTYxY3kXV6rICbw8WPCpOQGPUqPVctrOHAzK.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/V6UtCTYxY3kXV6rICbw8WPCpOQGPUqPVctrOHAzK.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/V6UtCTYxY3kXV6rICbw8WPCpOQGPUqPVctrOHAzK.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/V6UtCTYxY3kXV6rICbw8WPCpOQGPUqPVctrOHAzK.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/V6UtCTYxY3kXV6rICbw8WPCpOQGPUqPVctrOHAzK.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/i43vt1Uk7qJbgVumrKogjIM5fSR2Ohlxxal46tp6.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/i43vt1Uk7qJbgVumrKogjIM5fSR2Ohlxxal46tp6.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/i43vt1Uk7qJbgVumrKogjIM5fSR2Ohlxxal46tp6.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/i43vt1Uk7qJbgVumrKogjIM5fSR2Ohlxxal46tp6.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/i43vt1Uk7qJbgVumrKogjIM5fSR2Ohlxxal46tp6.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/rN9Rwp3SfE1ecPdBHBItio5dMGLgt5CzwNFzaN7u.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/rN9Rwp3SfE1ecPdBHBItio5dMGLgt5CzwNFzaN7u.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/rN9Rwp3SfE1ecPdBHBItio5dMGLgt5CzwNFzaN7u.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/rN9Rwp3SfE1ecPdBHBItio5dMGLgt5CzwNFzaN7u.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/rN9Rwp3SfE1ecPdBHBItio5dMGLgt5CzwNFzaN7u.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/sd8oteR3lfu7uY8Tfu7uzkF6hPcCR0x9y7sjAfEx.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/sd8oteR3lfu7uY8Tfu7uzkF6hPcCR0x9y7sjAfEx.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/sd8oteR3lfu7uY8Tfu7uzkF6hPcCR0x9y7sjAfEx.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/sd8oteR3lfu7uY8Tfu7uzkF6hPcCR0x9y7sjAfEx.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/sd8oteR3lfu7uY8Tfu7uzkF6hPcCR0x9y7sjAfEx.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/rPXq6WztaBhgWBqQF9qWMQmBDcNntocYNBO4a8UJ.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/rPXq6WztaBhgWBqQF9qWMQmBDcNntocYNBO4a8UJ.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/rPXq6WztaBhgWBqQF9qWMQmBDcNntocYNBO4a8UJ.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/rPXq6WztaBhgWBqQF9qWMQmBDcNntocYNBO4a8UJ.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/rPXq6WztaBhgWBqQF9qWMQmBDcNntocYNBO4a8UJ.jpg\",\n                    \"cover\": false\n                },\n                {\n                    \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/lqgNLYAYfWgqzgJ53mQKNNUtGbEmYxTQ9yJQhZAY.jpg\",\n                    \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/lqgNLYAYfWgqzgJ53mQKNNUtGbEmYxTQ9yJQhZAY.jpg\",\n                    \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/lqgNLYAYfWgqzgJ53mQKNNUtGbEmYxTQ9yJQhZAY.jpg\",\n                    \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/lqgNLYAYfWgqzgJ53mQKNNUtGbEmYxTQ9yJQhZAY.jpg\",\n                    \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/lqgNLYAYfWgqzgJ53mQKNNUtGbEmYxTQ9yJQhZAY.jpg\",\n                    \"cover\": false\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"280734ba-2ee0-4ce8-a2de-14c5cc85eb34"},{"name":"Detalhes do Imóvel Comercial (site)","id":"a75107db-ecd6-4ce1-a8e8-e5c38401ad8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/property/64dd6d1133b83d3cb10dd4ba","description":"<p>Essa rota retornará uma listagem paginada de todos os imóveis que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os imóveis (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um imóvel específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrReference\"</li>\n<li>\"chrInnerReference\"</li>\n<li>\"chrAddressPostalCode\"</li>\n<li>\"chrAddressStreet\"</li>\n<li>\"chrNotaryId\"</li>\n</ul>\n","urlObject":{"path":["property","64dd6d1133b83d3cb10dd4ba"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"24ee11f6-4a0b-45c5-b494-e37ac21554a5","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/property/64dd6d1133b83d3cb10dd4ba"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 20 Dec 2024 18:12:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 154,\n    \"ak\": 1,\n    \"hash\": \"64dd6d1133b83d3cb10dd4ba\",\n    \"fkCompany\": 1,\n    \"fkUser\": null,\n    \"fkRentalContract\": null,\n    \"fkCondo\": 7006,\n    \"fkManagement\": null,\n    \"fkOutsider\": null,\n    \"chrTransactionType\": \"RENT\",\n    \"chrSalesType\": \"READY\",\n    \"dtePublication\": null,\n    \"chrStatus\": \"LISTED\",\n    \"chrReference\": \"BZF-376163\",\n    \"chrInnerReference\": \"KOA-078963\",\n    \"chrType\": \"OFFICES\",\n    \"isActive\": true,\n    \"dcmEvaluatedRent\": 0,\n    \"dcmExpectedRent\": 0,\n    \"dcmRentRawValue\": 777.77,\n    \"dcmRentPercentDiscount\": 9.9991,\n    \"dcmSale\": 0,\n    \"dcmSalePromo\": 0,\n    \"dcmAreaTotal\": 41,\n    \"dcmAreaUsable\": 0,\n    \"dcmAreaPrivate\": 41,\n    \"dcmAreaBuilt\": 0,\n    \"dcmAreaLot\": 0,\n    \"dcmAreaRecorded\": 0,\n    \"dcmAreaOffice\": 0,\n    \"dcmAreaMezzanine\": 0,\n    \"dcmAreaTerrace\": 0,\n    \"dcmAreaRentable\": 0,\n    \"chrLotDimensions\": null,\n    \"chrTopography\": \"PLANE\",\n    \"chrCondition\": \"GOOD\",\n    \"chrGarageType\": null,\n    \"chrBetweenStreets\": null,\n    \"chrCloseTo\": null,\n    \"chrOccupied\": null,\n    \"chrFace\": null,\n    \"chrFaceApt\": null,\n    \"chrFaceLot\": null,\n    \"chrCondoName\": \"LUSTOSA\",\n    \"isSettled\": null,\n    \"isExclusive\": true,\n    \"isLaunched\": false,\n    \"intApsPerFloor\": 0,\n    \"intElevators\": 0,\n    \"intBuiltYear\": 0,\n    \"chrZone\": null,\n    \"chrZoning\": null,\n    \"chrConstruction\": \"BRICK\",\n    \"dcmCondoValue\": 356,\n    \"dcmPropertyTax\": 78.66,\n    \"dcmPcf\": 48,\n    \"dcmInspection\": 120,\n    \"dcmFireInsurance\": 0,\n    \"chrLocation\": \"URBAN\",\n    \"chrPurpose\": \"NOT_RESIDENCE\",\n    \"intRooms\": 1,\n    \"intLivingRooms\": 0,\n    \"intSuites\": 0,\n    \"intBedrooms\": 0,\n    \"intBathrooms\": 1,\n    \"intRestrooms\": 0,\n    \"intTotalBaths\": 1,\n    \"intTotalBedrooms\": 0,\n    \"intGarage\": 0,\n    \"intFloor\": 0,\n    \"intPropertyFloor\": \"0\",\n    \"intBuilding\": 0,\n    \"chrAddressPostalCode\": \"80.020-924\",\n    \"chrAddressState\": \"PR\",\n    \"chrAddressCity\": \"Curitiba\",\n    \"chrAddressCityCode\": \"4106902\",\n    \"chrAddressDistrict\": \"Centro\",\n    \"chrAddressStreet\": \"Rua XV de Novembro\",\n    \"chrAddressNumber\": \"724\",\n    \"chrAddressComplement\": \"CJ 206 EDF Lustosa\",\n    \"dcmAddressLatitude\": -25.43004,\n    \"dcmAddressLongitude\": -49.26848,\n    \"chrIptuCodes\": null,\n    \"txtNoteCommercial\": null,\n    \"vrcTitle\": null,\n    \"vrcSlug\": \"\",\n    \"jsonFeatures\": \"[]\",\n    \"jsonFacilities\": \"[\\\"ELEVATOR\\\"]\",\n    \"jsonRealtors\": \"[]\",\n    \"jsonPublish\": null,\n    \"dttRegister\": \"2022-03-21T00:53:59.000000Z\",\n    \"dttDeleted\": null,\n    \"jsonCollections\": null,\n    \"dcmRentNetValue\": 700,\n    \"dcmRentDiscountValue\": 77.77,\n    \"features\": [],\n    \"facilities\": [\n        \"ELEVATOR\"\n    ],\n    \"realtors\": [],\n    \"publish\": [\n        {\n            \"id\": 73,\n            \"ak\": 1,\n            \"fkPlatform\": 1,\n            \"fkPlatformType\": 25,\n            \"fkProperty\": 154\n        },\n        {\n            \"id\": 2549,\n            \"ak\": 1,\n            \"fkPlatform\": 2,\n            \"fkPlatformType\": 28,\n            \"fkProperty\": 154\n        },\n        {\n            \"id\": 5025,\n            \"ak\": 1,\n            \"fkPlatform\": 3,\n            \"fkPlatformType\": 7,\n            \"fkProperty\": 154\n        }\n    ],\n    \"txtDescription\": \"\",\n    \"txtSaleInformation\": \"Visita, Ligar Avisando Portaria 3095-4505 Nilza Ou Jorge\",\n    \"vrcVirtualTour\": \"Nao\",\n    \"enlistment\": {\n        \"id\": 153,\n        \"ak\": 1,\n        \"fkProperty\": 154,\n        \"dteNewListing\": null,\n        \"chrTypeListing\": null,\n        \"hasMinimumFee\": null,\n        \"dteTermination\": null,\n        \"isRentFeeFixed\": false,\n        \"chrRawOrNetBased\": \"RAW\",\n        \"dcmRentFee\": 100,\n        \"intRentFeeInstallments\": 2,\n        \"dcmAdminFee\": 10,\n        \"isAdminFeeFixed\": false,\n        \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n        \"intExemptionFine\": 0,\n        \"intExclusivityPeriod\": 120,\n        \"isCondoManagementInternal\": false,\n        \"chrNotaryOffice\": null,\n        \"chrNotaryId\": null,\n        \"chrDocument\": \"BG02369003.rokej.md\",\n        \"chrDocumentTitle\": \"Contrato de Locação\",\n        \"chrTerminationReason\": null,\n        \"chrTransferAssurance\": \"NOT\",\n        \"intTransferAssuranceMonths\": 1,\n        \"txtNote\": \"Síndico: DR JORGE\\nTelefone: 41 3224-2620\\nE-mail: condominio@calmon.adv.br\",\n        \"jsonGarages\": \"[{\\\"id\\\":\\\"n\\\\u00e3o h\\\\u00e1\\\",\\\"note\\\":null}]\",\n        \"jsonSettings\": \"{\\\"codeWather\\\":null,\\\"codeEnergy\\\":null,\\\"companyGas\\\":null,\\\"codeGas\\\":null,\\\"codeGarbageFee\\\":null,\\\"codeFireInsurance\\\":null,\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n        \"jsonDurations\": \"[12,24,36]\",\n        \"isExclusive\": false,\n        \"isCommissionFeeFixed\": false,\n        \"dcmCommissionFee\": null,\n        \"settings\": {\n            \"codeWather\": null,\n            \"codeEnergy\": null,\n            \"companyGas\": null,\n            \"codeGas\": null,\n            \"codeGarbageFee\": null,\n            \"codeFireInsurance\": null,\n            \"codeSpu\": null,\n            \"isPulledDown\": false\n        },\n        \"garages\": [\n            {\n                \"id\": \"não há\",\n                \"note\": null\n            }\n        ],\n        \"durations\": [\n            12,\n            24,\n            36\n        ]\n    },\n    \"collections\": [],\n    \"fkProperty\": 154,\n    \"dteNewListing\": null,\n    \"chrTypeListing\": null,\n    \"hasMinimumFee\": null,\n    \"dteTermination\": null,\n    \"isRentFeeFixed\": false,\n    \"chrRawOrNetBased\": \"RAW\",\n    \"dcmRentFee\": 100,\n    \"intRentFeeInstallments\": 2,\n    \"dcmAdminFee\": 10,\n    \"isAdminFeeFixed\": false,\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n    \"intExemptionFine\": 0,\n    \"intExclusivityPeriod\": 120,\n    \"isCondoManagementInternal\": false,\n    \"chrNotaryOffice\": null,\n    \"chrNotaryId\": null,\n    \"chrDocument\": \"BG02369003.rokej.md\",\n    \"chrDocumentTitle\": \"Contrato de Locação\",\n    \"chrTerminationReason\": null,\n    \"chrTransferAssurance\": \"NOT\",\n    \"intTransferAssuranceMonths\": 1,\n    \"txtNote\": \"Síndico: DR JORGE\\nTelefone: 41 3224-2620\\nE-mail: condominio@calmon.adv.br\",\n    \"jsonGarages\": \"[{\\\"id\\\":\\\"n\\\\u00e3o h\\\\u00e1\\\",\\\"note\\\":null}]\",\n    \"jsonSettings\": \"{\\\"codeWather\\\":null,\\\"codeEnergy\\\":null,\\\"companyGas\\\":null,\\\"codeGas\\\":null,\\\"codeGarbageFee\\\":null,\\\"codeFireInsurance\\\":null,\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n    \"jsonDurations\": \"[12,24,36]\",\n    \"isCommissionFeeFixed\": false,\n    \"dcmCommissionFee\": null,\n    \"settings\": {\n        \"codeWather\": null,\n        \"codeEnergy\": null,\n        \"companyGas\": null,\n        \"codeGas\": null,\n        \"codeGarbageFee\": null,\n        \"codeFireInsurance\": null,\n        \"codeSpu\": null,\n        \"isPulledDown\": false\n    },\n    \"garages\": [\n        {\n            \"id\": \"não há\",\n            \"note\": null\n        }\n    ],\n    \"durations\": [\n        12,\n        24,\n        36\n    ],\n    \"attachments\": [],\n    \"document\": \"\",\n    \"documentTitle\": \"Contrato de Locação\",\n    \"owners\": [\n        {\n            \"id\": 234,\n            \"ak\": 1,\n            \"fkProperty\": 154,\n            \"fkOwner\": 1347,\n            \"fkPaymentMethod\": 1962,\n            \"dcmRatio\": 100,\n            \"dcmTaxPercentage\": 100,\n            \"isActive\": true,\n            \"dttActivated\": \"2022-03-21T00:53:59.000000Z\",\n            \"dttDeactivated\": null,\n            \"paymentMethods\": [\n                {\n                    \"value\": 1962,\n                    \"text\": \"Não Repassar\"\n                }\n            ],\n            \"phones\": [\n                \"(21) 90884-6529\"\n            ],\n            \"partner\": {\n                \"id\": 1347,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkUser\": null,\n                \"fkPartner\": null,\n                \"fkManagement\": 0,\n                \"intBitwiseType\": 4,\n                \"chrType\": \"PF\",\n                \"vrcEmail\": \"hdelvalle@burgos.com\",\n                \"chrPass\": \"523523523535235\",\n                \"chrRecoverCode\": null,\n                \"chrToken\": null,\n                \"chrMainPhone\": \"(21) 90884-6529\",\n                \"chrName\": \"Ornela D'ávila\",\n                \"chrName2\": \"\",\n                \"chrInsider\": null,\n                \"chrRegisterNumber\": \"103.147.822-14\",\n                \"chrDocumentId\": \"9500092619571\",\n                \"chrNacionality\": \"Brasileira\",\n                \"chrProfession\": \"Vendedor em comércio atacadista\",\n                \"chrMaritalStatus\": \"WIDOWED\",\n                \"dteDateofBirth\": \"1928-11-05T03:00:00.000000Z\",\n                \"txtNote\": \"\",\n                \"isLiveAbroad\": false,\n                \"jsonAddress\": \"[{\\\"code\\\":\\\"41.706-760\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Salvador\\\",\\\"ibge\\\":\\\"2927408\\\",\\\"district\\\":\\\"Boca do Rio\\\",\\\"street\\\":\\\"Rua Edmundo Guimar\\\\u00e3es\\\",\\\"number\\\":\\\"124\\\",\\\"complement\\\":\\\"v\\\\/14\\\",\\\"description\\\":\\\"Rua Edmundo Guimar\\\\u00e3es\\\"}]\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"sendInvoice\\\":false}\",\n                \"jsonAgents\": \"[]\",\n                \"jsonRepresentatives\": \"[]\",\n                \"jsonAttachments\": \"[]\",\n                \"vrcInfo\": null,\n                \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                \"dttDeleted\": null,\n                \"chrReportPeriod\": \"NONE\",\n                \"chrMotherName\": null,\n                \"chrFatherName\": null,\n                \"dteTermination\": null,\n                \"chrTerminationReason\": null,\n                \"address\": [\n                    {\n                        \"code\": \"41.706-760\",\n                        \"state\": \"BA\",\n                        \"city\": \"Salvador\",\n                        \"ibge\": \"2927408\",\n                        \"district\": \"Boca do Rio\",\n                        \"street\": \"Rua Edmundo Guimarães\",\n                        \"number\": \"124\",\n                        \"complement\": \"v/14\",\n                        \"description\": \"Rua Edmundo Guimarães\"\n                    }\n                ],\n                \"contact\": [],\n                \"settings\": {\n                    \"reterISSQN\": false,\n                    \"reterIRRF\": false,\n                    \"reterINSS\": false,\n                    \"reterPCCS\": false,\n                    \"sendInvoice\": false\n                },\n                \"agents\": [],\n                \"representatives\": [],\n                \"types\": [\n                    \"OWNER\"\n                ],\n                \"attachments\": []\n            }\n        }\n    ],\n    \"waitingList\": [],\n    \"agents\": [],\n    \"isRemovable\": true,\n    \"fkLocker\": 3,\n    \"fkPosition\": 180,\n    \"chrLockerStatus\": \"Livre\",\n    \"chrLockerStatusRaw\": \"FREE\",\n    \"dcmHeight\": 3,\n    \"dcmWidth\": 5,\n    \"intCopies\": 1,\n    \"keys\": [],\n    \"photos\": [\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/O9ZFVZ4J30U1VF6UOI11.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/O9ZFVZ4J30U1VF6UOI11.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/O9ZFVZ4J30U1VF6UOI11.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/O9ZFVZ4J30U1VF6UOI11.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/O9ZFVZ4J30U1VF6UOI11.jpg\",\n            \"cover\": true\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/8MSAQJBPHN5DWSQL6CH7.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/8MSAQJBPHN5DWSQL6CH7.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/8MSAQJBPHN5DWSQL6CH7.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/8MSAQJBPHN5DWSQL6CH7.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/8MSAQJBPHN5DWSQL6CH7.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/657K0JZOQPR5W1NQ6FQF.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/657K0JZOQPR5W1NQ6FQF.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/657K0JZOQPR5W1NQ6FQF.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/657K0JZOQPR5W1NQ6FQF.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/657K0JZOQPR5W1NQ6FQF.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2XN0FWPYM6JM92EZPH03.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2XN0FWPYM6JM92EZPH03.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2XN0FWPYM6JM92EZPH03.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2XN0FWPYM6JM92EZPH03.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2XN0FWPYM6JM92EZPH03.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/X3AH9XEHVZ0UJ4WTOZIZ.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/UDNUC7OC5YAEJJ7LTS1S.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/45UQ4YH5SZ1FN2ZHTO4Z.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/Z3MQ1W3FEK4YHKAICVQJ.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/6F0AHLTLWQES98DK2KNJ.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/6F0AHLTLWQES98DK2KNJ.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/6F0AHLTLWQES98DK2KNJ.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/6F0AHLTLWQES98DK2KNJ.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/6F0AHLTLWQES98DK2KNJ.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/A30A97E80FFULOFLFQMF.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/A30A97E80FFULOFLFQMF.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/A30A97E80FFULOFLFQMF.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/A30A97E80FFULOFLFQMF.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/A30A97E80FFULOFLFQMF.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/YH9MVHVCLUCEH8APRTTZ.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/YH9MVHVCLUCEH8APRTTZ.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/YH9MVHVCLUCEH8APRTTZ.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/YH9MVHVCLUCEH8APRTTZ.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/YH9MVHVCLUCEH8APRTTZ.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/OC1H1D8X567DWDLVM12M.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/OC1H1D8X567DWDLVM12M.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/OC1H1D8X567DWDLVM12M.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/OC1H1D8X567DWDLVM12M.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/OC1H1D8X567DWDLVM12M.jpg\",\n            \"cover\": false\n        },\n        {\n            \"thumb\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/thumb/2EFZEAVVPASQMFQQ5DEW.jpg\",\n            \"small\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/small/2EFZEAVVPASQMFQQ5DEW.jpg\",\n            \"medium\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/medium/2EFZEAVVPASQMFQQ5DEW.jpg\",\n            \"large\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/large/2EFZEAVVPASQMFQQ5DEW.jpg\",\n            \"share\": \"https://sandbox.properfy.com.br/storage/gs/sandbox.properfy.com.br/property/photos/share/2EFZEAVVPASQMFQQ5DEW.jpg\",\n            \"cover\": false\n        }\n    ],\n    \"inner\": true,\n    \"editable\": true,\n    \"accName\": \"Baggio Imóveis\",\n    \"chrWebsiteLink\": \"https://baggioimoveis.com.br/imovel/BZF-376163\",\n    \"chrInternalPage\": \"https://sandbox.properfy.com.br/property/2/BZF-376163\",\n    \"dcmTotal\": 1182.66,\n    \"metrics\": {\n        \"interests\": 1,\n        \"visitations\": 2,\n        \"proposals\": 0\n    },\n    \"packs\": []\n}"}],"_postman_id":"a75107db-ecd6-4ce1-a8e8-e5c38401ad8f"},{"name":"Cadastro","id":"631c4879-153e-41e3-aa1f-3b3ed684561c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkCondo\": 7009,\r\n    \"fkManagement\": 6642,\r\n    \"chrReference\": \"TESTE1234\",\r\n    \"chrInnerReference\": \"\",\r\n    \"fkPropertyType\": 1,\r\n    \"chrStatus\": \"LISTED\",\r\n    \"isActive\": true,\r\n    \"dteNewListing\": \"2022-09-01\",\r\n    \"dcmEvaluatedRent\": 1400,\r\n    \"dcmExpectedRent\": 1600,\r\n    \"dcmCondoValue\": 50,\r\n    \"isCondoManagementInternal\": true,\r\n    \"chrLocation\": \"URBAN\",\r\n    \"chrPurpose\": \"RESIDENCE\",\r\n    \"chrNotaryOffice\": \"1234569\",\r\n    \"chrNotaryId\": \"98189454\",\r\n    \"chrAddressPostalCode\": \"80.250-210\",\r\n    \"chrAddressState\": \"PR\",\r\n    \"chrAddressCity\": \"Curitiba\",\r\n    \"chrAddressCityCode\": \"4106902\",\r\n    \"chrAddressDistrict\": \"Centro\",\r\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\r\n    \"chrAddressNumber\": \"4229\",\r\n    \"chrAddressComplement\": \"ap. 101\",\r\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\r\n    \"dcmRentRawValue\": 1500,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 1350,\r\n    \"dcmRentDiscountValue\": 150,\r\n    \"dcmSale\": 200000,\r\n    \"dcmSalePromo\": 170000,\r\n    \"dcmArea\": 150,\r\n    \"dcmAreaPrivate\": 120,\r\n    \"dcmAreaLand\": 200,\r\n    \"isRentFeeFixed\": false,\r\n    \"chrRawOrNetBased\": \"RAW\",\r\n    \"dcmRentFee\": 100,\r\n    \"intRentFeeInstallments\": 2,\r\n    \"isAdminFeeFixed\": false,\r\n    \"dcmAdminFee\": 10,\r\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\r\n    \"intExemptionFine\": 12,\r\n    \"intExclusivityPeriod\": 120,\r\n    \"durations\": [\r\n        \"12\",\r\n        \"24\",\r\n        \"36\"\r\n    ],\r\n    \"transfer\": {\r\n        \"assurance\": \"TEMPORARY\",\r\n        \"assurance_months\": 12,\r\n        \"endsAt\": null,\r\n        \"when\": \"FIXED\",\r\n        \"day\": 10\r\n    },\r\n    \"settings\": {\r\n        \"codeWather\": \"Água123\",\r\n        \"codeEnergy\": \"Energia-235\",\r\n        \"companyGas\": \"Companhia de Gás Ltda.\",\r\n        \"codeGas\": \"Gás-32532532\",\r\n        \"codeGarbageFee\": \"Lixo-2343212\",\r\n        \"codeFireInsurance\": \"Bombeiro-232413\",\r\n        \"codeSpu\": \"\",\r\n        \"isPulledDown\": false\r\n    },\r\n    \"garages\": [\r\n        {\r\n            \"id\": \"G01\",\r\n            \"note\": \"Livre, descoberta\"\r\n        },\r\n        {\r\n            \"id\": \"G02\",\r\n            \"note\": \"Presa, coberta\"\r\n        }\r\n    ],\r\n    \"owners\": [\r\n        {\r\n            \"fkOwner\": 1696,\r\n            \"chrOwnerType\": \"MAIN\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 0\r\n        },\r\n        {\r\n            \"fkOwner\": 1352,\r\n            \"chrOwnerType\": \"OWNER\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property","description":"<p>Essa rota deve ser utilizada para o cadastro de novos imóveis, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["property"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"d46e2dc0-a4fe-41b8-80f0-ad076dab56da","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://sandbox.properfy.com.br/api/property/property?page=1&size=10","host":["https://sandbox.properfy.com.br/api/property"],"path":["property"],"query":[{"key":"page","value":"1"},{"key":"size","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 19:45:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1660,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1389,\n            \"fkCondo\": null,\n            \"fkManagement\": 6467,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZZX-038485\",\n            \"chrInnerReference\": \"GXB-471293\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG30243001.zirfv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"QC\\\\/2022\\\\/91189\\\",\\\"codeEnergy\\\":\\\"YC\\\\/2022\\\\/41647\\\",\\\"codeGas\\\":\\\"PR\\\\/2022\\\\/05976\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S X.L.Y\\\",\\\"codeGarbageFee\\\":\\\"BI\\\\/2022\\\\/05616\\\",\\\"codeFireInsurance\\\":\\\"EQ\\\\/2022\\\\/13233\\\",\\\"codeSpu\\\":\\\"TR\\\\/2022\\\\/67449\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-300\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Portão\",\n            \"chrAddressStreet\": \"Avenida Presidente Arthur da Silva Bernardes\",\n            \"chrAddressNumber\": \"266\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"QC/2022/91189\",\n                \"codeEnergy\": \"YC/2022/41647\",\n                \"codeGas\": \"PR/2022/05976\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS X.L.Y\",\n                \"codeGarbageFee\": \"BI/2022/05616\",\n                \"codeFireInsurance\": \"EQ/2022/13233\",\n                \"codeSpu\": \"TR/2022/67449\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1100,\n            \"dcmRentDiscountValue\": 122.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1104,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 226,\n            \"fkCondo\": 6806,\n            \"fkManagement\": 6514,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYZ-991987\",\n            \"chrInnerReference\": \"JOV-047947\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02347001.rozoj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2503.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 128.44,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Francisco\",\n            \"chrAddressStreet\": \"Rua Paula Gomes\",\n            \"chrAddressNumber\": \"562\",\n            \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/67466\",\n                \"codeEnergy\": \"AS/2022/23942\",\n                \"codeGas\": \"UM/2022/15135\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                \"codeGarbageFee\": \"XG/2022/20185\",\n                \"codeFireInsurance\": \"QT/2022/00205\",\n                \"codeSpu\": \"XQ/2022/21855\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2253.5499999999997,\n            \"dcmRentDiscountValue\": 250.4,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1558,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1473,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYL-451849\",\n            \"chrInnerReference\": \"FRZ-468539\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG03410006.lnusp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 3333.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-427\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"R. Prof. João Falarz\",\n            \"chrAddressNumber\": \"119\",\n            \"chrAddressComplement\": \"Casa 02 Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MV/2022/41705\",\n                \"codeEnergy\": \"QM/2022/00775\",\n                \"codeGas\": \"GW/2022/18005\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                \"codeGarbageFee\": \"RW/2022/63501\",\n                \"codeFireInsurance\": \"UC/2022/82640\",\n                \"codeSpu\": \"GU/2022/87278\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 3000,\n            \"dcmRentDiscountValue\": 333.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1022,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 870,\n            \"fkCondo\": 6781,\n            \"fkManagement\": 6495,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZYK-027766\",\n            \"chrInnerReference\": \"WAA-621723\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02084001.mcgbk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2055.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 370,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KO\\\\/2022\\\\/11858\\\",\\\"codeEnergy\\\":\\\"WH\\\\/2022\\\\/78858\\\",\\\"codeGas\\\":\\\"TM\\\\/2022\\\\/30413\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Z.C\\\",\\\"codeGarbageFee\\\":\\\"IP\\\\/2022\\\\/45328\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/14350\\\",\\\"codeSpu\\\":\\\"RK\\\\/2022\\\\/43102\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"199\",\n            \"chrAddressComplement\": \"T Liege AP 201\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"KO/2022/11858\",\n                \"codeEnergy\": \"WH/2022/78858\",\n                \"codeGas\": \"TM/2022/30413\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Z.C\",\n                \"codeGarbageFee\": \"IP/2022/45328\",\n                \"codeFireInsurance\": \"VD/2022/14350\",\n                \"codeSpu\": \"RK/2022/43102\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1850,\n            \"dcmRentDiscountValue\": 205.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1221,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1055,\n            \"fkCondo\": 6860,\n            \"fkManagement\": 6487,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXW-468477\",\n            \"chrInnerReference\": \"HEI-363420\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02638001.jlbsb.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1306.5,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 272,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/43237\\\",\\\"codeEnergy\\\":\\\"UF\\\\/2022\\\\/45954\\\",\\\"codeGas\\\":\\\"LN\\\\/2022\\\\/74054\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.I.Y\\\",\\\"codeGarbageFee\\\":\\\"DW\\\\/2022\\\\/80182\\\",\\\"codeFireInsurance\\\":\\\"JD\\\\/2022\\\\/44357\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/97851\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-220\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Cândido Xavier\",\n            \"chrAddressNumber\": \"070\",\n            \"chrAddressComplement\": \"BL. B, AP. 26\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:47.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AT/2022/43237\",\n                \"codeEnergy\": \"UF/2022/45954\",\n                \"codeGas\": \"LN/2022/74054\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.I.Y\",\n                \"codeGarbageFee\": \"DW/2022/80182\",\n                \"codeFireInsurance\": \"JD/2022/44357\",\n                \"codeSpu\": \"KL/2022/97851\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1175.85,\n            \"dcmRentDiscountValue\": 130.65,\n            \"attachments\": []\n        },\n        {\n            \"id\": 703,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 945,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXS-547620\",\n            \"chrInnerReference\": \"QPI-540341\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00775002.nkozo.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 879.53,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 5,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OP\\\\/2022\\\\/64121\\\",\\\"codeEnergy\\\":\\\"OY\\\\/2022\\\\/24397\\\",\\\"codeGas\\\":\\\"NA\\\\/2022\\\\/30849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.E.D\\\",\\\"codeGarbageFee\\\":\\\"LA\\\\/2022\\\\/10897\\\",\\\"codeFireInsurance\\\":\\\"XF\\\\/2022\\\\/92415\\\",\\\"codeSpu\\\":\\\"FD\\\\/2022\\\\/60569\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-090\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Padre Jacinto Miensopust\",\n            \"chrAddressNumber\": \"817\",\n            \"chrAddressComplement\": \"Fundos\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"OP/2022/64121\",\n                \"codeEnergy\": \"OY/2022/24397\",\n                \"codeGas\": \"NA/2022/30849\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS N.E.D\",\n                \"codeGarbageFee\": \"LA/2022/10897\",\n                \"codeFireInsurance\": \"XF/2022/92415\",\n                \"codeSpu\": \"FD/2022/60569\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 791.5799999999999,\n            \"dcmRentDiscountValue\": 87.95,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1441,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1057,\n            \"fkCondo\": 6746,\n            \"fkManagement\": 6462,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZXE-995359\",\n            \"chrInnerReference\": \"DBI-598427\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03239001.vrjni.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1611.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 407.98,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WT\\\\/2022\\\\/07171\\\",\\\"codeEnergy\\\":\\\"AI\\\\/2022\\\\/25606\\\",\\\"codeGas\\\":\\\"EA\\\\/2022\\\\/53826\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.V.N\\\",\\\"codeGarbageFee\\\":\\\"FG\\\\/2022\\\\/15536\\\",\\\"codeFireInsurance\\\":\\\"YZ\\\\/2022\\\\/78047\\\",\\\"codeSpu\\\":\\\"VJ\\\\/2022\\\\/70438\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"886\",\n            \"chrAddressComplement\": \"BL. 3, AP. 608\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:11.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WT/2022/07171\",\n                \"codeEnergy\": \"AI/2022/25606\",\n                \"codeGas\": \"EA/2022/53826\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS W.V.N\",\n                \"codeGarbageFee\": \"FG/2022/15536\",\n                \"codeFireInsurance\": \"YZ/2022/78047\",\n                \"codeSpu\": \"VJ/2022/70438\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1450,\n            \"dcmRentDiscountValue\": 161.11,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1340,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1075,\n            \"fkCondo\": 6965,\n            \"fkManagement\": 6575,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWY-919527\",\n            \"chrInnerReference\": \"QCM-115425\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02988001.rvdcg.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1277.78,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 319,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YL\\\\/2022\\\\/05249\\\",\\\"codeEnergy\\\":\\\"PW\\\\/2022\\\\/72075\\\",\\\"codeGas\\\":\\\"ZN\\\\/2022\\\\/81672\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.R.J\\\",\\\"codeGarbageFee\\\":\\\"WO\\\\/2022\\\\/67127\\\",\\\"codeFireInsurance\\\":\\\"KY\\\\/2022\\\\/60183\\\",\\\"codeSpu\\\":\\\"BR\\\\/2022\\\\/94651\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-050\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Professor Dario Veloso\",\n            \"chrAddressNumber\": \"128\",\n            \"chrAddressComplement\": \"AP 144B\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"YL/2022/05249\",\n                \"codeEnergy\": \"PW/2022/72075\",\n                \"codeGas\": \"ZN/2022/81672\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.R.J\",\n                \"codeGarbageFee\": \"WO/2022/67127\",\n                \"codeFireInsurance\": \"KY/2022/60183\",\n                \"codeSpu\": \"BR/2022/94651\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1150,\n            \"dcmRentDiscountValue\": 127.78,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1722,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": null,\n            \"fkCondo\": 0,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"REMOVED\",\n            \"chrReference\": \"ZWL-616364\",\n            \"chrInnerReference\": \"XGP-802917\",\n            \"fkPropertyType\": 32,\n            \"chrDocument\": \"BG00480028.ftdpu.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": false,\n            \"chrTerminationReason\": \"RENTED_NOT_COMPANY\",\n            \"dteTermination\": \"2022-06-13T03:00:00.000000Z\",\n            \"dteNewListing\": \"2022-04-09T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 2900,\n            \"dcmExpectedRent\": 2900,\n            \"dcmRentRawValue\": 3222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 610,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 0,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 0,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"NOT_RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FE\\\\/2022\\\\/27026\\\",\\\"codeEnergy\\\":\\\"BE\\\\/2022\\\\/73770\\\",\\\"codeGas\\\":\\\"QH\\\\/2022\\\\/10464\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.T.E\\\",\\\"codeGarbageFee\\\":\\\"CA\\\\/2022\\\\/32676\\\",\\\"codeFireInsurance\\\":\\\"DE\\\\/2022\\\\/28243\\\",\\\"codeSpu\\\":\\\"KV\\\\/2022\\\\/42902\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":null,\\\"day\\\":0}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"30\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": null,\n            \"chrAddressPostalCode\": \"80.230-060\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Rebouças\",\n            \"chrAddressStreet\": \"Rua Almirante Gonçalves\",\n            \"chrAddressNumber\": \"724\",\n            \"chrAddressComplement\": \"Terreno\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-04-27T13:31:18.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"FE/2022/27026\",\n                \"codeEnergy\": \"BE/2022/73770\",\n                \"codeGas\": \"QH/2022/10464\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.T.E\",\n                \"codeGarbageFee\": \"CA/2022/32676\",\n                \"codeFireInsurance\": \"DE/2022/28243\",\n                \"codeSpu\": \"KV/2022/42902\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": null,\n                \"day\": 0\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"30\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2900,\n            \"dcmRentDiscountValue\": 322.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1049,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1271,\n            \"fkCondo\": 6669,\n            \"fkManagement\": 6536,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"ZWG-439435\",\n            \"chrInnerReference\": \"WXF-484660\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02206001.uikha.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 833.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 385.88,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"NT\\\\/2022\\\\/63058\\\",\\\"codeEnergy\\\":\\\"PJ\\\\/2022\\\\/68716\\\",\\\"codeGas\\\":\\\"JI\\\\/2022\\\\/30866\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.R.E\\\",\\\"codeGarbageFee\\\":\\\"BD\\\\/2022\\\\/68385\\\",\\\"codeFireInsurance\\\":\\\"HJ\\\\/2022\\\\/16218\\\",\\\"codeSpu\\\":\\\"FE\\\\/2022\\\\/83747\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"533\",\n            \"chrAddressComplement\": \"BL 08 AP 23\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:44.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"NT/2022/63058\",\n                \"codeEnergy\": \"PJ/2022/68716\",\n                \"codeGas\": \"JI/2022/30866\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.R.E\",\n                \"codeGarbageFee\": \"BD/2022/68385\",\n                \"codeFireInsurance\": \"HJ/2022/16218\",\n                \"codeSpu\": \"FE/2022/83747\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 750,\n            \"dcmRentDiscountValue\": 83.33,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=1\",\n    \"from\": 1,\n    \"last_page\": 164,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=164\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/property/property?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property\",\n    \"per_page\": \"10\",\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1638\n}"}],"_postman_id":"631c4879-153e-41e3-aa1f-3b3ed684561c"},{"name":"Alteração","id":"cf33b472-774f-447e-ba29-dde497fe5ba0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkCondo\": 7009,\r\n    \"fkManagement\": 6642,\r\n    \"chrReference\": \"TESTE1234\",\r\n    \"chrInnerReference\": \"\",\r\n    \"fkPropertyType\": 1,\r\n    \"chrStatus\": \"LISTED\",\r\n    \"isActive\": true,\r\n    \"dteNewListing\": \"2022-09-01\",\r\n    \"dcmEvaluatedRent\": 1400,\r\n    \"dcmExpectedRent\": 1600,\r\n    \"dcmCondoValue\": 50,\r\n    \"isCondoManagementInternal\": true,\r\n    \"chrLocation\": \"URBAN\",\r\n    \"chrPurpose\": \"RESIDENCE\",\r\n    \"chrNotaryOffice\": \"1234569\",\r\n    \"chrNotaryId\": \"98189454\",\r\n    \"chrAddressPostalCode\": \"80.250-210\",\r\n    \"chrAddressState\": \"PR\",\r\n    \"chrAddressCity\": \"Curitiba\",\r\n    \"chrAddressCityCode\": \"4106902\",\r\n    \"chrAddressDistrict\": \"Centro\",\r\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\r\n    \"chrAddressNumber\": \"4229\",\r\n    \"chrAddressComplement\": \"ap. 101\",\r\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\r\n    \"dcmRentRawValue\": 1400,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 1260,\r\n    \"dcmRentDiscountValue\": 140,\r\n    \"dcmSale\": 200000,\r\n    \"dcmSalePromo\": 170000,\r\n    \"dcmArea\": 150,\r\n    \"dcmAreaPrivate\": 120,\r\n    \"dcmAreaLand\": 200,\r\n    \"isRentFeeFixed\": false,\r\n    \"chrRawOrNetBased\": \"RAW\",\r\n    \"dcmRentFee\": 100,\r\n    \"intRentFeeInstallments\": 2,\r\n    \"isAdminFeeFixed\": false,\r\n    \"dcmAdminFee\": 10,\r\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\r\n    \"intExemptionFine\": 12,\r\n    \"intExclusivityPeriod\": 120,\r\n    \"durations\": [\r\n        \"12\",\r\n        \"24\",\r\n        \"36\"\r\n    ],\r\n    \"transfer\": {\r\n        \"assurance\": \"TEMPORARY\",\r\n        \"assurance_months\": 12,\r\n        \"endsAt\": null,\r\n        \"when\": \"FIXED\",\r\n        \"day\": 10\r\n    },\r\n    \"settings\": {\r\n        \"codeWather\": \"Água123\",\r\n        \"codeEnergy\": \"Energia-235\",\r\n        \"companyGas\": \"Companhia de Gás Ltda.\",\r\n        \"codeGas\": \"Gás-32532532\",\r\n        \"codeGarbageFee\": \"Lixo-2343212\",\r\n        \"codeFireInsurance\": \"Bombeiro-232413\",\r\n        \"codeSpu\": \"\",\r\n        \"isPulledDown\": false\r\n    },\r\n    \"garages\": [\r\n        {\r\n            \"id\": \"G01\",\r\n            \"note\": \"Livre, descoberta\"\r\n        },\r\n        {\r\n            \"id\": \"G02\",\r\n            \"note\": \"Presa, coberta\"\r\n        }\r\n    ],\r\n    \"owners\": [\r\n        {\r\n            \"fkOwner\": 1696,\r\n            \"chrOwnerType\": \"MAIN\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 0\r\n        },\r\n        {\r\n            \"fkOwner\": 1352,\r\n            \"chrOwnerType\": \"OWNER\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/1660","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do imóvel na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["property","1660"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"d430404d-7d48-4c8d-a131-1623113ab0a8","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkCondo\": 7009,\r\n    \"fkManagement\": 6642,\r\n    \"chrReference\": \"TESTE1234\",\r\n    \"chrInnerReference\": \"\",\r\n    \"fkPropertyType\": 1,\r\n    \"chrStatus\": \"LISTED\",\r\n    \"isActive\": true,\r\n    \"dteNewListing\": \"2022-09-01\",\r\n    \"dcmEvaluatedRent\": 1400,\r\n    \"dcmExpectedRent\": 1600,\r\n    \"dcmCondoValue\": 50,\r\n    \"isCondoManagementInternal\": true,\r\n    \"chrLocation\": \"URBAN\",\r\n    \"chrPurpose\": \"RESIDENCE\",\r\n    \"chrNotaryOffice\": \"1234569\",\r\n    \"chrNotaryId\": \"98189454\",\r\n    \"chrAddressPostalCode\": \"80.250-210\",\r\n    \"chrAddressState\": \"PR\",\r\n    \"chrAddressCity\": \"Curitiba\",\r\n    \"chrAddressCityCode\": \"4106902\",\r\n    \"chrAddressDistrict\": \"Centro\",\r\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\r\n    \"chrAddressNumber\": \"4229\",\r\n    \"chrAddressComplement\": \"ap. 101\",\r\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\r\n    \"dcmRentRawValue\": 1400,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 1260,\r\n    \"dcmRentDiscountValue\": 140,\r\n    \"dcmSale\": 200000,\r\n    \"dcmSalePromo\": 170000,\r\n    \"dcmArea\": 150,\r\n    \"dcmAreaPrivate\": 120,\r\n    \"dcmAreaLand\": 200,\r\n    \"isRentFeeFixed\": false,\r\n    \"chrRawOrNetBased\": \"RAW\",\r\n    \"dcmRentFee\": 100,\r\n    \"intRentFeeInstallments\": 2,\r\n    \"isAdminFeeFixed\": false,\r\n    \"dcmAdminFee\": 10,\r\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\r\n    \"intExemptionFine\": 12,\r\n    \"intExclusivityPeriod\": 120,\r\n    \"durations\": [\r\n        \"12\",\r\n        \"24\",\r\n        \"36\"\r\n    ],\r\n    \"transfer\": {\r\n        \"assurance\": \"TEMPORARY\",\r\n        \"assurance_months\": 12,\r\n        \"endsAt\": null,\r\n        \"when\": \"FIXED\",\r\n        \"day\": 10\r\n    },\r\n    \"settings\": {\r\n        \"codeWather\": \"Água123\",\r\n        \"codeEnergy\": \"Energia-235\",\r\n        \"companyGas\": \"Companhia de Gás Ltda.\",\r\n        \"codeGas\": \"Gás-32532532\",\r\n        \"codeGarbageFee\": \"Lixo-2343212\",\r\n        \"codeFireInsurance\": \"Bombeiro-232413\",\r\n        \"codeSpu\": \"\",\r\n        \"isPulledDown\": false\r\n    },\r\n    \"garages\": [\r\n        {\r\n            \"id\": \"G01\",\r\n            \"note\": \"Livre, descoberta\"\r\n        },\r\n        {\r\n            \"id\": \"G02\",\r\n            \"note\": \"Presa, coberta\"\r\n        }\r\n    ],\r\n    \"owners\": [\r\n        {\r\n            \"fkOwner\": 1696,\r\n            \"chrOwnerType\": \"MAIN\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 0\r\n        },\r\n        {\r\n            \"fkOwner\": 1352,\r\n            \"chrOwnerType\": \"OWNER\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/1660"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 19:59:49 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1660,\n    \"ak\": 1,\n    \"fkCompany\": 1,\n    \"fkRentalContract\": 1389,\n    \"fkCondo\": 7009,\n    \"fkManagement\": 6642,\n    \"fkOutsider\": null,\n    \"chrStatus\": \"LISTED\",\n    \"chrReference\": \"TESTE1234\",\n    \"chrInnerReference\": null,\n    \"fkPropertyType\": 1,\n    \"chrDocument\": \"BG30243001.zirfv.md\",\n    \"chrDocumentTitle\": \"Contrato de Locação\",\n    \"isActive\": true,\n    \"chrTerminationReason\": null,\n    \"dteTermination\": null,\n    \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n    \"dcmEvaluatedRent\": 1400,\n    \"dcmExpectedRent\": 1600,\n    \"dcmRentRawValue\": 1400,\n    \"dcmRentPercentDiscount\": 10,\n    \"dcmSale\": 200000,\n    \"dcmSalePromo\": 170000,\n    \"dcmArea\": 150,\n    \"dcmAreaPrivate\": 120,\n    \"dcmAreaLand\": 200,\n    \"isRentFeeFixed\": false,\n    \"chrRawOrNetBased\": \"RAW\",\n    \"dcmRentFee\": 100,\n    \"intRentFeeInstallments\": 2,\n    \"dcmAdminFee\": 10,\n    \"isAdminFeeFixed\": false,\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n    \"intExemptionFine\": 12,\n    \"intExclusivityPeriod\": 120,\n    \"isCondoManagementInternal\": true,\n    \"dcmCondoValue\": 50,\n    \"chrLocation\": \"URBAN\",\n    \"chrPurpose\": \"RESIDENCE\",\n    \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n    \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n    \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n    \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n    \"jsonAgents\": \"[]\",\n    \"jsonAttachments\": \"\",\n    \"chrAddressPostalCode\": \"80.250-210\",\n    \"chrAddressState\": \"PR\",\n    \"chrAddressCity\": \"Curitiba\",\n    \"chrAddressCityCode\": \"4106902\",\n    \"chrAddressDistrict\": \"Centro\",\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n    \"chrAddressNumber\": \"4229\",\n    \"chrAddressComplement\": \"ap. 101\",\n    \"chrNotaryOffice\": \"1234569\",\n    \"chrNotaryId\": \"98189454\",\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n    \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n    \"dttDeleted\": null,\n    \"settings\": {\n        \"codeWather\": \"Água123\",\n        \"codeEnergy\": \"Energia-235\",\n        \"companyGas\": \"Companhia de Gás Ltda.\",\n        \"codeGas\": \"Gás-32532532\",\n        \"codeGarbageFee\": \"Lixo-2343212\",\n        \"codeFireInsurance\": \"Bombeiro-232413\",\n        \"codeSpu\": null,\n        \"isPulledDown\": false\n    },\n    \"transfer\": {\n        \"assurance\": \"TEMPORARY\",\n        \"assurance_months\": 12,\n        \"endsAt\": null,\n        \"when\": \"FIXED\",\n        \"day\": 10\n    },\n    \"garages\": [\n        {\n            \"id\": \"G01\",\n            \"note\": \"Livre, descoberta\"\n        },\n        {\n            \"id\": \"G02\",\n            \"note\": \"Presa, coberta\"\n        }\n    ],\n    \"durations\": [\n        \"12\",\n        \"24\",\n        \"36\"\n    ],\n    \"agents\": [],\n    \"dcmRentNetValue\": 1260,\n    \"dcmRentDiscountValue\": 140,\n    \"attachments\": [],\n    \"owners\": [\n        {\n            \"id\": 2576,\n            \"ak\": 1,\n            \"fkProperty\": 1660,\n            \"fkOwner\": 1696,\n            \"chrOwnerType\": \"MAIN\",\n            \"dcmRatio\": 50,\n            \"dcmTaxPercentage\": 0\n        },\n        {\n            \"id\": 2577,\n            \"ak\": 1,\n            \"fkProperty\": 1660,\n            \"fkOwner\": 1352,\n            \"chrOwnerType\": \"OWNER\",\n            \"dcmRatio\": 50,\n            \"dcmTaxPercentage\": 100\n        }\n    ],\n    \"contract\": {\n        \"id\": 1389,\n        \"ak\": 1,\n        \"fkCompany\": 1,\n        \"fkProperty\": 1660,\n        \"fkWallet\": 1,\n        \"fkAdjustmentIndex\": 1,\n        \"fkRenting\": 5277,\n        \"intDueDay\": 5,\n        \"intDelayedPayments\": 2,\n        \"intFineExemptionMonths\": 0,\n        \"isPayToLive\": false,\n        \"hasBankFee\": true,\n        \"dcmInterestForLate\": 0,\n        \"dcmFineForLate\": 0,\n        \"isAdmFeeFixed\": false,\n        \"dcmAdmFeeValue\": 0,\n        \"chrIdentifier\": \"ZZX-038485/02\",\n        \"chrContractType\": \"BUSINESS\",\n        \"chrBusinessActivity\": \"instalação de confeitaria\",\n        \"chrChargeMethod\": \"EMAIL\",\n        \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n        \"jsonBillingAddress\": \"[]\",\n        \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5911,\\\"value\\\":0,\\\"contract\\\":null,\\\"note\\\":\\\"1.650,08\\\"}\",\n        \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-04-26\\\",\\\"expiration\\\":\\\"2099-04-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":23.53,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n        \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n        \"jsonAttachments\": null,\n        \"chrDocumentTitle\": \"Contrato de Locação\",\n        \"chrDocument\": \"BG30243001-02.fwdii.md\",\n        \"vrcNotes\": \"\",\n        \"txtExtraClauses\": null,\n        \"dteRental\": \"2022-04-26T03:00:00.000000Z\",\n        \"dteStart\": \"2022-04-26T03:00:00.000000Z\",\n        \"dteActivation\": null,\n        \"dteEnd\": \"2023-04-25T03:00:00.000000Z\",\n        \"dteLastReadjustment\": \"2022-04-26T03:00:00.000000Z\",\n        \"dteTerminationStart\": null,\n        \"dteTerminationEnd\": null,\n        \"chrTerminationReason\": null,\n        \"isExcludeRecurringExpenses\": false,\n        \"dteVacancyDate\": null,\n        \"isVacancyDateinTermination\": false,\n        \"isChargeTerminationFine\": null,\n        \"vrcTerminationsNotes\": null,\n        \"chrStatus\": \"REGULAR\",\n        \"chrFinancialStatus\": \"REGULAR\",\n        \"isActive\": true,\n        \"isDraft\": false,\n        \"dttDeleted\": null,\n        \"taxation\": {\n            \"invoiceThroughSystem\": true,\n            \"incomeTaxHold\": \"NOT\",\n            \"dimobGenerate\": true,\n            \"IRRFAdministrationFeeDeduction\": false\n        },\n        \"billingAddress\": [],\n        \"guarantee\": {\n            \"type\": \"insurance\",\n            \"company\": 5911,\n            \"value\": 0,\n            \"contract\": null,\n            \"note\": \"1.650,08\"\n        },\n        \"fireInsurance\": {\n            \"subscribed\": true,\n            \"company\": 5920,\n            \"start\": \"2022-04-26\",\n            \"expiration\": \"2099-04-26\",\n            \"value\": 0,\n            \"award\": 0,\n            \"installment\": 23.53,\n            \"installments\": 0,\n            \"contract\": null,\n            \"note\": null\n        },\n        \"pcf\": {\n            \"subscribed\": true,\n            \"percentage\": 6,\n            \"fkAdjustmentIndex\": 7,\n            \"note\": null\n        },\n        \"durationInMonths\": 12,\n        \"attachments\": [],\n        \"property\": {\n            \"id\": 1660,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1389,\n            \"fkCondo\": 7009,\n            \"fkManagement\": 6642,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"LISTED\",\n            \"chrReference\": \"TESTE1234\",\n            \"chrInnerReference\": null,\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG30243001.zirfv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 1400,\n            \"dcmExpectedRent\": 1600,\n            \"dcmRentRawValue\": 1400,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 200000,\n            \"dcmSalePromo\": 170000,\n            \"dcmArea\": 150,\n            \"dcmAreaPrivate\": 120,\n            \"dcmAreaLand\": 200,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": \"RAW\",\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 2,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 12,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": true,\n            \"dcmCondoValue\": 50,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n            \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.250-210\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n            \"chrAddressNumber\": \"4229\",\n            \"chrAddressComplement\": \"ap. 101\",\n            \"chrNotaryOffice\": \"1234569\",\n            \"chrNotaryId\": \"98189454\",\n            \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n            \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"Água123\",\n                \"codeEnergy\": \"Energia-235\",\n                \"companyGas\": \"Companhia de Gás Ltda.\",\n                \"codeGas\": \"Gás-32532532\",\n                \"codeGarbageFee\": \"Lixo-2343212\",\n                \"codeFireInsurance\": \"Bombeiro-232413\",\n                \"codeSpu\": null,\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 12,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [\n                {\n                    \"id\": \"G01\",\n                    \"note\": \"Livre, descoberta\"\n                },\n                {\n                    \"id\": \"G02\",\n                    \"note\": \"Presa, coberta\"\n                }\n            ],\n            \"durations\": [\n                \"12\",\n                \"24\",\n                \"36\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1260,\n            \"dcmRentDiscountValue\": 140,\n            \"attachments\": [],\n            \"owners\": [\n                {\n                    \"id\": 2576,\n                    \"ak\": 1,\n                    \"fkProperty\": 1660,\n                    \"fkOwner\": 1696,\n                    \"chrOwnerType\": \"MAIN\",\n                    \"dcmRatio\": 50,\n                    \"dcmTaxPercentage\": 0\n                },\n                {\n                    \"id\": 2577,\n                    \"ak\": 1,\n                    \"fkProperty\": 1660,\n                    \"fkOwner\": 1352,\n                    \"chrOwnerType\": \"OWNER\",\n                    \"dcmRatio\": 50,\n                    \"dcmTaxPercentage\": 100,\n                    \"partner\": {\n                        \"id\": 1352,\n                        \"ak\": 1,\n                        \"fkUser\": null,\n                        \"fkPartner\": null,\n                        \"fkManagement\": null,\n                        \"intBitwiseType\": 4,\n                        \"chrType\": \"PF\",\n                        \"vrcEmail\": \"adriano.benites@madeira.com\",\n                        \"chrPass\": null,\n                        \"chrToken\": null,\n                        \"chrMainPhone\": \"(85) 96584-3585\",\n                        \"chrName\": \"Hugo Ferminiano\",\n                        \"chrName2\": \"\",\n                        \"chrInsider\": null,\n                        \"chrRegisterNumber\": \"490.017.833-09\",\n                        \"chrDocumentId\": \"4077155148189\",\n                        \"chrNacionality\": \"Brasileira\",\n                        \"chrProfession\": \"Trabalhador agropecuário\",\n                        \"chrMaritalStatus\": \"SINGLE\",\n                        \"dteDateofBirth\": \"1949-10-23T03:00:00.000000Z\",\n                        \"txtNote\": \"\",\n                        \"jsonAddress\": \"[{\\\"code\\\":\\\"25.250-480\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Duque de Caxias\\\",\\\"ibge\\\":\\\"3301702\\\",\\\"district\\\":\\\"Mantiquira\\\",\\\"street\\\":\\\"Rua Beira-Vala\\\",\\\"number\\\":\\\"189\\\",\\\"complement\\\":\\\"j\\\\/6\\\",\\\"description\\\":\\\"Rua Beira-Vala\\\"}]\",\n                        \"jsonContact\": \"[]\",\n                        \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                        \"jsonPayment\": \"{\\\"acc\\\": \\\"0201609-5\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"ANA CLAUDIA JUSTUS\\\", \\\"agency\\\": \\\"5750\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"226.558.839-3\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                        \"jsonCondo\": \"[]\",\n                        \"jsonAgents\": \"[]\",\n                        \"jsonRepresentatives\": \"[]\",\n                        \"jsonAttachments\": \"[]\",\n                        \"vrcInfo\": null,\n                        \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                        \"dttDeleted\": null,\n                        \"address\": [\n                            {\n                                \"code\": \"25.250-480\",\n                                \"state\": \"RJ\",\n                                \"city\": \"Duque de Caxias\",\n                                \"ibge\": \"3301702\",\n                                \"district\": \"Mantiquira\",\n                                \"street\": \"Rua Beira-Vala\",\n                                \"number\": \"189\",\n                                \"complement\": \"j/6\",\n                                \"description\": \"Rua Beira-Vala\"\n                            }\n                        ],\n                        \"contact\": [],\n                        \"settings\": {\n                            \"reterISSQN\": null,\n                            \"reterIRRF\": null,\n                            \"reterINSS\": null,\n                            \"reterPCCS\": \"0\"\n                        },\n                        \"payment\": {\n                            \"acc\": \"0201609-5\",\n                            \"bank\": \"237\",\n                            \"name\": \"ANA CLAUDIA JUSTUS\",\n                            \"agency\": \"5750\",\n                            \"method\": \"ted_doc\",\n                            \"accType\": \"conta_corrente\",\n                            \"docType\": \"PF\",\n                            \"document\": \"226.558.839-3\",\n                            \"operation\": null,\n                            \"hasTransferFee\": true\n                        },\n                        \"condo\": [],\n                        \"agents\": [],\n                        \"representatives\": [],\n                        \"types\": [\n                            \"OWNER\"\n                        ],\n                        \"attachments\": []\n                    }\n                }\n            ],\n            \"contract\": {\n                \"id\": 1389,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkProperty\": 1660,\n                \"fkWallet\": 1,\n                \"fkAdjustmentIndex\": 1,\n                \"fkRenting\": 5277,\n                \"intDueDay\": 5,\n                \"intDelayedPayments\": 2,\n                \"intFineExemptionMonths\": 0,\n                \"isPayToLive\": false,\n                \"hasBankFee\": true,\n                \"dcmInterestForLate\": 0,\n                \"dcmFineForLate\": 0,\n                \"isAdmFeeFixed\": false,\n                \"dcmAdmFeeValue\": 0,\n                \"chrIdentifier\": \"ZZX-038485/02\",\n                \"chrContractType\": \"BUSINESS\",\n                \"chrBusinessActivity\": \"instalação de confeitaria\",\n                \"chrChargeMethod\": \"EMAIL\",\n                \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                \"jsonBillingAddress\": \"[]\",\n                \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5911,\\\"value\\\":0,\\\"contract\\\":null,\\\"note\\\":\\\"1.650,08\\\"}\",\n                \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-04-26\\\",\\\"expiration\\\":\\\"2099-04-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":23.53,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                \"jsonAttachments\": null,\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"chrDocument\": \"BG30243001-02.fwdii.md\",\n                \"vrcNotes\": \"\",\n                \"txtExtraClauses\": null,\n                \"dteRental\": \"2022-04-26T03:00:00.000000Z\",\n                \"dteStart\": \"2022-04-26T03:00:00.000000Z\",\n                \"dteActivation\": null,\n                \"dteEnd\": \"2023-04-25T03:00:00.000000Z\",\n                \"dteLastReadjustment\": \"2022-04-26T03:00:00.000000Z\",\n                \"dteTerminationStart\": null,\n                \"dteTerminationEnd\": null,\n                \"chrTerminationReason\": null,\n                \"isExcludeRecurringExpenses\": false,\n                \"dteVacancyDate\": null,\n                \"isVacancyDateinTermination\": false,\n                \"isChargeTerminationFine\": null,\n                \"vrcTerminationsNotes\": null,\n                \"chrStatus\": \"REGULAR\",\n                \"chrFinancialStatus\": \"REGULAR\",\n                \"isActive\": true,\n                \"isDraft\": false,\n                \"dttDeleted\": null,\n                \"taxation\": {\n                    \"invoiceThroughSystem\": true,\n                    \"incomeTaxHold\": \"NOT\",\n                    \"dimobGenerate\": true,\n                    \"IRRFAdministrationFeeDeduction\": false\n                },\n                \"billingAddress\": [],\n                \"guarantee\": {\n                    \"type\": \"insurance\",\n                    \"company\": 5911,\n                    \"value\": 0,\n                    \"contract\": null,\n                    \"note\": \"1.650,08\"\n                },\n                \"fireInsurance\": {\n                    \"subscribed\": true,\n                    \"company\": 5920,\n                    \"start\": \"2022-04-26\",\n                    \"expiration\": \"2099-04-26\",\n                    \"value\": 0,\n                    \"award\": 0,\n                    \"installment\": 23.53,\n                    \"installments\": 0,\n                    \"contract\": null,\n                    \"note\": null\n                },\n                \"pcf\": {\n                    \"subscribed\": true,\n                    \"percentage\": 6,\n                    \"fkAdjustmentIndex\": 7,\n                    \"note\": null\n                },\n                \"durationInMonths\": 12,\n                \"attachments\": []\n            }\n        },\n        \"renters\": [\n            {\n                \"id\": 1520,\n                \"ak\": 1,\n                \"fkContract\": 1389,\n                \"fkRenter\": 6012,\n                \"isMain\": true,\n                \"dcmRatio\": 100,\n                \"dttDeleted\": null,\n                \"partner\": {\n                    \"id\": 6012,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"diego58@barreto.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(47) 3208-3244\",\n                    \"chrName\": \"Hugo Ferminiano\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"143.740.461-86\",\n                    \"chrDocumentId\": \"4115155464544\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Operador de telemarketing receptivo\",\n                    \"chrMaritalStatus\": \"maritalStatus\",\n                    \"dteDateofBirth\": \"1984-08-03T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"14.093-350\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Ribeir\\\\u00e3o Preto\\\",\\\"ibge\\\":\\\"3543402\\\",\\\"district\\\":\\\"Parque S\\\\u00e3o Sebasti\\\\u00e3o\\\",\\\"street\\\":\\\"Rua Severino Amprino\\\",\\\"number\\\":\\\"79\\\",\\\"complement\\\":\\\"j\\\\/12\\\",\\\"description\\\":\\\"Rua Severino Amprino\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"mjnx84@gmail.com\\\",\\\"emailAccounting\\\":\\\"mjnx84@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[267,269,270,271,272,273,274]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-04-25T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"14.093-350\",\n                            \"state\": \"SP\",\n                            \"city\": \"Ribeirão Preto\",\n                            \"ibge\": \"3543402\",\n                            \"district\": \"Parque São Sebastião\",\n                            \"street\": \"Rua Severino Amprino\",\n                            \"number\": \"79\",\n                            \"complement\": \"j/12\",\n                            \"description\": \"Rua Severino Amprino\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"mjnx84@gmail.com\",\n                        \"emailAccounting\": \"mjnx84@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": [\n                        {\n                            \"id\": 267,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 452071,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"XXIHLGCMNTHYEUNG.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"Termo.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:11.000000Z\"\n                        },\n                        {\n                            \"id\": 269,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 290901,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"ZGFOUYIWRTPIPSKO.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"INFORMATIVO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:22.000000Z\"\n                        },\n                        {\n                            \"id\": 270,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 449886,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"XDNWPGZAFJJXTFUQ.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"CONTRATO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:28.000000Z\"\n                        },\n                        {\n                            \"id\": 271,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 462648,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"TAOVHGRYXQFLAXGL.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"VISTORIA.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:36.000000Z\"\n                        },\n                        {\n                            \"id\": 272,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 250220,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"CCVIYBHFYNIEYYYY.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"COPEL.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:40.000000Z\"\n                        },\n                        {\n                            \"id\": 273,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 128213,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"GVVGWDFTHOWGEGSQ.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"AUT_MUDANÇA.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:46.000000Z\"\n                        },\n                        {\n                            \"id\": 274,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 166084,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"UXBSPQKQJLEACSTH.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"Summary.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-27T13:17:50.000000Z\"\n                        }\n                    ]\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"cf33b472-774f-447e-ba29-dde497fe5ba0"},{"name":"Exclusão","id":"0747e883-17d4-4451-a1a4-78b7295f78bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkCondo\": 7009,\r\n    \"fkManagement\": 6642,\r\n    \"chrReference\": \"TESTE1234\",\r\n    \"chrInnerReference\": \"\",\r\n    \"fkPropertyType\": 1,\r\n    \"chrStatus\": \"LISTED\",\r\n    \"isActive\": true,\r\n    \"dteNewListing\": \"2022-09-01\",\r\n    \"dcmEvaluatedRent\": 1400,\r\n    \"dcmExpectedRent\": 1600,\r\n    \"dcmCondoValue\": 50,\r\n    \"isCondoManagementInternal\": true,\r\n    \"chrLocation\": \"URBAN\",\r\n    \"chrPurpose\": \"RESIDENCE\",\r\n    \"chrNotaryOffice\": \"1234569\",\r\n    \"chrNotaryId\": \"98189454\",\r\n    \"chrAddressPostalCode\": \"80.250-210\",\r\n    \"chrAddressState\": \"PR\",\r\n    \"chrAddressCity\": \"Curitiba\",\r\n    \"chrAddressCityCode\": \"4106902\",\r\n    \"chrAddressDistrict\": \"Centro\",\r\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\r\n    \"chrAddressNumber\": \"4229\",\r\n    \"chrAddressComplement\": \"ap. 101\",\r\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\r\n    \"dcmRentRawValue\": 1400,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 1260,\r\n    \"dcmRentDiscountValue\": 140,\r\n    \"dcmSale\": 200000,\r\n    \"dcmSalePromo\": 170000,\r\n    \"dcmArea\": 150,\r\n    \"dcmAreaPrivate\": 120,\r\n    \"dcmAreaLand\": 200,\r\n    \"isRentFeeFixed\": false,\r\n    \"chrRawOrNetBased\": \"RAW\",\r\n    \"dcmRentFee\": 100,\r\n    \"intRentFeeInstallments\": 2,\r\n    \"isAdminFeeFixed\": false,\r\n    \"dcmAdminFee\": 10,\r\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\r\n    \"intExemptionFine\": 12,\r\n    \"intExclusivityPeriod\": 120,\r\n    \"durations\": [\r\n        \"12\",\r\n        \"24\",\r\n        \"36\"\r\n    ],\r\n    \"transfer\": {\r\n        \"assurance\": \"TEMPORARY\",\r\n        \"assurance_months\": 12,\r\n        \"endsAt\": null,\r\n        \"when\": \"FIXED\",\r\n        \"day\": 10\r\n    },\r\n    \"settings\": {\r\n        \"codeWather\": \"Água123\",\r\n        \"codeEnergy\": \"Energia-235\",\r\n        \"companyGas\": \"Companhia de Gás Ltda.\",\r\n        \"codeGas\": \"Gás-32532532\",\r\n        \"codeGarbageFee\": \"Lixo-2343212\",\r\n        \"codeFireInsurance\": \"Bombeiro-232413\",\r\n        \"codeSpu\": \"\",\r\n        \"isPulledDown\": false\r\n    },\r\n    \"garages\": [\r\n        {\r\n            \"id\": \"G01\",\r\n            \"note\": \"Livre, descoberta\"\r\n        },\r\n        {\r\n            \"id\": \"G02\",\r\n            \"note\": \"Presa, coberta\"\r\n        }\r\n    ],\r\n    \"owners\": [\r\n        {\r\n            \"fkOwner\": 1696,\r\n            \"chrOwnerType\": \"MAIN\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 0\r\n        },\r\n        {\r\n            \"fkOwner\": 1352,\r\n            \"chrOwnerType\": \"OWNER\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/4","description":"<p>Para deletar um cadastro, bastante enviar o método DELETE e incluir o ID do imóvel na rota, conforme exemplo abaixo.</p>\n<p>Imóveis que já foram utilizados para a geração de algum contrato não podem mais ser excluídos.</p>\n","urlObject":{"path":["property","4"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"ead8ffd6-ff93-4b61-8d6c-f35003d32836","name":"Exemplo","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkCondo\": 7009,\r\n    \"fkManagement\": 6642,\r\n    \"chrReference\": \"TESTE1234\",\r\n    \"chrInnerReference\": \"\",\r\n    \"fkPropertyType\": 1,\r\n    \"chrStatus\": \"LISTED\",\r\n    \"isActive\": true,\r\n    \"dteNewListing\": \"2022-09-01\",\r\n    \"dcmEvaluatedRent\": 1400,\r\n    \"dcmExpectedRent\": 1600,\r\n    \"dcmCondoValue\": 50,\r\n    \"isCondoManagementInternal\": true,\r\n    \"chrLocation\": \"URBAN\",\r\n    \"chrPurpose\": \"RESIDENCE\",\r\n    \"chrNotaryOffice\": \"1234569\",\r\n    \"chrNotaryId\": \"98189454\",\r\n    \"chrAddressPostalCode\": \"80.250-210\",\r\n    \"chrAddressState\": \"PR\",\r\n    \"chrAddressCity\": \"Curitiba\",\r\n    \"chrAddressCityCode\": \"4106902\",\r\n    \"chrAddressDistrict\": \"Centro\",\r\n    \"chrAddressStreet\": \"Avenida Sete de Setembro\",\r\n    \"chrAddressNumber\": \"4229\",\r\n    \"chrAddressComplement\": \"ap. 101\",\r\n    \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\r\n    \"dcmRentRawValue\": 1400,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 1260,\r\n    \"dcmRentDiscountValue\": 140,\r\n    \"dcmSale\": 200000,\r\n    \"dcmSalePromo\": 170000,\r\n    \"dcmArea\": 150,\r\n    \"dcmAreaPrivate\": 120,\r\n    \"dcmAreaLand\": 200,\r\n    \"isRentFeeFixed\": false,\r\n    \"chrRawOrNetBased\": \"RAW\",\r\n    \"dcmRentFee\": 100,\r\n    \"intRentFeeInstallments\": 2,\r\n    \"isAdminFeeFixed\": false,\r\n    \"dcmAdminFee\": 10,\r\n    \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\r\n    \"intExemptionFine\": 12,\r\n    \"intExclusivityPeriod\": 120,\r\n    \"durations\": [\r\n        \"12\",\r\n        \"24\",\r\n        \"36\"\r\n    ],\r\n    \"transfer\": {\r\n        \"assurance\": \"TEMPORARY\",\r\n        \"assurance_months\": 12,\r\n        \"endsAt\": null,\r\n        \"when\": \"FIXED\",\r\n        \"day\": 10\r\n    },\r\n    \"settings\": {\r\n        \"codeWather\": \"Água123\",\r\n        \"codeEnergy\": \"Energia-235\",\r\n        \"companyGas\": \"Companhia de Gás Ltda.\",\r\n        \"codeGas\": \"Gás-32532532\",\r\n        \"codeGarbageFee\": \"Lixo-2343212\",\r\n        \"codeFireInsurance\": \"Bombeiro-232413\",\r\n        \"codeSpu\": \"\",\r\n        \"isPulledDown\": false\r\n    },\r\n    \"garages\": [\r\n        {\r\n            \"id\": \"G01\",\r\n            \"note\": \"Livre, descoberta\"\r\n        },\r\n        {\r\n            \"id\": \"G02\",\r\n            \"note\": \"Presa, coberta\"\r\n        }\r\n    ],\r\n    \"owners\": [\r\n        {\r\n            \"fkOwner\": 1696,\r\n            \"chrOwnerType\": \"MAIN\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 0\r\n        },\r\n        {\r\n            \"fkOwner\": 1352,\r\n            \"chrOwnerType\": \"OWNER\",\r\n            \"dcmRatio\": 50,\r\n            \"dcmTaxPercentage\": 100\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 14 Oct 2022 17:27:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"0747e883-17d4-4451-a1a4-78b7295f78bf"},{"name":"Listagem Avançada","id":"7b103eea-5385-42cf-bb37-e0eb7dcb63c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": [],\r\n    \"fkCondo\": null,\r\n    \"fkManagement\": null,\r\n    \"fkPropertyType\": [],\r\n    \"activeContract\": [\"ACTIVE\"],\r\n    \"chrStatus\": [\"RENTED\"],\r\n    \"dteTermination\": [],\r\n    \"dteNewListing\": [\r\n        \"2022-07-01\",\r\n        \"2022-08-31\"\r\n    ],\r\n    \"chrLocation\": [],\r\n    \"chrPurpose\": [\"RESIDENCE\"],\r\n    \"transferConditions\": [],\r\n    \"dcmRentRawValueMin\": 1500,\r\n    \"dcmRentRawValueMax\": 2500,\r\n    \"dcmRentNetValueMin\": null,\r\n    \"dcmRentNetValueMax\": null,\r\n    \"chrAdminFeeCondition\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/report/list","description":"<p>Essa rota deve ser utilizada para consultas avançadas. Diferentemente da rota de listagem mostrada acima, aqui a ideia não é recuperar todos os imóveis, assim como não é indicada para recuperar um imóvel específico.</p>\n<p>A ideia da rota seria para ajudar em casos em que se quer filtrar todos os imóveis que cumprem determinado critério. Exemplos seriam:</p>\n<ul>\n<li>Imóveis Alugados com valor bruto entre R$1000 e R$2000</li>\n<li>Apartamentos disponíveis com valor acima de R$10.000</li>\n</ul>\n<p>Para montar a query, estão disponíveis os campos abaixo, todos opcionais:</p>\n<p><strong>\"company\":</strong> array contendo as filiais a serem incluídas na pesquisa;<br /><strong>\"fkCondo\":</strong> int contendo o Condomínio;<br /><strong>\"fkManagement\":</strong> int contendo a Administradora<br /><strong>\"fkPropertyType\":</strong> array contendo os tipos de imóvel;<br /><strong>\"activeContract\":</strong> array informando se devem ser filtrados imóveis Com ou Sem Contrato (domínio 'ACTIVE' | 'INACTIVE')<br /><strong>\"chrStatus\"</strong>: array contendo os Status de imóvel;<br /><strong>\"dteTermination\":</strong> array contendo duas datas, que marcarão o RANGE a ser considerado (ex.: [\"2022-07-01\",\"2022-08-31\"])<br /><strong>\"dteNewListing\":</strong> array contendo duas datas, que marcarão o RANGE a ser considerado (ex.: [\"2022-07-01\",\"2022-08-31\"])<br /><strong>\"chrLocation\":</strong> array contendo os tipo de localização;<br /><strong>\"chrPurpose\":</strong> array contendo as finalidades;<br /><strong>\"transferConditions\":</strong> array contendo as condições de repasse;<br /><strong>\"dcmRentRawValueMin\":</strong> float contendo o valor mínimo de aluguel bruto;<br /><strong>\"dcmRentRawValueMax\":</strong> float contendo o valor máximo de aluguel bruto;<br /><strong>\"dcmRentNetValueMin\":</strong> float contendo o valor mínimo de aluguel líquido;<br /><strong>\"dcmRentNetValueMax\":</strong> float contendo o valor máximo de aluguel líquido;<br /><strong>\"chrAdminFeeCondition\":</strong> array contendo sobre o que é cobrada taxa administrativa.</p>\n","urlObject":{"path":["property","report","list"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"282e5937-d89e-4795-974c-430fc2c8632d","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": [],\r\n    \"fkCondo\": null,\r\n    \"fkManagement\": null,\r\n    \"fkPropertyType\": [],\r\n    \"activeContract\": [\"ACTIVE\"],\r\n    \"chrStatus\": [\"RENTED\"],\r\n    \"dteTermination\": [],\r\n    \"dteNewListing\": [\r\n        \"2022-07-01\",\r\n        \"2022-08-31\"\r\n    ],\r\n    \"chrLocation\": [],\r\n    \"chrPurpose\": [\"RESIDENCE\"],\r\n    \"transferConditions\": [],\r\n    \"dcmRentRawValueMin\": 1500,\r\n    \"dcmRentRawValueMax\": 2500,\r\n    \"dcmRentNetValueMin\": null,\r\n    \"dcmRentNetValueMax\": null,\r\n    \"chrAdminFeeCondition\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/property/report/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 01 Sep 2022 20:26:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 171,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1577,\n            \"fkCondo\": 6741,\n            \"fkManagement\": 6505,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"VKD-927630\",\n            \"chrInnerReference\": \"SDD-272835\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02623001.abclp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2444.44,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": \"RAW\",\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 2,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 390,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KI\\\\/2022\\\\/65627\\\",\\\"codeEnergy\\\":\\\"KU\\\\/2022\\\\/15510\\\",\\\"codeGas\\\":\\\"BD\\\\/2022\\\\/77624\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S T.D.I\\\",\\\"codeGarbageFee\\\":\\\"VS\\\\/2022\\\\/50713\\\",\\\"codeFireInsurance\\\":\\\"CO\\\\/2022\\\\/11895\\\",\\\"codeSpu\\\":\\\"MS\\\\/2022\\\\/98894\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\",\\\"30\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"486\",\n            \"chrAddressComplement\": \"Torre 2, AP. 1306\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T00:54:06.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"KI/2022/65627\",\n                \"codeEnergy\": \"KU/2022/15510\",\n                \"codeGas\": \"BD/2022/77624\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS T.D.I\",\n                \"codeGarbageFee\": \"VS/2022/50713\",\n                \"codeFireInsurance\": \"CO/2022/11895\",\n                \"codeSpu\": \"MS/2022/98894\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"12\",\n                \"24\",\n                \"36\",\n                \"30\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2200,\n            \"dcmRentDiscountValue\": 244.44,\n            \"attachments\": []\n        },\n        {\n            \"id\": 310,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1356,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"FQF-085490\",\n            \"chrInnerReference\": \"QQL-815706\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03420001.jxncc.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 1500,\n            \"dcmExpectedRent\": 1500,\n            \"dcmRentRawValue\": 1555.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 2,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 416.4,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"RY\\\\/2022\\\\/16888\\\",\\\"codeEnergy\\\":\\\"XX\\\\/2022\\\\/53404\\\",\\\"codeGas\\\":\\\"TX\\\\/2022\\\\/06145\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S R.P.U\\\",\\\"codeGarbageFee\\\":\\\"EP\\\\/2022\\\\/05166\\\",\\\"codeFireInsurance\\\":\\\"PZ\\\\/2022\\\\/52923\\\",\\\"codeSpu\\\":\\\"TL\\\\/2022\\\\/37929\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"12\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.230-170\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Renato Polatti\",\n            \"chrAddressNumber\": \"405\",\n            \"chrAddressComplement\": \"Apto 66 bloco 04\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T00:54:56.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"RY/2022/16888\",\n                \"codeEnergy\": \"XX/2022/53404\",\n                \"codeGas\": \"TX/2022/06145\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS R.P.U\",\n                \"codeGarbageFee\": \"EP/2022/05166\",\n                \"codeFireInsurance\": \"PZ/2022/52923\",\n                \"codeSpu\": \"TL/2022/37929\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"12\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1400,\n            \"dcmRentDiscountValue\": 155.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 366,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 587,\n            \"fkCondo\": 6978,\n            \"fkManagement\": 6467,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"AEP-914661\",\n            \"chrInnerReference\": \"PFI-209033\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG00001008.ufjpg.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1594.68,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 403,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WI\\\\/2022\\\\/82431\\\",\\\"codeEnergy\\\":\\\"ZG\\\\/2022\\\\/52972\\\",\\\"codeGas\\\":\\\"YS\\\\/2022\\\\/73669\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S Q.Z.W\\\",\\\"codeGarbageFee\\\":\\\"EE\\\\/2022\\\\/70983\\\",\\\"codeFireInsurance\\\":\\\"BW\\\\/2022\\\\/13163\\\",\\\"codeSpu\\\":\\\"DE\\\\/2022\\\\/19591\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.420-120\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Centro\",\n            \"chrAddressStreet\": \"Rua Doutor Pedrosa\",\n            \"chrAddressNumber\": \"505\",\n            \"chrAddressComplement\": \"AP. 408\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T00:55:17.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WI/2022/82431\",\n                \"codeEnergy\": \"ZG/2022/52972\",\n                \"codeGas\": \"YS/2022/73669\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS Q.Z.W\",\n                \"codeGarbageFee\": \"EE/2022/70983\",\n                \"codeFireInsurance\": \"BW/2022/13163\",\n                \"codeSpu\": \"DE/2022/19591\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1435.21,\n            \"dcmRentDiscountValue\": 159.47,\n            \"attachments\": []\n        },\n        {\n            \"id\": 380,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1116,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"QVC-367367\",\n            \"chrInnerReference\": \"JKN-813729\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG00005019.awfza.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1500.51,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 6,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WJ\\\\/2022\\\\/71466\\\",\\\"codeEnergy\\\":\\\"HJ\\\\/2022\\\\/52961\\\",\\\"codeGas\\\":\\\"PY\\\\/2022\\\\/87790\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.I.T\\\",\\\"codeGarbageFee\\\":\\\"PB\\\\/2022\\\\/39064\\\",\\\"codeFireInsurance\\\":\\\"NE\\\\/2022\\\\/30674\\\",\\\"codeSpu\\\":\\\"TD\\\\/2022\\\\/36332\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"558\",\n            \"chrAddressComplement\": \"4211 LOJA 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T00:55:22.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WJ/2022/71466\",\n                \"codeEnergy\": \"HJ/2022/52961\",\n                \"codeGas\": \"PY/2022/87790\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.I.T\",\n                \"codeGarbageFee\": \"PB/2022/39064\",\n                \"codeFireInsurance\": \"NE/2022/30674\",\n                \"codeSpu\": \"TD/2022/36332\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1350.46,\n            \"dcmRentDiscountValue\": 150.05,\n            \"attachments\": []\n        },\n        {\n            \"id\": 453,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1041,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"IDR-646676\",\n            \"chrInnerReference\": \"AAL-423903\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG00111002.asuih.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2333.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KI\\\\/2022\\\\/23457\\\",\\\"codeEnergy\\\":\\\"GQ\\\\/2022\\\\/08564\\\",\\\"codeGas\\\":\\\"FW\\\\/2022\\\\/82874\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S G.N.R\\\",\\\"codeGarbageFee\\\":\\\"KW\\\\/2022\\\\/12189\\\",\\\"codeFireInsurance\\\":\\\"CJ\\\\/2022\\\\/34543\\\",\\\"codeSpu\\\":\\\"MV\\\\/2022\\\\/04141\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-720\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Frei Lívio Panizza\",\n            \"chrAddressNumber\": \"151\",\n            \"chrAddressComplement\": \"Sobrado 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:03:59.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"KI/2022/23457\",\n                \"codeEnergy\": \"GQ/2022/08564\",\n                \"codeGas\": \"FW/2022/82874\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS G.N.R\",\n                \"codeGarbageFee\": \"KW/2022/12189\",\n                \"codeFireInsurance\": \"CJ/2022/34543\",\n                \"codeSpu\": \"MV/2022/04141\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2100,\n            \"dcmRentDiscountValue\": 233.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 460,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1148,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"RRA-001716\",\n            \"chrInnerReference\": \"BJQ-484264\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG00117002.jgfte.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2386.95,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"SD\\\\/2022\\\\/57844\\\",\\\"codeEnergy\\\":\\\"FY\\\\/2022\\\\/02254\\\",\\\"codeGas\\\":\\\"DE\\\\/2022\\\\/59562\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S G.P.N\\\",\\\"codeGarbageFee\\\":\\\"NA\\\\/2022\\\\/93337\\\",\\\"codeFireInsurance\\\":\\\"CD\\\\/2022\\\\/57324\\\",\\\"codeSpu\\\":\\\"EP\\\\/2022\\\\/05513\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.740-240\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campina do Siqueira\",\n            \"chrAddressStreet\": \"Rua Ângela Ganz\",\n            \"chrAddressNumber\": \"503\",\n            \"chrAddressComplement\": \"AP 22\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:02.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"SD/2022/57844\",\n                \"codeEnergy\": \"FY/2022/02254\",\n                \"codeGas\": \"DE/2022/59562\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS G.P.N\",\n                \"codeGarbageFee\": \"NA/2022/93337\",\n                \"codeFireInsurance\": \"CD/2022/57324\",\n                \"codeSpu\": \"EP/2022/05513\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2148.25,\n            \"dcmRentDiscountValue\": 238.7,\n            \"attachments\": []\n        },\n        {\n            \"id\": 481,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 549,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"AYE-828746\",\n            \"chrInnerReference\": \"UJG-433069\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00180003.tetxk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1633.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"RH\\\\/2022\\\\/15371\\\",\\\"codeEnergy\\\":\\\"LI\\\\/2022\\\\/48738\\\",\\\"codeGas\\\":\\\"OT\\\\/2022\\\\/35908\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S U.U.R\\\",\\\"codeGarbageFee\\\":\\\"DC\\\\/2022\\\\/21750\\\",\\\"codeFireInsurance\\\":\\\"XA\\\\/2022\\\\/48503\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/62978\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.300-160\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Santo Inácio\",\n            \"chrAddressStreet\": \"Rua Julieta Ziliotto\",\n            \"chrAddressNumber\": \"658\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:10.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"RH/2022/15371\",\n                \"codeEnergy\": \"LI/2022/48738\",\n                \"codeGas\": \"OT/2022/35908\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS U.U.R\",\n                \"codeGarbageFee\": \"DC/2022/21750\",\n                \"codeFireInsurance\": \"XA/2022/48503\",\n                \"codeSpu\": \"KL/2022/62978\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1470,\n            \"dcmRentDiscountValue\": 163.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 532,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 966,\n            \"fkCondo\": null,\n            \"fkManagement\": 6556,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"TPE-053590\",\n            \"chrInnerReference\": \"CNO-631052\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG00316004.gvjuu.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1666.67,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MC\\\\/2022\\\\/91136\\\",\\\"codeEnergy\\\":\\\"LD\\\\/2022\\\\/80359\\\",\\\"codeGas\\\":\\\"MZ\\\\/2022\\\\/19138\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S F.V.R\\\",\\\"codeGarbageFee\\\":\\\"PZ\\\\/2022\\\\/93577\\\",\\\"codeFireInsurance\\\":\\\"HT\\\\/2022\\\\/23196\\\",\\\"codeSpu\\\":\\\"JX\\\\/2022\\\\/46893\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.460-370\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Maria Etelvina Antunes de Sá\",\n            \"chrAddressNumber\": \"874\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:30.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MC/2022/91136\",\n                \"codeEnergy\": \"LD/2022/80359\",\n                \"codeGas\": \"MZ/2022/19138\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS F.V.R\",\n                \"codeGarbageFee\": \"PZ/2022/93577\",\n                \"codeFireInsurance\": \"HT/2022/23196\",\n                \"codeSpu\": \"JX/2022/46893\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1500,\n            \"dcmRentDiscountValue\": 166.67,\n            \"attachments\": []\n        },\n        {\n            \"id\": 547,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 97,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"FTQ-805693\",\n            \"chrInnerReference\": \"AIA-000075\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG00388001.cewoa.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1560.12,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JL\\\\/2022\\\\/22052\\\",\\\"codeEnergy\\\":\\\"DC\\\\/2022\\\\/47867\\\",\\\"codeGas\\\":\\\"HN\\\\/2022\\\\/41858\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.F.E\\\",\\\"codeGarbageFee\\\":\\\"MS\\\\/2022\\\\/30933\\\",\\\"codeFireInsurance\\\":\\\"HK\\\\/2022\\\\/53583\\\",\\\"codeSpu\\\":\\\"LF\\\\/2022\\\\/66804\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"449\",\n            \"chrAddressComplement\": \"Loja 8\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:35.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"JL/2022/22052\",\n                \"codeEnergy\": \"DC/2022/47867\",\n                \"codeGas\": \"HN/2022/41858\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.F.E\",\n                \"codeGarbageFee\": \"MS/2022/30933\",\n                \"codeFireInsurance\": \"HK/2022/53583\",\n                \"codeSpu\": \"LF/2022/66804\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1404.11,\n            \"dcmRentDiscountValue\": 156.01,\n            \"attachments\": []\n        },\n        {\n            \"id\": 554,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1060,\n            \"fkCondo\": null,\n            \"fkManagement\": 6558,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"HJU-358147\",\n            \"chrInnerReference\": \"LRF-879946\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG00413001.uekvp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1666.67,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"HC\\\\/2022\\\\/80525\\\",\\\"codeEnergy\\\":\\\"QT\\\\/2022\\\\/68209\\\",\\\"codeGas\\\":\\\"OA\\\\/2022\\\\/36530\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S J.X.N\\\",\\\"codeGarbageFee\\\":\\\"NM\\\\/2022\\\\/81422\\\",\\\"codeFireInsurance\\\":\\\"HX\\\\/2022\\\\/64278\\\",\\\"codeSpu\\\":\\\"YG\\\\/2022\\\\/11682\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.310-640\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Seminário\",\n            \"chrAddressStreet\": \"Rua Adolfo de Oliveira Franco\",\n            \"chrAddressNumber\": \"068\",\n            \"chrAddressComplement\": \"421 - MD 2\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:38.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"HC/2022/80525\",\n                \"codeEnergy\": \"QT/2022/68209\",\n                \"codeGas\": \"OA/2022/36530\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS J.X.N\",\n                \"codeGarbageFee\": \"NM/2022/81422\",\n                \"codeFireInsurance\": \"HX/2022/64278\",\n                \"codeSpu\": \"YG/2022/11682\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1500,\n            \"dcmRentDiscountValue\": 166.67,\n            \"attachments\": []\n        },\n        {\n            \"id\": 569,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 254,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"BQD-277862\",\n            \"chrInnerReference\": \"HQO-848647\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00448002.eupsj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1969.41,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"IV\\\\/2022\\\\/85343\\\",\\\"codeEnergy\\\":\\\"DR\\\\/2022\\\\/83447\\\",\\\"codeGas\\\":\\\"DM\\\\/2022\\\\/67449\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S P.W.O\\\",\\\"codeGarbageFee\\\":\\\"XF\\\\/2022\\\\/65622\\\",\\\"codeFireInsurance\\\":\\\"NW\\\\/2022\\\\/62556\\\",\\\"codeSpu\\\":\\\"TF\\\\/2022\\\\/38298\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.210-050\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Mossunguê\",\n            \"chrAddressStreet\": \"Rua José Alexandrino\",\n            \"chrAddressNumber\": \"280\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:44.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"IV/2022/85343\",\n                \"codeEnergy\": \"DR/2022/83447\",\n                \"codeGas\": \"DM/2022/67449\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS P.W.O\",\n                \"codeGarbageFee\": \"XF/2022/65622\",\n                \"codeFireInsurance\": \"NW/2022/62556\",\n                \"codeSpu\": \"TF/2022/38298\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1772.47,\n            \"dcmRentDiscountValue\": 196.94,\n            \"attachments\": []\n        },\n        {\n            \"id\": 590,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 178,\n            \"fkCondo\": null,\n            \"fkManagement\": 6567,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"YKR-259056\",\n            \"chrInnerReference\": \"YJA-176411\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00514001.stwak.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2109.94,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"EV\\\\/2022\\\\/40124\\\",\\\"codeEnergy\\\":\\\"RI\\\\/2022\\\\/88766\\\",\\\"codeGas\\\":\\\"OX\\\\/2022\\\\/63068\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S T.C.D\\\",\\\"codeGarbageFee\\\":\\\"AX\\\\/2022\\\\/34926\\\",\\\"codeFireInsurance\\\":\\\"QE\\\\/2022\\\\/36830\\\",\\\"codeSpu\\\":\\\"YL\\\\/2022\\\\/85996\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-570\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"Rua Bernardo Krasinski\",\n            \"chrAddressNumber\": \"716\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:51.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"EV/2022/40124\",\n                \"codeEnergy\": \"RI/2022/88766\",\n                \"codeGas\": \"OX/2022/63068\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS T.C.D\",\n                \"codeGarbageFee\": \"AX/2022/34926\",\n                \"codeFireInsurance\": \"QE/2022/36830\",\n                \"codeSpu\": \"YL/2022/85996\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1898.95,\n            \"dcmRentDiscountValue\": 210.99,\n            \"attachments\": []\n        },\n        {\n            \"id\": 604,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 765,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"HQX-705129\",\n            \"chrInnerReference\": \"FEW-476168\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG00527002.qkcvq.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1726.69,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"SK\\\\/2022\\\\/24939\\\",\\\"codeEnergy\\\":\\\"WL\\\\/2022\\\\/73145\\\",\\\"codeGas\\\":\\\"MG\\\\/2022\\\\/47113\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S E.Q.X\\\",\\\"codeGarbageFee\\\":\\\"SU\\\\/2022\\\\/71944\\\",\\\"codeFireInsurance\\\":\\\"JY\\\\/2022\\\\/80140\\\",\\\"codeSpu\\\":\\\"CE\\\\/2022\\\\/44209\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-730\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Frei Egídio Carlotto\",\n            \"chrAddressNumber\": \"202\",\n            \"chrAddressComplement\": \"Casa 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:04:57.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"SK/2022/24939\",\n                \"codeEnergy\": \"WL/2022/73145\",\n                \"codeGas\": \"MG/2022/47113\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS E.Q.X\",\n                \"codeGarbageFee\": \"SU/2022/71944\",\n                \"codeFireInsurance\": \"JY/2022/80140\",\n                \"codeSpu\": \"CE/2022/44209\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1554.02,\n            \"dcmRentDiscountValue\": 172.67,\n            \"attachments\": []\n        },\n        {\n            \"id\": 639,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 147,\n            \"fkCondo\": 6663,\n            \"fkManagement\": 6555,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"HWE-861076\",\n            \"chrInnerReference\": \"FPW-867379\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG00598002.cywwp.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1511.58,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"LL\\\\/2022\\\\/07004\\\",\\\"codeEnergy\\\":\\\"NL\\\\/2022\\\\/55679\\\",\\\"codeGas\\\":\\\"XM\\\\/2022\\\\/47608\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S L.V.C\\\",\\\"codeGarbageFee\\\":\\\"YJ\\\\/2022\\\\/81556\\\",\\\"codeFireInsurance\\\":\\\"XV\\\\/2022\\\\/07879\\\",\\\"codeSpu\\\":\\\"QW\\\\/2022\\\\/47304\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"211\",\n            \"chrAddressComplement\": \"Sala 03\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:10.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"LL/2022/07004\",\n                \"codeEnergy\": \"NL/2022/55679\",\n                \"codeGas\": \"XM/2022/47608\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS L.V.C\",\n                \"codeGarbageFee\": \"YJ/2022/81556\",\n                \"codeFireInsurance\": \"XV/2022/07879\",\n                \"codeSpu\": \"QW/2022/47304\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1360.4199999999998,\n            \"dcmRentDiscountValue\": 151.16,\n            \"attachments\": []\n        },\n        {\n            \"id\": 670,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 420,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"XXL-288896\",\n            \"chrInnerReference\": \"DCQ-277779\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG00654005.nwxpe.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2178.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"DO\\\\/2022\\\\/68416\\\",\\\"codeEnergy\\\":\\\"WW\\\\/2022\\\\/25840\\\",\\\"codeGas\\\":\\\"YT\\\\/2022\\\\/44099\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S U.Q.Z\\\",\\\"codeGarbageFee\\\":\\\"CP\\\\/2022\\\\/83216\\\",\\\"codeFireInsurance\\\":\\\"FR\\\\/2022\\\\/39650\\\",\\\"codeSpu\\\":\\\"VP\\\\/2022\\\\/55841\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.315-170\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"São Braz\",\n            \"chrAddressStreet\": \"Rua Manoel Saldanha de Castro\",\n            \"chrAddressNumber\": \"113\",\n            \"chrAddressComplement\": \"Sob 2\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:21.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"DO/2022/68416\",\n                \"codeEnergy\": \"WW/2022/25840\",\n                \"codeGas\": \"YT/2022/44099\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS U.Q.Z\",\n                \"codeGarbageFee\": \"CP/2022/83216\",\n                \"codeFireInsurance\": \"FR/2022/39650\",\n                \"codeSpu\": \"VP/2022/55841\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1960.3000000000002,\n            \"dcmRentDiscountValue\": 217.81,\n            \"attachments\": []\n        },\n        {\n            \"id\": 693,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 386,\n            \"fkCondo\": 6663,\n            \"fkManagement\": 6555,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"WJX-441190\",\n            \"chrInnerReference\": \"VKC-107384\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG00746001.neqpa.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2073.89,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"PZ\\\\/2022\\\\/03178\\\",\\\"codeEnergy\\\":\\\"XE\\\\/2022\\\\/51055\\\",\\\"codeGas\\\":\\\"CN\\\\/2022\\\\/53922\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S L.X.M\\\",\\\"codeGarbageFee\\\":\\\"ZW\\\\/2022\\\\/77364\\\",\\\"codeFireInsurance\\\":\\\"KJ\\\\/2022\\\\/44028\\\",\\\"codeSpu\\\":\\\"DI\\\\/2022\\\\/64495\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.320-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Santa Felicidade\",\n            \"chrAddressStreet\": \"Avenida Vereador Toaldo Túlio\",\n            \"chrAddressNumber\": \"971\",\n            \"chrAddressComplement\": \"Loja 03\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:30.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"PZ/2022/03178\",\n                \"codeEnergy\": \"XE/2022/51055\",\n                \"codeGas\": \"CN/2022/53922\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS L.X.M\",\n                \"codeGarbageFee\": \"ZW/2022/77364\",\n                \"codeFireInsurance\": \"KJ/2022/44028\",\n                \"codeSpu\": \"DI/2022/64495\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1866.5,\n            \"dcmRentDiscountValue\": 207.39,\n            \"attachments\": []\n        },\n        {\n            \"id\": 700,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1140,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"PMT-352154\",\n            \"chrInnerReference\": \"RVT-638386\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG00767002.onoon.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2128.89,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JK\\\\/2022\\\\/19933\\\",\\\"codeEnergy\\\":\\\"BG\\\\/2022\\\\/40619\\\",\\\"codeGas\\\":\\\"BT\\\\/2022\\\\/39585\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S A.A.N\\\",\\\"codeGarbageFee\\\":\\\"KH\\\\/2022\\\\/55882\\\",\\\"codeFireInsurance\\\":\\\"QB\\\\/2022\\\\/92964\\\",\\\"codeSpu\\\":\\\"JK\\\\/2022\\\\/44708\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":1,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-423\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"Rua Ladislau Schultz\",\n            \"chrAddressNumber\": \"181\",\n            \"chrAddressComplement\": \"Casa 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:05:33.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"JK/2022/19933\",\n                \"codeEnergy\": \"BG/2022/40619\",\n                \"codeGas\": \"BT/2022/39585\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS A.A.N\",\n                \"codeGarbageFee\": \"KH/2022/55882\",\n                \"codeFireInsurance\": \"QB/2022/92964\",\n                \"codeSpu\": \"JK/2022/44708\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 1,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1916,\n            \"dcmRentDiscountValue\": 212.89,\n            \"attachments\": []\n        },\n        {\n            \"id\": 777,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1157,\n            \"fkCondo\": null,\n            \"fkManagement\": 6648,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"CES-187247\",\n            \"chrInnerReference\": \"MVD-827292\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG01134002.flymf.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1530.27,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"IM\\\\/2022\\\\/26491\\\",\\\"codeEnergy\\\":\\\"XV\\\\/2022\\\\/43591\\\",\\\"codeGas\\\":\\\"QG\\\\/2022\\\\/04478\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S S.N.T\\\",\\\"codeGarbageFee\\\":\\\"JI\\\\/2022\\\\/02675\\\",\\\"codeFireInsurance\\\":\\\"YV\\\\/2022\\\\/62889\\\",\\\"codeSpu\\\":\\\"VX\\\\/2022\\\\/56870\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Guabirotuba\",\n            \"chrAddressStreet\": \"Rua Senador Nereu Ramos\",\n            \"chrAddressNumber\": \"974\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:02.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"IM/2022/26491\",\n                \"codeEnergy\": \"XV/2022/43591\",\n                \"codeGas\": \"QG/2022/04478\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS S.N.T\",\n                \"codeGarbageFee\": \"JI/2022/02675\",\n                \"codeFireInsurance\": \"YV/2022/62889\",\n                \"codeSpu\": \"VX/2022/56870\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1377.24,\n            \"dcmRentDiscountValue\": 153.03,\n            \"attachments\": []\n        },\n        {\n            \"id\": 821,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1410,\n            \"fkCondo\": 6696,\n            \"fkManagement\": 6475,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"PSB-301707\",\n            \"chrInnerReference\": \"WVG-262748\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01291001.zqbvk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1611.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"TY\\\\/2022\\\\/26362\\\",\\\"codeEnergy\\\":\\\"XU\\\\/2022\\\\/01644\\\",\\\"codeGas\\\":\\\"HY\\\\/2022\\\\/63002\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.R.H\\\",\\\"codeGarbageFee\\\":\\\"GH\\\\/2022\\\\/68948\\\",\\\"codeFireInsurance\\\":\\\"BM\\\\/2022\\\\/99040\\\",\\\"codeSpu\\\":\\\"AF\\\\/2022\\\\/47269\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 30}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-100\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Mossunguê\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"319\",\n            \"chrAddressComplement\": \"BL 02 AP 501 GAR 21\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:19.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"TY/2022/26362\",\n                \"codeEnergy\": \"XU/2022/01644\",\n                \"codeGas\": \"HY/2022/63002\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.R.H\",\n                \"codeGarbageFee\": \"GH/2022/68948\",\n                \"codeFireInsurance\": \"BM/2022/99040\",\n                \"codeSpu\": \"AF/2022/47269\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1450,\n            \"dcmRentDiscountValue\": 161.11,\n            \"attachments\": []\n        },\n        {\n            \"id\": 829,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 27,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"UHT-145249\",\n            \"chrInnerReference\": \"ZWO-480594\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG01324001.ryins.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1540.44,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"PR\\\\/2022\\\\/99687\\\",\\\"codeEnergy\\\":\\\"NC\\\\/2022\\\\/83480\\\",\\\"codeGas\\\":\\\"EC\\\\/2022\\\\/46123\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S J.O.D\\\",\\\"codeGarbageFee\\\":\\\"VD\\\\/2022\\\\/28980\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/18742\\\",\\\"codeSpu\\\":\\\"CM\\\\/2022\\\\/45163\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":1,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-340\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Ângelo Rossa\",\n            \"chrAddressNumber\": \"379\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:22.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"PR/2022/99687\",\n                \"codeEnergy\": \"NC/2022/83480\",\n                \"codeGas\": \"EC/2022/46123\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS J.O.D\",\n                \"codeGarbageFee\": \"VD/2022/28980\",\n                \"codeFireInsurance\": \"VD/2022/18742\",\n                \"codeSpu\": \"CM/2022/45163\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 1,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1386.4,\n            \"dcmRentDiscountValue\": 154.04,\n            \"attachments\": []\n        },\n        {\n            \"id\": 857,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1623,\n            \"fkCondo\": 7136,\n            \"fkManagement\": 6597,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"DSR-589915\",\n            \"chrInnerReference\": \"UON-658860\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01473001.aedwt.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1944.44,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": \"RAW\",\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 2,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 340,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"EO\\\\/2022\\\\/27693\\\",\\\"codeEnergy\\\":\\\"QL\\\\/2022\\\\/52479\\\",\\\"codeGas\\\":\\\"LL\\\\/2022\\\\/59046\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S G.G.O\\\",\\\"codeGarbageFee\\\":\\\"IH\\\\/2022\\\\/60185\\\",\\\"codeFireInsurance\\\":\\\"NJ\\\\/2022\\\\/38870\\\",\\\"codeSpu\\\":\\\"HK\\\\/2022\\\\/77500\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\",\\\"30\\\"]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"294\",\n            \"chrAddressComplement\": \"AP 101 TR 01 GAR 245\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:32.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"EO/2022/27693\",\n                \"codeEnergy\": \"QL/2022/52479\",\n                \"codeGas\": \"LL/2022/59046\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS G.G.O\",\n                \"codeGarbageFee\": \"IH/2022/60185\",\n                \"codeFireInsurance\": \"NJ/2022/38870\",\n                \"codeSpu\": \"HK/2022/77500\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                \"12\",\n                \"24\",\n                \"36\",\n                \"30\"\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1750,\n            \"dcmRentDiscountValue\": 194.44,\n            \"attachments\": []\n        },\n        {\n            \"id\": 882,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1073,\n            \"fkCondo\": 6741,\n            \"fkManagement\": 6486,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"RTK-383882\",\n            \"chrInnerReference\": \"GFT-451136\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01588001.mcwgn.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1857.06,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 350,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YD\\\\/2022\\\\/75580\\\",\\\"codeEnergy\\\":\\\"EO\\\\/2022\\\\/69417\\\",\\\"codeGas\\\":\\\"SD\\\\/2022\\\\/87538\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S X.M.G\\\",\\\"codeGarbageFee\\\":\\\"CL\\\\/2022\\\\/22684\\\",\\\"codeFireInsurance\\\":\\\"VT\\\\/2022\\\\/76080\\\",\\\"codeSpu\\\":\\\"CR\\\\/2022\\\\/75808\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-330\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"237\",\n            \"chrAddressComplement\": \"T2 AP 2002\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:42.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"YD/2022/75580\",\n                \"codeEnergy\": \"EO/2022/69417\",\n                \"codeGas\": \"SD/2022/87538\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS X.M.G\",\n                \"codeGarbageFee\": \"CL/2022/22684\",\n                \"codeFireInsurance\": \"VT/2022/76080\",\n                \"codeSpu\": \"CR/2022/75808\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1671.35,\n            \"dcmRentDiscountValue\": 185.71,\n            \"attachments\": []\n        },\n        {\n            \"id\": 889,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 275,\n            \"fkCondo\": 6696,\n            \"fkManagement\": 6475,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"IWS-012406\",\n            \"chrInnerReference\": \"DVB-240743\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01627001.ddjml.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1876.72,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 440,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JH\\\\/2022\\\\/48265\\\",\\\"codeEnergy\\\":\\\"TN\\\\/2022\\\\/07645\\\",\\\"codeGas\\\":\\\"GH\\\\/2022\\\\/26806\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.S.F\\\",\\\"codeGarbageFee\\\":\\\"CF\\\\/2022\\\\/21827\\\",\\\"codeFireInsurance\\\":\\\"JR\\\\/2022\\\\/61866\\\",\\\"codeSpu\\\":\\\"VY\\\\/2022\\\\/14269\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-100\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Mossunguê\",\n            \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n            \"chrAddressNumber\": \"895\",\n            \"chrAddressComplement\": \"BL. 7, AP. 304\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:45.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"JH/2022/48265\",\n                \"codeEnergy\": \"TN/2022/07645\",\n                \"codeGas\": \"GH/2022/26806\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS O.S.F\",\n                \"codeGarbageFee\": \"CF/2022/21827\",\n                \"codeFireInsurance\": \"JR/2022/61866\",\n                \"codeSpu\": \"VY/2022/14269\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1689.05,\n            \"dcmRentDiscountValue\": 187.67,\n            \"attachments\": []\n        },\n        {\n            \"id\": 907,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 684,\n            \"fkCondo\": 6781,\n            \"fkManagement\": 6495,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"TFV-952486\",\n            \"chrInnerReference\": \"YAM-503697\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01695001.tkmdm.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2097.15,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 370,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AP\\\\/2022\\\\/35115\\\",\\\"codeEnergy\\\":\\\"OK\\\\/2022\\\\/65419\\\",\\\"codeGas\\\":\\\"MZ\\\\/2022\\\\/61999\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S E.U.M\\\",\\\"codeGarbageFee\\\":\\\"HT\\\\/2022\\\\/45725\\\",\\\"codeFireInsurance\\\":\\\"MR\\\\/2022\\\\/95566\\\",\\\"codeSpu\\\":\\\"DG\\\\/2022\\\\/02609\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Professor João Falarz\",\n            \"chrAddressNumber\": \"863\",\n            \"chrAddressComplement\": \"T 2 AP 504 GAR 114\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:51.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"AP/2022/35115\",\n                \"codeEnergy\": \"OK/2022/65419\",\n                \"codeGas\": \"MZ/2022/61999\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS E.U.M\",\n                \"codeGarbageFee\": \"HT/2022/45725\",\n                \"codeFireInsurance\": \"MR/2022/95566\",\n                \"codeSpu\": \"DG/2022/02609\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1887.43,\n            \"dcmRentDiscountValue\": 209.72,\n            \"attachments\": []\n        },\n        {\n            \"id\": 939,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 682,\n            \"fkCondo\": 6792,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"VRM-938686\",\n            \"chrInnerReference\": \"KWS-216120\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG01841001.xjgbm.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1583.94,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 400,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JO\\\\/2022\\\\/55666\\\",\\\"codeEnergy\\\":\\\"DH\\\\/2022\\\\/87147\\\",\\\"codeGas\\\":\\\"NO\\\\/2022\\\\/78001\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S S.H.M\\\",\\\"codeGarbageFee\\\":\\\"XA\\\\/2022\\\\/21252\\\",\\\"codeFireInsurance\\\":\\\"WR\\\\/2022\\\\/46265\\\",\\\"codeSpu\\\":\\\"LK\\\\/2022\\\\/92121\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.510-300\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Boa Vista\",\n            \"chrAddressStreet\": \"R Jovino do Rosário\",\n            \"chrAddressNumber\": \"602\",\n            \"chrAddressComplement\": \"T2 AP 703\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:03.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"JO/2022/55666\",\n                \"codeEnergy\": \"DH/2022/87147\",\n                \"codeGas\": \"NO/2022/78001\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS S.H.M\",\n                \"codeGarbageFee\": \"XA/2022/21252\",\n                \"codeFireInsurance\": \"WR/2022/46265\",\n                \"codeSpu\": \"LK/2022/92121\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1425.5500000000002,\n            \"dcmRentDiscountValue\": 158.39,\n            \"attachments\": []\n        },\n        {\n            \"id\": 948,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1464,\n            \"fkCondo\": 6796,\n            \"fkManagement\": 6558,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"HMS-528895\",\n            \"chrInnerReference\": \"NIN-886614\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG01861001.baktv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1666.67,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 294,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"DK\\\\/2022\\\\/29130\\\",\\\"codeEnergy\\\":\\\"KF\\\\/2022\\\\/88089\\\",\\\"codeGas\\\":\\\"NJ\\\\/2022\\\\/71955\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S H.A.E\\\",\\\"codeGarbageFee\\\":\\\"QT\\\\/2022\\\\/60692\\\",\\\"codeFireInsurance\\\":\\\"UX\\\\/2022\\\\/50218\\\",\\\"codeSpu\\\":\\\"ZX\\\\/2022\\\\/68779\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-240\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua José Izidoro Biazetto\",\n            \"chrAddressNumber\": \"604\",\n            \"chrAddressComplement\": \"Sala 102\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:07.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"DK/2022/29130\",\n                \"codeEnergy\": \"KF/2022/88089\",\n                \"codeGas\": \"NJ/2022/71955\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS H.A.E\",\n                \"codeGarbageFee\": \"QT/2022/60692\",\n                \"codeFireInsurance\": \"UX/2022/50218\",\n                \"codeSpu\": \"ZX/2022/68779\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1500,\n            \"dcmRentDiscountValue\": 166.67,\n            \"attachments\": []\n        },\n        {\n            \"id\": 964,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 956,\n            \"fkCondo\": null,\n            \"fkManagement\": 6609,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"CHF-033093\",\n            \"chrInnerReference\": \"UMA-583472\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG01930006.meybi.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"PY\\\\/2022\\\\/77932\\\",\\\"codeEnergy\\\":\\\"DD\\\\/2022\\\\/93003\\\",\\\"codeGas\\\":\\\"FC\\\\/2022\\\\/06812\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.H.M\\\",\\\"codeGarbageFee\\\":\\\"OC\\\\/2022\\\\/10100\\\",\\\"codeFireInsurance\\\":\\\"YV\\\\/2022\\\\/48825\\\",\\\"codeSpu\\\":\\\"ZS\\\\/2022\\\\/92491\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"83.508-565\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Almirante Tamandaré\",\n            \"chrAddressCityCode\": \"4100400\",\n            \"chrAddressDistrict\": \"Loteamento Marinoni\",\n            \"chrAddressStreet\": \"Rua Luiz Fidélix\",\n            \"chrAddressNumber\": \"799\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:13.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"PY/2022/77932\",\n                \"codeEnergy\": \"DD/2022/93003\",\n                \"codeGas\": \"FC/2022/06812\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.H.M\",\n                \"codeGarbageFee\": \"OC/2022/10100\",\n                \"codeFireInsurance\": \"YV/2022/48825\",\n                \"codeSpu\": \"ZS/2022/92491\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1999.9999999999998,\n            \"dcmRentDiscountValue\": 222.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 988,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 660,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SJY-670221\",\n            \"chrInnerReference\": \"JLK-479567\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG02002002.pxupa.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1888.89,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"LI\\\\/2022\\\\/74001\\\",\\\"codeEnergy\\\":\\\"UW\\\\/2022\\\\/09425\\\",\\\"codeGas\\\":\\\"OF\\\\/2022\\\\/95854\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S B.A.I\\\",\\\"codeGarbageFee\\\":\\\"NT\\\\/2022\\\\/24068\\\",\\\"codeFireInsurance\\\":\\\"WW\\\\/2022\\\\/87153\\\",\\\"codeSpu\\\":\\\"IK\\\\/2022\\\\/76471\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.330-300\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Fazendinha\",\n            \"chrAddressStreet\": \"Rua Vereador Elias Karam\",\n            \"chrAddressNumber\": \"386\",\n            \"chrAddressComplement\": \"Casa 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:21.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"LI/2022/74001\",\n                \"codeEnergy\": \"UW/2022/09425\",\n                \"codeGas\": \"OF/2022/95854\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS B.A.I\",\n                \"codeGarbageFee\": \"NT/2022/24068\",\n                \"codeFireInsurance\": \"WW/2022/87153\",\n                \"codeSpu\": \"IK/2022/76471\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1700,\n            \"dcmRentDiscountValue\": 188.89,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1017,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1441,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SGA-357465\",\n            \"chrInnerReference\": \"PGM-011808\",\n            \"fkPropertyType\": 22,\n            \"chrDocument\": \"BG02067007.ueybo.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1833.33,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 7,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"VY\\\\/2022\\\\/14921\\\",\\\"codeEnergy\\\":\\\"HE\\\\/2022\\\\/69560\\\",\\\"codeGas\\\":\\\"DK\\\\/2022\\\\/46214\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S C.H.N\\\",\\\"codeGarbageFee\\\":\\\"RG\\\\/2022\\\\/19236\\\",\\\"codeFireInsurance\\\":\\\"SB\\\\/2022\\\\/10689\\\",\\\"codeSpu\\\":\\\"HE\\\\/2022\\\\/50697\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-390\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Rogério Pereira de Camargo\",\n            \"chrAddressNumber\": \"953\",\n            \"chrAddressComplement\": \"Loja 08\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:32.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"VY/2022/14921\",\n                \"codeEnergy\": \"HE/2022/69560\",\n                \"codeGas\": \"DK/2022/46214\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS C.H.N\",\n                \"codeGarbageFee\": \"RG/2022/19236\",\n                \"codeFireInsurance\": \"SB/2022/10689\",\n                \"codeSpu\": \"HE/2022/50697\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1650,\n            \"dcmRentDiscountValue\": 183.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1032,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 843,\n            \"fkCondo\": 6786,\n            \"fkManagement\": 6565,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SJC-270725\",\n            \"chrInnerReference\": \"IVP-979966\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02138001.xjqmd.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1888.89,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 312,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"NJ\\\\/2022\\\\/49884\\\",\\\"codeEnergy\\\":\\\"UB\\\\/2022\\\\/02149\\\",\\\"codeGas\\\":\\\"OF\\\\/2022\\\\/49421\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S U.C.U\\\",\\\"codeGarbageFee\\\":\\\"PJ\\\\/2022\\\\/44553\\\",\\\"codeFireInsurance\\\":\\\"UA\\\\/2022\\\\/94780\\\",\\\"codeSpu\\\":\\\"GS\\\\/2022\\\\/27294\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.230-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Rebouças\",\n            \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n            \"chrAddressNumber\": \"253\",\n            \"chrAddressComplement\": \"AP. 2301\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:37.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"NJ/2022/49884\",\n                \"codeEnergy\": \"UB/2022/02149\",\n                \"codeGas\": \"OF/2022/49421\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS U.C.U\",\n                \"codeGarbageFee\": \"PJ/2022/44553\",\n                \"codeFireInsurance\": \"UA/2022/94780\",\n                \"codeSpu\": \"GS/2022/27294\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1700,\n            \"dcmRentDiscountValue\": 188.89,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1101,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 278,\n            \"fkCondo\": 6690,\n            \"fkManagement\": 6567,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"BRC-915253\",\n            \"chrInnerReference\": \"KJX-612990\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02338001.metka.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1545.55,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 462.99,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"QG\\\\/2022\\\\/37396\\\",\\\"codeEnergy\\\":\\\"VD\\\\/2022\\\\/31856\\\",\\\"codeGas\\\":\\\"VF\\\\/2022\\\\/94294\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.O.J\\\",\\\"codeGarbageFee\\\":\\\"QJ\\\\/2022\\\\/03521\\\",\\\"codeFireInsurance\\\":\\\"OZ\\\\/2022\\\\/79645\\\",\\\"codeSpu\\\":\\\"OU\\\\/2022\\\\/22999\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"784\",\n            \"chrAddressComplement\": \"AP 405 TR 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:03.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"QG/2022/37396\",\n                \"codeEnergy\": \"VD/2022/31856\",\n                \"codeGas\": \"VF/2022/94294\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.O.J\",\n                \"codeGarbageFee\": \"QJ/2022/03521\",\n                \"codeFireInsurance\": \"OZ/2022/79645\",\n                \"codeSpu\": \"OU/2022/22999\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1390.99,\n            \"dcmRentDiscountValue\": 154.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1123,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 758,\n            \"fkCondo\": 6857,\n            \"fkManagement\": 6522,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"GDA-428155\",\n            \"chrInnerReference\": \"ASF-969208\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02393001.oydmf.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1555.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 445.73,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"VX\\\\/2022\\\\/44122\\\",\\\"codeEnergy\\\":\\\"PZ\\\\/2022\\\\/38412\\\",\\\"codeGas\\\":\\\"SL\\\\/2022\\\\/28865\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S J.O.W\\\",\\\"codeGarbageFee\\\":\\\"DZ\\\\/2022\\\\/84040\\\",\\\"codeFireInsurance\\\":\\\"UA\\\\/2022\\\\/61638\\\",\\\"codeSpu\\\":\\\"VE\\\\/2022\\\\/21704\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.220-190\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n            \"chrAddressNumber\": \"567\",\n            \"chrAddressComplement\": \"BL 1 AP 504 EST 242\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:11.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"VX/2022/44122\",\n                \"codeEnergy\": \"PZ/2022/38412\",\n                \"codeGas\": \"SL/2022/28865\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS J.O.W\",\n                \"codeGarbageFee\": \"DZ/2022/84040\",\n                \"codeFireInsurance\": \"UA/2022/61638\",\n                \"codeSpu\": \"VE/2022/21704\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1400,\n            \"dcmRentDiscountValue\": 155.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1146,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 174,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"TAH-032646\",\n            \"chrInnerReference\": \"DJM-908237\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG02463001.lszea.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2200.64,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FS\\\\/2022\\\\/46588\\\",\\\"codeEnergy\\\":\\\"OO\\\\/2022\\\\/42450\\\",\\\"codeGas\\\":\\\"XJ\\\\/2022\\\\/54679\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S L.K.L\\\",\\\"codeGarbageFee\\\":\\\"MD\\\\/2022\\\\/20174\\\",\\\"codeFireInsurance\\\":\\\"UK\\\\/2022\\\\/04491\\\",\\\"codeSpu\\\":\\\"IG\\\\/2022\\\\/72857\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.120-100\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Pilarzinho\",\n            \"chrAddressStreet\": \"Rua Primeiro-Ministro Brochado da Rocha\",\n            \"chrAddressNumber\": \"273\",\n            \"chrAddressComplement\": \"Casa 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:19.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"FS/2022/46588\",\n                \"codeEnergy\": \"OO/2022/42450\",\n                \"codeGas\": \"XJ/2022/54679\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS L.K.L\",\n                \"codeGarbageFee\": \"MD/2022/20174\",\n                \"codeFireInsurance\": \"UK/2022/04491\",\n                \"codeSpu\": \"IG/2022/72857\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1980.58,\n            \"dcmRentDiscountValue\": 220.06,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1171,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1125,\n            \"fkCondo\": 6853,\n            \"fkManagement\": 6513,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"AYN-423484\",\n            \"chrInnerReference\": \"TZU-395257\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02533003.zguxj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1818.75,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"SA\\\\/2022\\\\/71523\\\",\\\"codeEnergy\\\":\\\"AA\\\\/2022\\\\/82787\\\",\\\"codeGas\\\":\\\"VK\\\\/2022\\\\/41040\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S D.W.W\\\",\\\"codeGarbageFee\\\":\\\"WL\\\\/2022\\\\/50061\\\",\\\"codeFireInsurance\\\":\\\"ES\\\\/2022\\\\/67050\\\",\\\"codeSpu\\\":\\\"EU\\\\/2022\\\\/87132\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.210-310\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Jeremias Maciel Perretto\",\n            \"chrAddressNumber\": \"515\",\n            \"chrAddressComplement\": \"BL 11 AP 103\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:29.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"SA/2022/71523\",\n                \"codeEnergy\": \"AA/2022/82787\",\n                \"codeGas\": \"VK/2022/41040\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS D.W.W\",\n                \"codeGarbageFee\": \"WL/2022/50061\",\n                \"codeFireInsurance\": \"ES/2022/67050\",\n                \"codeSpu\": \"EU/2022/87132\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1636.87,\n            \"dcmRentDiscountValue\": 181.88,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1178,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1234,\n            \"fkCondo\": 6803,\n            \"fkManagement\": 6594,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"LCY-419792\",\n            \"chrInnerReference\": \"TYS-550291\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02557001.nwaxw.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2222.22,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 695,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"VV\\\\/2022\\\\/37697\\\",\\\"codeEnergy\\\":\\\"PX\\\\/2022\\\\/61918\\\",\\\"codeGas\\\":\\\"ZE\\\\/2022\\\\/78427\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S M.P.X\\\",\\\"codeGarbageFee\\\":\\\"WA\\\\/2022\\\\/18221\\\",\\\"codeFireInsurance\\\":\\\"YN\\\\/2022\\\\/95254\\\",\\\"codeSpu\\\":\\\"MI\\\\/2022\\\\/85556\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.730-080\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Bigorrilho\",\n            \"chrAddressStreet\": \"Alameda Princesa Izabel\",\n            \"chrAddressNumber\": \"969\",\n            \"chrAddressComplement\": \"AP 32\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:31.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"VV/2022/37697\",\n                \"codeEnergy\": \"PX/2022/61918\",\n                \"codeGas\": \"ZE/2022/78427\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS M.P.X\",\n                \"codeGarbageFee\": \"WA/2022/18221\",\n                \"codeFireInsurance\": \"YN/2022/95254\",\n                \"codeSpu\": \"MI/2022/85556\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1999.9999999999998,\n            \"dcmRentDiscountValue\": 222.22,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1187,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 306,\n            \"fkCondo\": 7112,\n            \"fkManagement\": 6525,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"UAF-209221\",\n            \"chrInnerReference\": \"LRY-331739\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG02573001.muldd.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1610.83,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 289,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"TY\\\\/2022\\\\/46224\\\",\\\"codeEnergy\\\":\\\"SA\\\\/2022\\\\/42806\\\",\\\"codeGas\\\":\\\"UG\\\\/2022\\\\/93235\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.W.Q\\\",\\\"codeGarbageFee\\\":\\\"ZJ\\\\/2022\\\\/26315\\\",\\\"codeFireInsurance\\\":\\\"OE\\\\/2022\\\\/34961\\\",\\\"codeSpu\\\":\\\"VL\\\\/2022\\\\/35247\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.620-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Avenida República Argentina\",\n            \"chrAddressNumber\": \"984\",\n            \"chrAddressComplement\": \"Conjunto 611\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"TY/2022/46224\",\n                \"codeEnergy\": \"SA/2022/42806\",\n                \"codeGas\": \"UG/2022/93235\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS V.W.Q\",\n                \"codeGarbageFee\": \"ZJ/2022/26315\",\n                \"codeFireInsurance\": \"OE/2022/34961\",\n                \"codeSpu\": \"VL/2022/35247\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1449.75,\n            \"dcmRentDiscountValue\": 161.08,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1250,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 693,\n            \"fkCondo\": 6872,\n            \"fkManagement\": 6461,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SMP-403965\",\n            \"chrInnerReference\": \"GWJ-955850\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02716001.wpsoc.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1782,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 275,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"DC\\\\/2022\\\\/95017\\\",\\\"codeEnergy\\\":\\\"DQ\\\\/2022\\\\/67490\\\",\\\"codeGas\\\":\\\"FX\\\\/2022\\\\/81849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.H.N\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/15019\\\",\\\"codeFireInsurance\\\":\\\"NC\\\\/2022\\\\/06613\\\",\\\"codeSpu\\\":\\\"ZK\\\\/2022\\\\/84037\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.220-190\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n            \"chrAddressNumber\": \"357\",\n            \"chrAddressComplement\": \"Torre 3, AP. 1002\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:08:58.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"DC/2022/95017\",\n                \"codeEnergy\": \"DQ/2022/67490\",\n                \"codeGas\": \"FX/2022/81849\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS N.H.N\",\n                \"codeGarbageFee\": \"XG/2022/15019\",\n                \"codeFireInsurance\": \"NC/2022/06613\",\n                \"codeSpu\": \"ZK/2022/84037\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1603.8,\n            \"dcmRentDiscountValue\": 178.2,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1287,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1112,\n            \"fkCondo\": 6884,\n            \"fkManagement\": 6495,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SOC-725659\",\n            \"chrInnerReference\": \"RHB-954449\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02841001.nzxqf.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2053.32,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"GQ\\\\/2022\\\\/82202\\\",\\\"codeEnergy\\\":\\\"VY\\\\/2022\\\\/89799\\\",\\\"codeGas\\\":\\\"PU\\\\/2022\\\\/66096\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S I.A.F\\\",\\\"codeGarbageFee\\\":\\\"LX\\\\/2022\\\\/60489\\\",\\\"codeFireInsurance\\\":\\\"HB\\\\/2022\\\\/74733\\\",\\\"codeSpu\\\":\\\"PN\\\\/2022\\\\/68347\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.230-180\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Rebouças\",\n            \"chrAddressStreet\": \"Rua Conselheiro Laurindo\",\n            \"chrAddressNumber\": \"972\",\n            \"chrAddressComplement\": \"AP. 718\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:13.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"GQ/2022/82202\",\n                \"codeEnergy\": \"VY/2022/89799\",\n                \"codeGas\": \"PU/2022/66096\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS I.A.F\",\n                \"codeGarbageFee\": \"LX/2022/60489\",\n                \"codeFireInsurance\": \"HB/2022/74733\",\n                \"codeSpu\": \"PN/2022/68347\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1847.9900000000002,\n            \"dcmRentDiscountValue\": 205.33,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1312,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1103,\n            \"fkCondo\": 6895,\n            \"fkManagement\": 6475,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"QSJ-366757\",\n            \"chrInnerReference\": \"BLP-944266\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02899001.xujlk.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1888.88,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"BI\\\\/2022\\\\/27354\\\",\\\"codeEnergy\\\":\\\"FD\\\\/2022\\\\/62290\\\",\\\"codeGas\\\":\\\"KM\\\\/2022\\\\/78885\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S D.Q.M\\\",\\\"codeGarbageFee\\\":\\\"HR\\\\/2022\\\\/40077\\\",\\\"codeFireInsurance\\\":\\\"MC\\\\/2022\\\\/09285\\\",\\\"codeSpu\\\":\\\"CG\\\\/2022\\\\/94178\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.280-430\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Anna Dinarowski Sobczyk\",\n            \"chrAddressNumber\": \"442\",\n            \"chrAddressComplement\": \"BL. 1, AP. 4B\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:22.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"BI/2022/27354\",\n                \"codeEnergy\": \"FD/2022/62290\",\n                \"codeGas\": \"KM/2022/78885\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS D.Q.M\",\n                \"codeGarbageFee\": \"HR/2022/40077\",\n                \"codeFireInsurance\": \"MC/2022/09285\",\n                \"codeSpu\": \"CG/2022/94178\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1699.9900000000002,\n            \"dcmRentDiscountValue\": 188.89,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1342,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 577,\n            \"fkCondo\": 6767,\n            \"fkManagement\": 6525,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"GOZ-609207\",\n            \"chrInnerReference\": \"BTB-480083\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG02989001.tbfsq.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2295.4,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 427.17,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MI\\\\/2022\\\\/84602\\\",\\\"codeEnergy\\\":\\\"WO\\\\/2022\\\\/88365\\\",\\\"codeGas\\\":\\\"FY\\\\/2022\\\\/52251\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S U.P.A\\\",\\\"codeGarbageFee\\\":\\\"TU\\\\/2022\\\\/58312\\\",\\\"codeFireInsurance\\\":\\\"LY\\\\/2022\\\\/30611\\\",\\\"codeSpu\\\":\\\"UL\\\\/2022\\\\/06688\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.210-000\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Mossunguê\",\n            \"chrAddressStreet\": \"Rua Monsenhor Ivo Zanlorenzi\",\n            \"chrAddressNumber\": \"806\",\n            \"chrAddressComplement\": \"BL 3B AP 25\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MI/2022/84602\",\n                \"codeEnergy\": \"WO/2022/88365\",\n                \"codeGas\": \"FY/2022/52251\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS U.P.A\",\n                \"codeGarbageFee\": \"TU/2022/58312\",\n                \"codeFireInsurance\": \"LY/2022/30611\",\n                \"codeSpu\": \"UL/2022/06688\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2065.86,\n            \"dcmRentDiscountValue\": 229.54,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1350,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 687,\n            \"fkCondo\": null,\n            \"fkManagement\": 6487,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SMI-294538\",\n            \"chrInnerReference\": \"MWI-729033\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG03016001.odeqe.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1721.99,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MP\\\\/2022\\\\/32400\\\",\\\"codeEnergy\\\":\\\"KM\\\\/2022\\\\/42856\\\",\\\"codeGas\\\":\\\"JM\\\\/2022\\\\/29660\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S T.J.U\\\",\\\"codeGarbageFee\\\":\\\"PE\\\\/2022\\\\/38660\\\",\\\"codeFireInsurance\\\":\\\"AL\\\\/2022\\\\/96129\\\",\\\"codeSpu\\\":\\\"TE\\\\/2022\\\\/28245\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-214\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua  Agostinha Dos Santos Schroeder\",\n            \"chrAddressNumber\": \"272\",\n            \"chrAddressComplement\": \"Casa 3\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:36.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"MP/2022/32400\",\n                \"codeEnergy\": \"KM/2022/42856\",\n                \"codeGas\": \"JM/2022/29660\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS T.J.U\",\n                \"codeGarbageFee\": \"PE/2022/38660\",\n                \"codeFireInsurance\": \"AL/2022/96129\",\n                \"codeSpu\": \"TE/2022/28245\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1549.79,\n            \"dcmRentDiscountValue\": 172.2,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1357,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 657,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"LNQ-440801\",\n            \"chrInnerReference\": \"NSV-769932\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG03029003.evrnz.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2029.68,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"ZV\\\\/2022\\\\/46486\\\",\\\"codeEnergy\\\":\\\"XG\\\\/2022\\\\/03370\\\",\\\"codeGas\\\":\\\"DW\\\\/2022\\\\/62166\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S A.U.V\\\",\\\"codeGarbageFee\\\":\\\"QF\\\\/2022\\\\/56605\\\",\\\"codeFireInsurance\\\":\\\"HJ\\\\/2022\\\\/17692\\\",\\\"codeSpu\\\":\\\"WL\\\\/2022\\\\/64262\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.300-700\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"Rua Eneas Alves de Araujo\",\n            \"chrAddressNumber\": \"126\",\n            \"chrAddressComplement\": \"casa 2\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:39.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"ZV/2022/46486\",\n                \"codeEnergy\": \"XG/2022/03370\",\n                \"codeGas\": \"DW/2022/62166\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS A.U.V\",\n                \"codeGarbageFee\": \"QF/2022/56605\",\n                \"codeFireInsurance\": \"HJ/2022/17692\",\n                \"codeSpu\": \"WL/2022/64262\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"day\": 10,\n                \"when\": \"FIXED\",\n                \"endsAt\": null,\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1826.71,\n            \"dcmRentDiscountValue\": 202.97,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1379,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1460,\n            \"fkCondo\": 7024,\n            \"fkManagement\": 6458,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"BTP-650244\",\n            \"chrInnerReference\": \"MHR-575324\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03083001.zuwsn.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1500,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 329,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JR\\\\/2022\\\\/07286\\\",\\\"codeEnergy\\\":\\\"ON\\\\/2022\\\\/82578\\\",\\\"codeGas\\\":\\\"TF\\\\/2022\\\\/00307\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S D.C.R\\\",\\\"codeGarbageFee\\\":\\\"XX\\\\/2022\\\\/90082\\\",\\\"codeFireInsurance\\\":\\\"BL\\\\/2022\\\\/74821\\\",\\\"codeSpu\\\":\\\"JB\\\\/2022\\\\/88489\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.220-190\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n            \"chrAddressNumber\": \"690\",\n            \"chrAddressComplement\": \"BL. 1, AP. 403\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:09:48.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"JR/2022/07286\",\n                \"codeEnergy\": \"ON/2022/82578\",\n                \"codeGas\": \"TF/2022/00307\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS D.C.R\",\n                \"codeGarbageFee\": \"XX/2022/90082\",\n                \"codeFireInsurance\": \"BL/2022/74821\",\n                \"codeSpu\": \"JB/2022/88489\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1350,\n            \"dcmRentDiscountValue\": 150,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1432,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 433,\n            \"fkCondo\": 7106,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"YCI-153600\",\n            \"chrInnerReference\": \"GJO-212399\",\n            \"fkPropertyType\": 31,\n            \"chrDocument\": \"BG03225001.kibmj.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2354.26,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 80,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 300,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WM\\\\/2022\\\\/13309\\\",\\\"codeEnergy\\\":\\\"FB\\\\/2022\\\\/98130\\\",\\\"codeGas\\\":\\\"QE\\\\/2022\\\\/61047\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S X.T.M\\\",\\\"codeGarbageFee\\\":\\\"WB\\\\/2022\\\\/67133\\\",\\\"codeFireInsurance\\\":\\\"XT\\\\/2022\\\\/28224\\\",\\\"codeSpu\\\":\\\"QM\\\\/2022\\\\/86374\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.750-370\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Boqueirão\",\n            \"chrAddressStreet\": \"Rua Januário Alves de Souza\",\n            \"chrAddressNumber\": \"232\",\n            \"chrAddressComplement\": \"Sobrado 11\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:08.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"WM/2022/13309\",\n                \"codeEnergy\": \"FB/2022/98130\",\n                \"codeGas\": \"QE/2022/61047\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS X.T.M\",\n                \"codeGarbageFee\": \"WB/2022/67133\",\n                \"codeFireInsurance\": \"XT/2022/28224\",\n                \"codeSpu\": \"QM/2022/86374\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2118.8300000000004,\n            \"dcmRentDiscountValue\": 235.43,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1439,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1197,\n            \"fkCondo\": null,\n            \"fkManagement\": 6522,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"LOO-923128\",\n            \"chrInnerReference\": \"OQZ-257778\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03235001.rciry.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1545.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"ZN\\\\/2022\\\\/62020\\\",\\\"codeEnergy\\\":\\\"CZ\\\\/2022\\\\/95991\\\",\\\"codeGas\\\":\\\"SA\\\\/2022\\\\/25458\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S Y.A.A\\\",\\\"codeGarbageFee\\\":\\\"GS\\\\/2022\\\\/06675\\\",\\\"codeFireInsurance\\\":\\\"GH\\\\/2022\\\\/86529\\\",\\\"codeSpu\\\":\\\"ID\\\\/2022\\\\/05000\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.320-270\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Vila Izabel\",\n            \"chrAddressStreet\": \"Rua Parintins\",\n            \"chrAddressNumber\": \"285\",\n            \"chrAddressComplement\": \"Ap 103\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:10.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"ZN/2022/62020\",\n                \"codeEnergy\": \"CZ/2022/95991\",\n                \"codeGas\": \"SA/2022/25458\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS Y.A.A\",\n                \"codeGarbageFee\": \"GS/2022/06675\",\n                \"codeFireInsurance\": \"GH/2022/86529\",\n                \"codeSpu\": \"ID/2022/05000\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1391,\n            \"dcmRentDiscountValue\": 154.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1480,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 940,\n            \"fkCondo\": 7132,\n            \"fkManagement\": 6567,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"YKU-425025\",\n            \"chrInnerReference\": \"YST-070356\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03309001.byjgr.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2111.11,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"HB\\\\/2022\\\\/69551\\\",\\\"codeEnergy\\\":\\\"HR\\\\/2022\\\\/07466\\\",\\\"codeGas\\\":\\\"SJ\\\\/2022\\\\/17849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S U.T.O\\\",\\\"codeGarbageFee\\\":\\\"RC\\\\/2022\\\\/64230\\\",\\\"codeFireInsurance\\\":\\\"CT\\\\/2022\\\\/46449\\\",\\\"codeSpu\\\":\\\"EZ\\\\/2022\\\\/86246\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.270-010\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Cidade Industrial\",\n            \"chrAddressStreet\": \"Rua Eduardo Sprada\",\n            \"chrAddressNumber\": \"242\",\n            \"chrAddressComplement\": \"AP 203 Bl 02\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:25.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"HB/2022/69551\",\n                \"codeEnergy\": \"HR/2022/07466\",\n                \"codeGas\": \"SJ/2022/17849\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS U.T.O\",\n                \"codeGarbageFee\": \"RC/2022/64230\",\n                \"codeFireInsurance\": \"CT/2022/46449\",\n                \"codeSpu\": \"EZ/2022/86246\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1900,\n            \"dcmRentDiscountValue\": 211.11,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1487,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 580,\n            \"fkCondo\": null,\n            \"fkManagement\": 6458,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"IHA-213788\",\n            \"chrInnerReference\": \"URF-382712\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03320001.zlxmq.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1955.55,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 10,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OD\\\\/2022\\\\/83130\\\",\\\"codeEnergy\\\":\\\"CI\\\\/2022\\\\/09417\\\",\\\"codeGas\\\":\\\"YE\\\\/2022\\\\/10536\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S T.A.C\\\",\\\"codeGarbageFee\\\":\\\"RD\\\\/2022\\\\/01997\\\",\\\"codeFireInsurance\\\":\\\"HO\\\\/2022\\\\/71405\\\",\\\"codeSpu\\\":\\\"NT\\\\/2022\\\\/89639\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.200-520\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua Walenty Golas\",\n            \"chrAddressNumber\": \"699\",\n            \"chrAddressComplement\": \"Ap 702 Bl B\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:28.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"OD/2022/83130\",\n                \"codeEnergy\": \"CI/2022/09417\",\n                \"codeGas\": \"YE/2022/10536\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS T.A.C\",\n                \"codeGarbageFee\": \"RD/2022/01997\",\n                \"codeFireInsurance\": \"HO/2022/71405\",\n                \"codeSpu\": \"NT/2022/89639\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 3,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1759.99,\n            \"dcmRentDiscountValue\": 195.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1504,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 738,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"YMO-768434\",\n            \"chrInnerReference\": \"MLJ-034801\",\n            \"fkPropertyType\": 29,\n            \"chrDocument\": \"BG03351001.kuyfn.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2201.4,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 100,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"VV\\\\/2022\\\\/70474\\\",\\\"codeEnergy\\\":\\\"OG\\\\/2022\\\\/75455\\\",\\\"codeGas\\\":\\\"BE\\\\/2022\\\\/76449\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S T.M.F\\\",\\\"codeGarbageFee\\\":\\\"BF\\\\/2022\\\\/28390\\\",\\\"codeFireInsurance\\\":\\\"AB\\\\/2022\\\\/15598\\\",\\\"codeSpu\\\":\\\"HH\\\\/2022\\\\/83270\\\",\\\"isPulledDown\\\":true}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"80.630-220\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Guaíra\",\n            \"chrAddressStreet\": \"Rua Minas Gerais\",\n            \"chrAddressNumber\": \"566\",\n            \"chrAddressComplement\": \"sala C  e D\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:10:34.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"VV/2022/70474\",\n                \"codeEnergy\": \"OG/2022/75455\",\n                \"codeGas\": \"BE/2022/76449\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS T.M.F\",\n                \"codeGarbageFee\": \"BF/2022/28390\",\n                \"codeFireInsurance\": \"AB/2022/15598\",\n                \"codeSpu\": \"HH/2022/83270\",\n                \"isPulledDown\": true\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1981.2600000000002,\n            \"dcmRentDiscountValue\": 220.14,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1583,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1282,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"WIX-335457\",\n            \"chrInnerReference\": \"BTD-228670\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03440001.daxdw.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1555.56,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 521.94,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"SC\\\\/2022\\\\/90837\\\",\\\"codeEnergy\\\":\\\"DM\\\\/2022\\\\/67870\\\",\\\"codeGas\\\":\\\"MD\\\\/2022\\\\/74568\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.I.N\\\",\\\"codeGarbageFee\\\":\\\"HO\\\\/2022\\\\/62014\\\",\\\"codeFireInsurance\\\":\\\"VM\\\\/2022\\\\/53897\\\",\\\"codeSpu\\\":\\\"QX\\\\/2022\\\\/43887\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.320-000\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Fazendinha\",\n            \"chrAddressStreet\": \"Rua Carlos Klemtz\",\n            \"chrAddressNumber\": \"337\",\n            \"chrAddressComplement\": \"Apto 22 bloco 21\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:11:03.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"SC/2022/90837\",\n                \"codeEnergy\": \"DM/2022/67870\",\n                \"codeGas\": \"MD/2022/74568\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS K.I.N\",\n                \"codeGarbageFee\": \"HO/2022/62014\",\n                \"codeFireInsurance\": \"VM/2022/53897\",\n                \"codeSpu\": \"QX/2022/43887\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1400,\n            \"dcmRentDiscountValue\": 155.56,\n            \"attachments\": []\n        },\n        {\n            \"id\": 1591,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1284,\n            \"fkCondo\": null,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"DMU-234900\",\n            \"chrInnerReference\": \"TZF-564763\",\n            \"fkPropertyType\": 1,\n            \"chrDocument\": \"BG03448001.lbdtv.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1500,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 494.24,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"EA\\\\/2022\\\\/36133\\\",\\\"codeEnergy\\\":\\\"FK\\\\/2022\\\\/76049\\\",\\\"codeGas\\\":\\\"SX\\\\/2022\\\\/97878\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S C.O.F\\\",\\\"codeGarbageFee\\\":\\\"AR\\\\/2022\\\\/28418\\\",\\\"codeFireInsurance\\\":\\\"QE\\\\/2022\\\\/70351\\\",\\\"codeSpu\\\":\\\"EL\\\\/2022\\\\/43164\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.220-190\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Campo Comprido\",\n            \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n            \"chrAddressNumber\": \"623\",\n            \"chrAddressComplement\": \"Apto 701 Bloco D\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:11:06.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"EA/2022/36133\",\n                \"codeEnergy\": \"FK/2022/76049\",\n                \"codeGas\": \"SX/2022/97878\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS C.O.F\",\n                \"codeGarbageFee\": \"AR/2022/28418\",\n                \"codeFireInsurance\": \"QE/2022/70351\",\n                \"codeSpu\": \"EL/2022/43164\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1350,\n            \"dcmRentDiscountValue\": 150,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/property/report/list?page=1\",\n    \"from\": 1,\n    \"last_page\": 2,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/property/report/list?page=2\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/property/property/report/list?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/property/property/report/list\",\n    \"per_page\": 50,\n    \"prev_page_url\": null,\n    \"to\": 50,\n    \"total\": 53\n}"}],"_postman_id":"7b103eea-5385-42cf-bb37-e0eb7dcb63c9"}],"id":"2c81aa0f-b2e2-49fc-a0d7-4b6226e06ea0","description":"<p>Tabela de Referência:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Regras</th>\n<th>Descrição</th>\n<th>Domínio</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int unsigned</td>\n<td>auto_increment primary key</td>\n<td>Identificador</td>\n<td></td>\n</tr>\n<tr>\n<td>hash</td>\n<td>string</td>\n<td>unique</td>\n<td>Identificador para cadastrto comercial</td>\n<td></td>\n</tr>\n<tr>\n<td>ak</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Identificador da Empresa - não é necessário enviar</td>\n<td></td>\n</tr>\n<tr>\n<td>fkCompany</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Identificador de Sede/Filial</td>\n<td></td>\n</tr>\n<tr>\n<td>fkRentalContract</td>\n<td>int unsigned</td>\n<td>null</td>\n<td>Identificador do Contrato vinculado ao imóvel</td>\n<td></td>\n</tr>\n<tr>\n<td>fkCondo</td>\n<td>int unsigned</td>\n<td>null</td>\n<td>Identificador do Condomínio</td>\n<td></td>\n</tr>\n<tr>\n<td>fkManagement</td>\n<td>int unsigned</td>\n<td>null</td>\n<td>Identificador da Administradora</td>\n<td></td>\n</tr>\n<tr>\n<td>fkOutsider</td>\n<td>int unsigned</td>\n<td>null</td>\n<td>Identificador de Imobiliária Externa que administra o imóvel</td>\n<td></td>\n</tr>\n<tr>\n<td>chrStatus</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Status do Imóvel</td>\n<td>NEW_LISTING' =&gt; 'Preparo para Divulgação',  <br />'LISTED' =&gt; 'Divulgado',  <br />'PROPOSAL' =&gt; 'Proposta',  <br />'RENTED' =&gt; 'Alugado',  <br />'IN_TERMINATION'=&gt; 'Em Desocupação',  <br />'REMOVED' =&gt; 'Baixado'</td>\n</tr>\n<tr>\n<td>chrReference</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Referência do Imóvel</td>\n<td></td>\n</tr>\n<tr>\n<td>chrInnerReference</td>\n<td>char(32)</td>\n<td>null</td>\n<td>Referência de uso Interno</td>\n<td></td>\n</tr>\n<tr>\n<td>chrType</td>\n<td>string</td>\n<td>not null</td>\n<td>Tipo do Imóvel</td>\n<td>Tabela abaixo.</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Imóvel Ativo (1) ou Inativo (0)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrTerminationReason</td>\n<td>char(32)</td>\n<td>null</td>\n<td>Motivo de Baixa</td>\n<td>PRIVATE_ADM' =&gt; 'Adm. Particular</td>\n</tr>\n<tr>\n<td>dteTermination</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Baixa (YYYY-MM-DD)</td>\n<td></td>\n</tr>\n<tr>\n<td>dteNewListing</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Angariação (YYYY-MM-DD)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmEvaluatedRent</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Valor Avaliado em Reais. Ex.: 1500.25</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmExpectedRent</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Valor Esperado pelo Proprietário em Reais. Ex.: 1500.25</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmRentRawValue</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Aluguel Bruto em Reais. Ex. 1500.25</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmRentPercentDiscount</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Percentual de desconto de pontualidade. Ex.: 10.25</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmSale</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Valor de Venda em Reais. Ex.: 200000.00</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmSalePromo</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Valor Promocional de Venda em Reais. Ex.: 150000.00</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaTotal</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Área Total em metros quadrados. Ex.: 255.65</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaPrivate</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Área Privativa em metros quadrados. Ex.: 200.00</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaLot</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Área do Terreno em metros quadrados. Ex.: 300.00</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaUsable</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área Útil (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaBuilt</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área Construida (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaRecorded</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área Averbada (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaOffice</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área do Escritório (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaMezzanine</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área do Mezzanino (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaTerrace</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Área do Terraço (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAreaRentable</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Area Locável (m2)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrLotDimensions</td>\n<td>string</td>\n<td>nullable</td>\n<td>Dimensões do Terreno (m x m)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrTopography</td>\n<td>string</td>\n<td>nullable</td>\n<td>Topografia</td>\n<td>'PLANE' =&gt; 'Plano',  <br />'SEMI_PLANE_SLOPE' =&gt; 'Semi plano e com Aclive',  <br />'SEMI_PLANE_DOWN_SLOPE' =&gt; 'Semi Plano e com Declive',  <br />'IRREGULARY' =&gt; 'Irregular',  <br />'SLOPE' =&gt; 'Aclive',  <br />'DOWN_SLOPE' =&gt; 'Declive',  <br />'MIN_SLOPE' =&gt; 'Leve Aclive',  <br />'MIN_DOWN_SLOPE' =&gt; 'Leve Declive',  <br />'HILL' =&gt; 'Colina',  <br />'VALLEY' =&gt; 'Vale',  <br />'PLATEAU' =&gt; 'Planalto',  <br />'RIDGE' =&gt; 'Cume',  <br />'DEPRESSION' =&gt; 'Depressão',  <br />'RAVINE' =&gt; 'Ravina',  <br />'CLIFF' =&gt; 'Penhasco'</td>\n</tr>\n<tr>\n<td>chrCondition</td>\n<td>string</td>\n<td>nullable</td>\n<td>Estado de Conservação</td>\n<td>'FAIR'=&gt;'Regular',  <br />'GOOD'=&gt;'Bom',  <br />'EXCELLENT'=&gt;'Ótimo'</td>\n</tr>\n<tr>\n<td>chrGarageType</td>\n<td>string</td>\n<td>nullable</td>\n<td>Tipo de Garagem</td>\n<td>'CONDO_BOX' =&gt; 'Box Condominial',  <br />'CONVERED' =&gt; 'Coberta',  <br />'UNCOVERED' =&gt; 'Descoberta',  <br />'CONVENTION' =&gt; 'Convenção',  <br />'DEED' =&gt; 'Escritura',  <br />'ROTATIONAL' =&gt; 'Rotativo',  <br />'DRAW' =&gt; 'Sorteio',  <br />'FREE' =&gt; 'Livre',  <br />'' =&gt; 'Não se Aplica'</td>\n</tr>\n<tr>\n<td>chrBetweenStreets</td>\n<td>string</td>\n<td>nullable</td>\n<td>Entre Ruas</td>\n<td></td>\n</tr>\n<tr>\n<td>chrCloseTo</td>\n<td>string</td>\n<td>nullable</td>\n<td>Proximidades</td>\n<td></td>\n</tr>\n<tr>\n<td>chrOccupied</td>\n<td>string</td>\n<td>nullable</td>\n<td>Ocupação</td>\n<td>'FREE' =&gt; 'Desocupado',  <br />'RENTER' =&gt; 'Inquilino',  <br />'OWNER' =&gt; 'Proprietário'</td>\n</tr>\n<tr>\n<td>chrFace</td>\n<td>string</td>\n<td>nullable</td>\n<td>Face</td>\n<td>'EAST' =&gt; 'Leste',  <br />'WEST' =&gt; 'Oeste',  <br />'NORTH' =&gt; 'Norte',  <br />'SOUTH' =&gt; 'Sul'</td>\n</tr>\n<tr>\n<td>chrFaceApt</td>\n<td>string</td>\n<td>nullable</td>\n<td>Face do Apartamento</td>\n<td>'EAST' =&gt; 'Leste',  <br />'WEST' =&gt; 'Oeste',  <br />'NORTH' =&gt; 'Norte',  <br />'SOUTH' =&gt; 'Sul'</td>\n</tr>\n<tr>\n<td>chrFaceLot</td>\n<td>string</td>\n<td>nullable</td>\n<td>Face do Terreno</td>\n<td>'EAST' =&gt; 'Leste',  <br />'WEST' =&gt; 'Oeste',  <br />'NORTH' =&gt; 'Norte',  <br />'SOUTH' =&gt; 'Sul'</td>\n</tr>\n<tr>\n<td>chrCondoName</td>\n<td>string</td>\n<td>nullable</td>\n<td>Nome do Condomínio</td>\n<td></td>\n</tr>\n<tr>\n<td>isSettled</td>\n<td>boolean</td>\n<td>nullable</td>\n<td>Quitado</td>\n<td></td>\n</tr>\n<tr>\n<td>isExclusive</td>\n<td>boolean</td>\n<td>nullable</td>\n<td>Exclusivo</td>\n<td></td>\n</tr>\n<tr>\n<td>isLaunched</td>\n<td>boolean</td>\n<td>nullable</td>\n<td>Lançamento</td>\n<td></td>\n</tr>\n<tr>\n<td>intApsPerFloor</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Apt. por andar</td>\n<td></td>\n</tr>\n<tr>\n<td>intElevators</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Qtd. de Elevadores</td>\n<td></td>\n</tr>\n<tr>\n<td>intBuiltYear</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Ano de Construção</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmPropertyTax</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>IPTU (R$)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmPcf</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>FCI (R$)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmInspection</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Vistoria (R$)</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmFireInsurance</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Seg. Incêndio (R$)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrConstruction</td>\n<td>string</td>\n<td>nullable</td>\n<td>Tipo de Construção</td>\n<td>'WOOD' =&gt; 'Madeira',  <br />'BRICK' =&gt; 'Alvenaria',  <br />'MIXED' =&gt; 'Misto'</td>\n</tr>\n<tr>\n<td>chrZone</td>\n<td>string</td>\n<td>nullable</td>\n<td>Circunscrição</td>\n<td></td>\n</tr>\n<tr>\n<td>chrZoning</td>\n<td>string</td>\n<td>nullable</td>\n<td>Zoneamento</td>\n<td></td>\n</tr>\n<tr>\n<td>vrcVirtualTour</td>\n<td>string</td>\n<td>nullable</td>\n<td>Tour Virtual</td>\n<td></td>\n</tr>\n<tr>\n<td>intSuites</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Suítes</td>\n<td></td>\n</tr>\n<tr>\n<td>intBedrooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Quantidade de Quartos</td>\n<td></td>\n</tr>\n<tr>\n<td>intBathrooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Banheiros (exceto suíte)</td>\n<td></td>\n</tr>\n<tr>\n<td>intLivingRooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Salas</td>\n<td></td>\n</tr>\n<tr>\n<td>intRestrooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Lavabos</td>\n<td></td>\n</tr>\n<tr>\n<td>intGarage</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Vagas de garagem</td>\n<td></td>\n</tr>\n<tr>\n<td>intFloor</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Qtd. de Andares</td>\n<td></td>\n</tr>\n<tr>\n<td>intPropertyFloor</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Andar</td>\n<td></td>\n</tr>\n<tr>\n<td>intRooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Total de Cômodos</td>\n<td></td>\n</tr>\n<tr>\n<td>intTotalBaths</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Total de Banheiros</td>\n<td></td>\n</tr>\n<tr>\n<td>intTotalBedrooms</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Total de Quartos</td>\n<td></td>\n</tr>\n<tr>\n<td>intBuilding</td>\n<td>int unsigned</td>\n<td>nullable</td>\n<td>Construções</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAddressLatitude</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Latitude</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAddressLongitude</td>\n<td>decimal(13,2)</td>\n<td>nullable</td>\n<td>Longitude</td>\n<td></td>\n</tr>\n<tr>\n<td>chrIptuCodes</td>\n<td>string</td>\n<td>nullable</td>\n<td>Indicações Fiscais</td>\n<td></td>\n</tr>\n<tr>\n<td>vrcTitle</td>\n<td>string</td>\n<td>nullable</td>\n<td>Título do anúncio</td>\n<td></td>\n</tr>\n<tr>\n<td>txtNoteCommercial</td>\n<td>string</td>\n<td>nullable</td>\n<td>Alerta Comercial</td>\n<td></td>\n</tr>\n<tr>\n<td>txtDescription</td>\n<td>string</td>\n<td>nullable</td>\n<td>Descrição</td>\n<td></td>\n</tr>\n<tr>\n<td>features</td>\n<td>array</td>\n<td>nullable</td>\n<td>Características internas</td>\n<td>Tabela abaixo</td>\n</tr>\n<tr>\n<td>facilities</td>\n<td>array</td>\n<td>nullable</td>\n<td>Características externas</td>\n<td>Tabela abaixo</td>\n</tr>\n<tr>\n<td>collections</td>\n<td>array</td>\n<td>nullable</td>\n<td>Coleções</td>\n<td></td>\n</tr>\n<tr>\n<td>isRentFeeFixed</td>\n<td>tinyint(1)</td>\n<td>not null</td>\n<td>Taxa de Intermediação em Valor Fixo (1) ou Percentual (0)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrRawOrNetBased</td>\n<td>varchar(32)</td>\n<td>null</td>\n<td>Taxa de Intermediação baseada no Valor Bruto ou Líquido</td>\n<td>RAW' =&gt; 'Aluguel Bruto',  <br />'NET' =&gt; 'Aluguel Líquido'</td>\n</tr>\n<tr>\n<td>dcmRentFee</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Valor da Taxa de Intermediação (seja fixo ou percentual). Ex.: 100.00</td>\n<td></td>\n</tr>\n<tr>\n<td>intRentFeeInstallments</td>\n<td>tinyint unsigned</td>\n<td>not null</td>\n<td>Quant. de Parcelas da Taxa de Intermediação. Ex.: 2</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAdminFee</td>\n<td>decimal(13 2)</td>\n<td>not null</td>\n<td>Taxa de Administração em Percentual. Ex.: 10.00</td>\n<td></td>\n</tr>\n<tr>\n<td>isAdminFeeFixed</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Taxa de Administração em Valor Fixo (0) ou Percentual (1)</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAdminFeeCondition</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Sobre o que incide a taxa de administração</td>\n<td>RENT_VALUE_ONLY' =&gt; 'Somente o Aluguel',  <br />'RENT_VALUE_AND_SERVICES' =&gt; 'Aluguel e serviços',  <br />'RENT_AND_SERVICES_NO_PROP_TAX' =&gt; 'Aluguel e serviços - exceto IPTU',  <br />'RENT_AND_SERVICES_NO_CONDO' =&gt; 'Aluguel e Serviços - exceto Condomínio',  <br />'RENT_AND_SERVICES_NO_PROP_TAX_NO_CONDO' =&gt; 'Aluguel e Serviços - exceto IPTU e Condomínio'</td>\n</tr>\n<tr>\n<td>intExemptionFine</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Meses até isenção de multa rescisória</td>\n<td></td>\n</tr>\n<tr>\n<td>intExclusivityPeriod</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Dias de Período de Exclusividade</td>\n<td></td>\n</tr>\n<tr>\n<td>isCondoManagementInternal</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Condomínio é administrado pela imobiliária</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmCondoValue</td>\n<td>decimal(13 2)</td>\n<td>null</td>\n<td>Valor em Reais do Condomínio</td>\n<td></td>\n</tr>\n<tr>\n<td>chrLocation</td>\n<td>char(16)</td>\n<td>not null</td>\n<td>Tipo de Localização</td>\n<td>URBAN' =&gt; 'Urbano',  <br />'RURAL' =&gt; 'Rural'</td>\n</tr>\n<tr>\n<td>chrPurpose</td>\n<td>char(16)</td>\n<td>not null</td>\n<td>Finalidade</td>\n<td>NOT_DEFINED =&gt; \"Não definido\",  <br />\"RESIDENCE\" =&gt; \"Residencial\",  <br />\"NOT_RESIDENCE\" =&gt; \"Não residencial\",  <br />\"BUSINESS\" =&gt; \"Comercial\",  <br />\"INDUSTRY\" =&gt; \"Indústria\",  <br />\"TEMPORARY\" =&gt; \"Temporada\",  <br />\"ON_DEMAND\" =&gt; \"Por encomenda\",  <br />\"MIXED\" =&gt; \"Misto\"</td>\n</tr>\n<tr>\n<td>settings.codeWather</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Código de Água</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.codeEnergy</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Código de Energia</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.companyGas</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Companhia de Gás</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.codeGas</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Código de Gás</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.codeGarbageFee</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Matrícula - Taxa de lixo</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.codeFireInsurance</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Código Bombeiro</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.codeSpu</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Código SPU</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.isPulledDown</td>\n<td>boolean</td>\n<td>not null</td>\n<td>É Patrimônio Tombado</td>\n<td></td>\n</tr>\n<tr>\n<td>chrTransferAssurance</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Repasse Garantido</td>\n<td>NOT' =&gt; 'Não garante repasse',  <br />'TEMPORARY' =&gt; 'Garantir por alguns meses',  <br />'ALWAYS' =&gt; 'Garantir por todo o contrato'</td>\n</tr>\n<tr>\n<td>intTransferAssuranceMonths</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Quantidade de meses de repasse garantido</td>\n<td></td>\n</tr>\n<tr>\n<td>garages[n].id</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Identificador da Garagem 'n'</td>\n<td></td>\n</tr>\n<tr>\n<td>garages[n].note</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Observações da Garagem 'n'</td>\n<td></td>\n</tr>\n<tr>\n<td>durations</td>\n<td>array de strings</td>\n<td>not null</td>\n<td>Prazos Possíveis de Contrato. Ex.: [\"12\",\"24\",\"30\"]</td>\n<td></td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>array</td>\n<td>null</td>\n<td>Anexos</td>\n<td>Enviado através de rota específica. Ver rota \"Anexos\" dentro da pasta \"Imóveis\".</td>\n</tr>\n<tr>\n<td>chrAddressPostalCode</td>\n<td>char(64)</td>\n<td>null</td>\n<td>CEP. Ex.: 80.250-210</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressState</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Estado. Ex.: PR</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressCity</td>\n<td>char(128)</td>\n<td>not null</td>\n<td>Cidade</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressCityCode</td>\n<td>char(16)</td>\n<td>not null</td>\n<td>Código IBGE da Cidade. Ex.: 4106902</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressDistrict</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Bairro</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressStreet</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Rua</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressNumber</td>\n<td>char(128)</td>\n<td>null</td>\n<td>Número</td>\n<td></td>\n</tr>\n<tr>\n<td>chrAddressComplement</td>\n<td>char(128)</td>\n<td>null</td>\n<td>Complemento</td>\n<td></td>\n</tr>\n<tr>\n<td>chrNotaryOffice</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Cartório</td>\n<td></td>\n</tr>\n<tr>\n<td>chrNotaryId</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Número de Registro Notarial</td>\n<td></td>\n</tr>\n<tr>\n<td>txtNote</td>\n<td>text</td>\n<td>null</td>\n<td>Alerta</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Tipos de Imóvel:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Chave</th>\n<th>Valor</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>APARTMENT</td>\n<td>Apartamento</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_AREA</td>\n<td>Área Residencial</td>\n</tr>\n<tr>\n<td>BOX</td>\n<td>Box</td>\n</tr>\n<tr>\n<td>BUILD_TO_SUIT</td>\n<td>Build to Suit</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_HOUSE</td>\n<td>Casa Residencial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_HOUSE</td>\n<td>Casa Comercial</td>\n</tr>\n<tr>\n<td>CONDOMINIUM_HOUSE</td>\n<td>Casa em Condomínio</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_SMALLHOLDING</td>\n<td>Chácara</td>\n</tr>\n<tr>\n<td>PENTHOUSE</td>\n<td>Cobertura</td>\n</tr>\n<tr>\n<td>INDUSTRIAL_CONDOMINIUM</td>\n<td>Condomínio Industrial</td>\n</tr>\n<tr>\n<td>COWORKING</td>\n<td>Coworking</td>\n</tr>\n<tr>\n<td>DEPOSIT</td>\n<td>Depósito</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_BUILDING</td>\n<td>Edifício Residencial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_DEVELOPMENT</td>\n<td>Empreendimento Comercial</td>\n</tr>\n<tr>\n<td>SCHOOL</td>\n<td>Escola</td>\n</tr>\n<tr>\n<td>PARKING_LOT</td>\n<td>Estacionamento</td>\n</tr>\n<tr>\n<td>FARM</td>\n<td>Fazenda</td>\n</tr>\n<tr>\n<td>WAREHOUSE</td>\n<td>Barracão/Galpão</td>\n</tr>\n<tr>\n<td>INDUSTRIAL_WAREHOUSE</td>\n<td>Galpão Industrial</td>\n</tr>\n<tr>\n<td>CONDOMINIUM_WAREHOUSE</td>\n<td>Galpão para Condomínio</td>\n</tr>\n<tr>\n<td>STUDIO_APARTMENT</td>\n<td>Kitnet</td>\n</tr>\n<tr>\n<td>STUDIO</td>\n<td>Studio</td>\n</tr>\n<tr>\n<td>LOFT</td>\n<td>Loft</td>\n</tr>\n<tr>\n<td>SHOP</td>\n<td>Loja</td>\n</tr>\n<tr>\n<td>INDUSTRIAL_SUBDIVISION</td>\n<td>Loteamento Industrial</td>\n</tr>\n<tr>\n<td>OTHERS_RESIDENTIAL</td>\n<td>Outros - Residencial</td>\n</tr>\n<tr>\n<td>PAVILION</td>\n<td>Pavilhão</td>\n</tr>\n<tr>\n<td>COMMERCIAL_POINT</td>\n<td>Ponto Comercial</td>\n</tr>\n<tr>\n<td>HOSTEL</td>\n<td>Pousada</td>\n</tr>\n<tr>\n<td>COMMERCIAL_BUILDING</td>\n<td>Prédio Comercial</td>\n</tr>\n<tr>\n<td>OFFICES</td>\n<td>Salas/Conjuntos</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_FARM</td>\n<td>Sítio Residencial</td>\n</tr>\n<tr>\n<td>TWO_STORY_HOUSE</td>\n<td>Sobrado</td>\n</tr>\n<tr>\n<td>RESIDENTIAL_PLOT</td>\n<td>Terreno Residencial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_PLOT</td>\n<td>Terreno Comercial</td>\n</tr>\n<tr>\n<td>INDUSTRIAL_PLOT</td>\n<td>Terreno Industrial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_AREA</td>\n<td>Área Comercial</td>\n</tr>\n<tr>\n<td>VILLAGE_HOUSE</td>\n<td>Casa de Vila</td>\n</tr>\n<tr>\n<td>OTHERS_COMMERCIAL</td>\n<td>Outros - Comercial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_SMALLHOLDING</td>\n<td>Chácara Comercial</td>\n</tr>\n<tr>\n<td>COMMERCIAL_FARM</td>\n<td>Sítio Comercial</td>\n</tr>\n<tr>\n<td>CLINIC</td>\n<td>Consultório</td>\n</tr>\n<tr>\n<td>TOWNHOUSE_IN_CONDOMINIUM</td>\n<td>Sobrado em Condomínio</td>\n</tr>\n<tr>\n<td>LAND_IN_CONDOMINIUM</td>\n<td>Terreno em Condomínio</td>\n</tr>\n</tbody>\n</table>\n</div><p>Features:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Chave</th>\n<th>Valor</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AIR_CONDITIONING</td>\n<td>Ar condicionado</td>\n</tr>\n<tr>\n<td>ALARM_SYSTEM</td>\n<td>Sistema de alarme</td>\n</tr>\n<tr>\n<td>ANNEX</td>\n<td>Edícula</td>\n</tr>\n<tr>\n<td>ATTIC</td>\n<td>Sótão</td>\n</tr>\n<tr>\n<td>BACKYARD</td>\n<td>Quintal</td>\n</tr>\n<tr>\n<td>BIG_BALCONY</td>\n<td>Varanda</td>\n</tr>\n<tr>\n<td>BALCONY_BARBECUE</td>\n<td>Churrasqueira na varanda</td>\n</tr>\n<tr>\n<td>BAR</td>\n<td>Bar</td>\n</tr>\n<tr>\n<td>HOT_WATER</td>\n<td>Aquecimendo de Água</td>\n</tr>\n<tr>\n<td>BARBECUE</td>\n<td>Churrasqueira Privativa</td>\n</tr>\n<tr>\n<td>BASEMENT</td>\n<td>Porão</td>\n</tr>\n<tr>\n<td>BATHTUB</td>\n<td>Banheira</td>\n</tr>\n<tr>\n<td>BREAKFAST_ROOM</td>\n<td>Sala de almoço</td>\n</tr>\n<tr>\n<td>BUILT_IN_CLOSET</td>\n<td>Armário embutido</td>\n</tr>\n<tr>\n<td>CABLE_TV</td>\n<td>TV a cabo</td>\n</tr>\n<tr>\n<td>CELLAR</td>\n<td>Adega</td>\n</tr>\n<tr>\n<td>CLOSET</td>\n<td>Closet</td>\n</tr>\n<tr>\n<td>DECK</td>\n<td>Deck</td>\n</tr>\n<tr>\n<td>DIGITAL_LOCK</td>\n<td>Fechadura digital</td>\n</tr>\n<tr>\n<td>DINING_AREA</td>\n<td>Sala de jantar</td>\n</tr>\n<tr>\n<td>DINING_ROOM</td>\n<td>Copa</td>\n</tr>\n<tr>\n<td>DISPLAY_WINDOW</td>\n<td>Vitrine</td>\n</tr>\n<tr>\n<td>DOCKING_STATION</td>\n<td>Local Carga e Descarga</td>\n</tr>\n<tr>\n<td>ELECTRIC_FENCE</td>\n<td>Cerca Elétrica</td>\n</tr>\n<tr>\n<td>EXTERIOR_VIEW</td>\n<td>Vista exterior</td>\n</tr>\n<tr>\n<td>EXTERNAL_SURVEILLANCE</td>\n<td>Vigia Externo</td>\n</tr>\n<tr>\n<td>FIREPLACE</td>\n<td>Lareira</td>\n</tr>\n<tr>\n<td>FURNISHED</td>\n<td>Mobiliado</td>\n</tr>\n<tr>\n<td>GARAGE</td>\n<td>Garagem</td>\n</tr>\n<tr>\n<td>GARAGE_BAND</td>\n<td>Garage Band</td>\n</tr>\n<tr>\n<td>GOURMET_BALCONY</td>\n<td>Varanda Gourmet</td>\n</tr>\n<tr>\n<td>GOURMET_KITCHEN</td>\n<td>Cozinha Gourmet</td>\n</tr>\n<tr>\n<td>PLANNED_KITCHEN</td>\n<td>Cozinha Planejada</td>\n</tr>\n<tr>\n<td>GRAVEL</td>\n<td>Cascalho</td>\n</tr>\n<tr>\n<td>GROUND_FLOOR</td>\n<td>Terreo</td>\n</tr>\n<tr>\n<td>HEATING</td>\n<td>Aquecimento</td>\n</tr>\n<tr>\n<td>HIDRO</td>\n<td>Hidromassagem</td>\n</tr>\n<tr>\n<td>HIGH_HEADROOM</td>\n<td>Pé Direito Alto</td>\n</tr>\n<tr>\n<td>HOME_THEATER</td>\n<td>Home Theater</td>\n</tr>\n<tr>\n<td>INTEGRATED_SPACES</td>\n<td>Ambientes Integrados</td>\n</tr>\n<tr>\n<td>INTERNAL_SURVEILLANCE</td>\n<td>Vigia Interno</td>\n</tr>\n<tr>\n<td>INTERNET_CONNECTION</td>\n<td>Conexão à internet</td>\n</tr>\n<tr>\n<td>KITCHEN</td>\n<td>Cozinha</td>\n</tr>\n<tr>\n<td>KITCHEN_CABINET</td>\n<td>Cozinha Montada</td>\n</tr>\n<tr>\n<td>LAKE_VIEW</td>\n<td>Vista para lago</td>\n</tr>\n<tr>\n<td>LAND</td>\n<td>Terra</td>\n</tr>\n<tr>\n<td>LARGE_WINDOW</td>\n<td>Janelas Grandes</td>\n</tr>\n<tr>\n<td>LAUNDRY</td>\n<td>Lavanderia</td>\n</tr>\n<tr>\n<td>LAWN</td>\n<td>Gramado</td>\n</tr>\n<tr>\n<td>LIBRARY</td>\n<td>Biblioteca</td>\n</tr>\n<tr>\n<td>LIVING_ROOM</td>\n<td>Living</td>\n</tr>\n<tr>\n<td>MASTER_SUITE</td>\n<td>Suíte Master</td>\n</tr>\n<tr>\n<td>MEZZANINE</td>\n<td>Mezanino</td>\n</tr>\n<tr>\n<td>MOUNTAIN_VIEW</td>\n<td>Vista para a Montanha</td>\n</tr>\n<tr>\n<td>MULTIPLE_FLOORS</td>\n<td>Mais de um andar</td>\n</tr>\n<tr>\n<td>OFFICE</td>\n<td>Escritório</td>\n</tr>\n<tr>\n<td>OPEN_PLAN_KITCHEN</td>\n<td>Cozinha Americana</td>\n</tr>\n<tr>\n<td>PATIO</td>\n<td>Pátio</td>\n</tr>\n<tr>\n<td>PENTHOUSE</td>\n<td>Cobertura</td>\n</tr>\n<tr>\n<td>PET_FRIENDLY</td>\n<td>Permite Animais</td>\n</tr>\n<tr>\n<td>POWER_GENERATOR</td>\n<td>Gerador Elétrico</td>\n</tr>\n<tr>\n<td>RAILING</td>\n<td>Gradeado</td>\n</tr>\n<tr>\n<td>SAUNA</td>\n<td>Sauna</td>\n</tr>\n<tr>\n<td>SEA_VIEW</td>\n<td>Vista para o Mar</td>\n</tr>\n<tr>\n<td>SEMI_DETACHED</td>\n<td>Geminada</td>\n</tr>\n<tr>\n<td>SERVICE_AREA</td>\n<td>Área de Serviço</td>\n</tr>\n<tr>\n<td>SERVICE_BEDROOM</td>\n<td>Dependência de Empregada</td>\n</tr>\n<tr>\n<td>SMART_APARTMENT</td>\n<td>Apartamento Inteligente</td>\n</tr>\n<tr>\n<td>SOLAR_ENERGY</td>\n<td>Energia solar</td>\n</tr>\n<tr>\n<td>SPACIOUS_KITCHEN</td>\n<td>Cozinha grande</td>\n</tr>\n<tr>\n<td>STAIRS</td>\n<td>Escada</td>\n</tr>\n<tr>\n<td>STORAGE</td>\n<td>Depósito</td>\n</tr>\n<tr>\n<td>STRUCTURED_CABLING</td>\n<td>Cabeamento Estruturado</td>\n</tr>\n<tr>\n<td>SWIMMING_POOL</td>\n<td>Piscina</td>\n</tr>\n<tr>\n<td>TERRACE</td>\n<td>Terraço</td>\n</tr>\n<tr>\n<td>WATER_TANK</td>\n<td>Reservatório de Água</td>\n</tr>\n<tr>\n<td>WINTER_GARDEN</td>\n<td>Jardim de Inverno</td>\n</tr>\n<tr>\n<td>BALCONY</td>\n<td>Sacada</td>\n</tr>\n<tr>\n<td>PANTRY</td>\n<td>Despensa</td>\n</tr>\n<tr>\n<td>PHONE</td>\n<td>Telefone</td>\n</tr>\n<tr>\n<td>ROOF</td>\n<td>Telhado</td>\n</tr>\n<tr>\n<td>LINING</td>\n<td>Forro</td>\n</tr>\n<tr>\n<td>FIRE_CONTROL_SYSTEM</td>\n<td>Sistema anti-incêndio</td>\n</tr>\n<tr>\n<td>INTIMATE_SOCIAL_ROOM</td>\n<td>Sala de Estar Íntima</td>\n</tr>\n</tbody>\n</table>\n</div><p>Facilities</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Chave</th>\n<th>Valor</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>24H_GATEKEEPER</td>\n<td>Portaria 24h</td>\n</tr>\n<tr>\n<td>24H_SECURITY</td>\n<td>Segurança 24h</td>\n</tr>\n<tr>\n<td>ADMINISTRATION</td>\n<td>Administração</td>\n</tr>\n<tr>\n<td>ARMORED_ENTRANCE</td>\n<td>Portaria Blindada</td>\n</tr>\n<tr>\n<td>ARMORED_GUARDHOUSE</td>\n<td>Guarita Blindada</td>\n</tr>\n<tr>\n<td>ARTESIAN_WELL</td>\n<td>Poço Artesiano</td>\n</tr>\n<tr>\n<td>BARBECUE</td>\n<td>Churrasqueira</td>\n</tr>\n<tr>\n<td>BEAUTY_SPACE</td>\n<td>Espaço de Beleza</td>\n</tr>\n<tr>\n<td>BIKE_STORAGE</td>\n<td>Bicicletário</td>\n</tr>\n<tr>\n<td>CARETAKER</td>\n<td>Zelador</td>\n</tr>\n<tr>\n<td>CARETAKER_HOUSE</td>\n<td>Casa de Caseiro</td>\n</tr>\n<tr>\n<td>CENTRAL_GAS</td>\n<td>Gás Central</td>\n</tr>\n<tr>\n<td>CENTRAL_HEATING</td>\n<td>Aquecimento Central</td>\n</tr>\n<tr>\n<td>CINEMA</td>\n<td>Cinema</td>\n</tr>\n<tr>\n<td>CLOSED_CIRCUIT</td>\n<td>Circuito Fechado TV</td>\n</tr>\n<tr>\n<td>CLOSE_TO_ACCESS_ROADS</td>\n<td>Perto de Vias de Acesso</td>\n</tr>\n<tr>\n<td>CLOSE_TO_HOSPITALS</td>\n<td>Perto de Hospitais</td>\n</tr>\n<tr>\n<td>CLOSE_TO_PUBLIC_TRANSPORTATION</td>\n<td>Perto de Transporte Público</td>\n</tr>\n<tr>\n<td>CLOSE_TO_SCHOOLS</td>\n<td>Perto de Escolas</td>\n</tr>\n<tr>\n<td>CLOSE_TO_SHOPPING_CENTER</td>\n<td>Perto de Shopping Center</td>\n</tr>\n<tr>\n<td>COMMON_UTILITIES</td>\n<td>Utilitários de uso comum</td>\n</tr>\n<tr>\n<td>CONCIERGE</td>\n<td>Portaria</td>\n</tr>\n<tr>\n<td>COVERED_GARAGE</td>\n<td>Garagem Coberta</td>\n</tr>\n<tr>\n<td>DOUBLE_BARRIER_GATES</td>\n<td>Portões Com Eclusa</td>\n</tr>\n<tr>\n<td>ELECTRICITY_GENERATOR</td>\n<td>Gerador de Energia</td>\n</tr>\n<tr>\n<td>ELECTRONIC_CHARGER_FOR_CAR_AND_BICYCLE</td>\n<td>Carregador de Carro Elétrico</td>\n</tr>\n<tr>\n<td>ELEVATOR</td>\n<td>Elevador</td>\n</tr>\n<tr>\n<td>FITNESS_SPACE</td>\n<td>Espaço Fitness</td>\n</tr>\n<tr>\n<td>GAME_ROOM</td>\n<td>Salão de Jogos</td>\n</tr>\n<tr>\n<td>GARAGE</td>\n<td>Garagem Descoberta</td>\n</tr>\n<tr>\n<td>GARDEN</td>\n<td>Jardim</td>\n</tr>\n<tr>\n<td>APT_GARDEN</td>\n<td>Garden</td>\n</tr>\n<tr>\n<td>GATED_COMMUNITY</td>\n<td>Condomínio Fechado</td>\n</tr>\n<tr>\n<td>GOURMET_SPACE</td>\n<td>Espaço Gourmet</td>\n</tr>\n<tr>\n<td>ATTIC</td>\n<td>Ático</td>\n</tr>\n<tr>\n<td>TV_ROOM</td>\n<td>Sala de TV</td>\n</tr>\n<tr>\n<td>GREEN_SPACE_PARK</td>\n<td>Espaço verde / Parque</td>\n</tr>\n<tr>\n<td>GUARD</td>\n<td>Vigia</td>\n</tr>\n<tr>\n<td>GYM</td>\n<td>Academia</td>\n</tr>\n<tr>\n<td>HEATED_POOL</td>\n<td>Piscina Aquecida</td>\n</tr>\n<tr>\n<td>HELIPAD</td>\n<td>Heliponto</td>\n</tr>\n<tr>\n<td>INTERCOM</td>\n<td>Interfone</td>\n</tr>\n<tr>\n<td>KIOSK</td>\n<td>Quiosque</td>\n</tr>\n<tr>\n<td>LAUNDRY</td>\n<td>Lavanderia</td>\n</tr>\n<tr>\n<td>MARQUEE</td>\n<td>Marquise</td>\n</tr>\n<tr>\n<td>MASSAGE_ROOM</td>\n<td>Sala de Massagem</td>\n</tr>\n<tr>\n<td>MEETING_ROOM</td>\n<td>Sala de Reunião</td>\n</tr>\n<tr>\n<td>MULTI_SPORTS_COURT</td>\n<td>Quadra Poliesportiva</td>\n</tr>\n<tr>\n<td>OLYMPIC_SWIMMING_POOL</td>\n<td>Piscina semi-olímpica</td>\n</tr>\n<tr>\n<td>PARTY_ROOM</td>\n<td>Salão de Festas</td>\n</tr>\n<tr>\n<td>PATROL_SURVEILLANCE</td>\n<td>Ronda/Vigilância</td>\n</tr>\n<tr>\n<td>PAVED_STREET</td>\n<td>Rua asfaltada</td>\n</tr>\n<tr>\n<td>PAY_PER_USE_SERVICE</td>\n<td>Serviços Pay-per-use</td>\n</tr>\n<tr>\n<td>PET_SPACE</td>\n<td>Espaço Pet</td>\n</tr>\n<tr>\n<td>PLAYGROUND</td>\n<td>Playground</td>\n</tr>\n<tr>\n<td>PLAYROOM</td>\n<td>Brinquedoteca</td>\n</tr>\n<tr>\n<td>POOL</td>\n<td>Piscina</td>\n</tr>\n<tr>\n<td>PUBLIC_POOL</td>\n<td>Piscina Coletiva</td>\n</tr>\n<tr>\n<td>PUBLIC_TERRACE</td>\n<td>Terraço Coletivo</td>\n</tr>\n<tr>\n<td>RAILING</td>\n<td>Gradil</td>\n</tr>\n<tr>\n<td>RECEPTION</td>\n<td>Recepção</td>\n</tr>\n<tr>\n<td>RECREATION_AREA</td>\n<td>Área de lazer</td>\n</tr>\n<tr>\n<td>REMOTE_CONCIERGE</td>\n<td>Porteiro Eletrônico</td>\n</tr>\n<tr>\n<td>RUNNING_TRACK</td>\n<td>Pista de Cooper</td>\n</tr>\n<tr>\n<td>SAND_VOLLEYBALL_COURT</td>\n<td>Quadra de Areia</td>\n</tr>\n<tr>\n<td>SAUNA</td>\n<td>Sauna</td>\n</tr>\n<tr>\n<td>SECURITY_SYSTEM</td>\n<td>Circuito de Segurança</td>\n</tr>\n<tr>\n<td>SERVICE_ENTRY</td>\n<td>Entrada de Servico Independente</td>\n</tr>\n<tr>\n<td>SERVICE_LIFT</td>\n<td>Elevador de Serviço</td>\n</tr>\n<tr>\n<td>SEWERAGE</td>\n<td>Rede de Esgoto</td>\n</tr>\n<tr>\n<td>SHAFT</td>\n<td>Shaft</td>\n</tr>\n<tr>\n<td>SMART_CONDOMINIUM</td>\n<td>Condomínio Inteligente</td>\n</tr>\n<tr>\n<td>SOCCER_FIELD</td>\n<td>Quadra de Futebol</td>\n</tr>\n<tr>\n<td>SPA</td>\n<td>Spa</td>\n</tr>\n<tr>\n<td>SQUARE</td>\n<td>Praça</td>\n</tr>\n<tr>\n<td>SQUASH_COURT</td>\n<td>Quadra de Squash</td>\n</tr>\n<tr>\n<td>STORAGE</td>\n<td>Depósito</td>\n</tr>\n<tr>\n<td>STORE</td>\n<td>Loja</td>\n</tr>\n<tr>\n<td>SURVEILLANCE</td>\n<td>Empresa De Monitoramento</td>\n</tr>\n<tr>\n<td>SUSTAINABLE_CONDOMINIUM</td>\n<td>Condomínio Sustentável</td>\n</tr>\n<tr>\n<td>TENNIS_COURT</td>\n<td>Quadra de Tênis</td>\n</tr>\n<tr>\n<td>THREE_PHASE_ENERGY</td>\n<td>Energia Trifásica</td>\n</tr>\n<tr>\n<td>TRACK</td>\n<td>Pista de Caminhada</td>\n</tr>\n<tr>\n<td>VALET_PARKING</td>\n<td>Manobrista</td>\n</tr>\n<tr>\n<td>VISITOR_PARKING_LOT</td>\n<td>Estacionamento de Visitantes</td>\n</tr>\n<tr>\n<td>WASTE_COLLECTION</td>\n<td>Coleta Seletiva de Lixo</td>\n</tr>\n<tr>\n<td>WATER_MIRRORS</td>\n<td>Espelhos d'água</td>\n</tr>\n<tr>\n<td>KENNEL</td>\n<td>Canil</td>\n</tr>\n<tr>\n<td>LIGHT</td>\n<td>Luz</td>\n</tr>\n<tr>\n<td>SEWER</td>\n<td>Esgoto</td>\n</tr>\n<tr>\n<td>WATER</td>\n<td>Água</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"2c81aa0f-b2e2-49fc-a0d7-4b6226e06ea0"},{"name":"CONTRATOS","item":[{"name":"Anexos","item":[{"name":"Enviar Anexo","id":"9eba56f9-a2b0-44f1-89cb-60e9d646d61f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/rental.contract/contract/documents","urlObject":{"path":["rental.contract","contract","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"6facc07b-d602-4b94-8c21-293889a783f9","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/rental.contract/contract/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:33:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"rental.contract\",\n    \"chrPath\": \"contract/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"NKDKQJTXQYXZLEMD.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:33:31.000000Z\",\n    \"id\": 854\n}"}],"_postman_id":"9eba56f9-a2b0-44f1-89cb-60e9d646d61f"},{"name":"Adicionar Anexo ao cadastro","id":"0a5662a9-0885-44a5-9328-b6692ed9ef28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 854\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/attachment/1389/854","description":"<p>Nessa rota serão enviados, na URL, dois identificadores: o primeiro é o ID da pessoa, e o segundo é o ID do documento, que foi retornado na rota anterior.</p>\n<p>Note que o ID do documento deve ser enviado tanto na rota quando no body da requisição.</p>\n","urlObject":{"path":["contract","attachment","1389","854"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"b8984134-f612-470f-9c95-1bdfaf2b7f0b","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 854\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/attachment/1389/854"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:34:19 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 853,\n        \"ak\": 1,\n        \"fkUser\": 2,\n        \"intSize\": 16,\n        \"chrTarget\": \"rental.contract\",\n        \"chrPath\": \"contract/documents\",\n        \"chrFilename\": \"YJXDTXLKVCFIDDGO.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:33:05.000000Z\"\n    },\n    {\n        \"id\": 854,\n        \"ak\": 1,\n        \"fkUser\": 49,\n        \"intSize\": 16,\n        \"chrTarget\": \"rental.contract\",\n        \"chrPath\": \"contract/documents\",\n        \"chrFilename\": \"NKDKQJTXQYXZLEMD.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:33:31.000000Z\"\n    }\n]"}],"_postman_id":"0a5662a9-0885-44a5-9328-b6692ed9ef28"}],"id":"9996470b-a33f-4e5d-8883-9a2192d22529","description":"<p>Para adicionar um anexo a uma pessoa, são necessários dois passos:</p>\n<ol>\n<li>No primeiro passo (rota \"Enviar anexo\"), enviaremos o arquivo. O retorno dessa rota nos dará duas informações das quais precisaremos na segunda rota, que são os campos \"id\", e \"chrName\".</li>\n<li>Na segunda rota (\"Adicionar Anexo ao cadastro\") faremos a ligação entre o anexo enviado no passo 1 e a entidade que deve receber aquele anexo.</li>\n</ol>\n","_postman_id":"9996470b-a33f-4e5d-8883-9a2192d22529"},{"name":"Histórico","item":[{"name":"Cadastro","id":"9883967c-69cd-4fa5-983e-1276c01c9ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste novo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/note/1389","urlObject":{"path":["contract","note","1389"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"0fd0d1a9-5e31-4fc0-8011-f03f3fd2fe03","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste novo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/note/1389"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:44:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"dttRegister\": \"2022-09-05T14:44:19.000000Z\",\n    \"fkUser\": 49,\n    \"fkRental\": 1389,\n    \"vrcNote\": \"teste novo\",\n    \"id\": 2395\n}"}],"_postman_id":"9883967c-69cd-4fa5-983e-1276c01c9ede"},{"name":"Listagem","id":"6979d19e-b347-460e-b47c-f1c3fa11547d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract/note/1389","urlObject":{"path":["contract","note","1389"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"0208035d-49b8-4fd8-a8b9-04f3e1a3fcfb","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract/note/1389"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:44:51 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2395,\n            \"ak\": 1,\n            \"fkRental\": 1389,\n            \"fkUser\": 49,\n            \"dttRegister\": \"2022-09-05T14:44:19.000000Z\",\n            \"vrcNote\": \"teste novo\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 49,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Teste de API\",\n                \"vrcEmail\": \"test_user@properfy.com.br\",\n                \"vrcPass\": \"$2y$10$EFa5JTtMHUWEdmv8EbIGheSDEGqiMHnkOT2Ta31j8oc1WUX/R3/H.\",\n                \"vrcToken\": \"$2y$10$ytIhvTNX2PIFVqhKr1hYSOBOlVBSPu3S6DafeGY6KArsWCSu1XVFu\",\n                \"chrApiToken\": \"e9897b11-83ba-40e3-9e7e-040ca6c3f9ed\",\n                \"vrcImage\": \"08fd24ed8c39809aa797dd441602f9d1fcd9d30550a657327271911074bac94d.png\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[]}\",\n                \"dttAdded\": \"2022-08-31T02:21:28.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": []\n                },\n                \"profiles\": [],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 587,\n            \"ak\": 1,\n            \"fkRental\": 1389,\n            \"fkUser\": 33,\n            \"dttRegister\": \"2022-05-20T19:55:10.000000Z\",\n            \"vrcNote\": \"Boleto de aluguel vcto 09/05/2022: efetuado pagamento dia 20/05 no valor de R$ 509,50//Aguardando baixa // Alterado status para normal //\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 33,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1026,\n                \"vrcName\": \"Luciane Dos Santos\",\n                \"vrcEmail\": \"luciane@baggioimoveis.com.br\",\n                \"vrcPass\": \"$2y$10$1qvOibSZC3zbtDneadwStOoBW648d/vpes4bgVFJwf6g9.9DecO.a\",\n                \"vrcToken\": \"$2y$10$aTLQPT2J8YbqLwFRThjjYukDGqBOPp/KvqOgrI5zrxK/r3uHyFVUm\",\n                \"chrApiToken\": \"4eafc8ba-9bd9-4b8c-9134-79cac1ff56a8\",\n                \"vrcImage\": \"b856d71f471f362fcb91424c271a4080efac44bbaeb12aac2eb9ed4f23679079.png\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1, 3]}\",\n                \"dttAdded\": \"2022-03-20T18:36:52.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": [\n                        1,\n                        3\n                    ]\n                },\n                \"profiles\": [\n                    1,\n                    3\n                ],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/note/1389?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/note/1389?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/rental/contract/note/1389\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"6979d19e-b347-460e-b47c-f1c3fa11547d"}],"id":"b9f83b71-1643-4c19-afcd-5981d5f7de90","description":"<p>Através das rotas de histórico será possível incluir novos históricos, assim como listas os já existentes. Por questão de segurança, não é possível editar ou excluir históricos de atendimento.</p>\n","_postman_id":"b9f83b71-1643-4c19-afcd-5981d5f7de90"},{"name":"Listagem","id":"d1d09010-5ece-4367-94a4-244578c051f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract","description":"<p>Essa rota retornará uma listagem paginada de todos os contratos que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os contratos (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um imóvel específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado o campo \"chrIdentifier\".</li>\n</ol>\n","urlObject":{"path":["contract"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"74cf21ac-ec86-4803-b57a-8263af6c9d9a","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:45:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1389,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1660,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 5277,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 0,\n            \"chrIdentifier\": \"ZZX-038485/02\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"instalação de confeitaria\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5911,\\\"value\\\":0,\\\"contract\\\":null,\\\"note\\\":\\\"1.650,08\\\"}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-04-26\\\",\\\"expiration\\\":\\\"2099-04-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":23.53,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": null,\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG30243001-02.fwdii.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteStart\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-04-25T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": false,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": false,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5911,\n                \"value\": 0,\n                \"contract\": null,\n                \"note\": \"1.650,08\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2022-04-26\",\n                \"expiration\": \"2099-04-26\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 23.53,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1660,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1389,\n                \"fkCondo\": 7009,\n                \"fkManagement\": 6642,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"LISTED\",\n                \"chrReference\": \"TESTE1234\",\n                \"chrInnerReference\": null,\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG30243001.zirfv.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1400,\n                \"dcmExpectedRent\": 1600,\n                \"dcmRentRawValue\": 1400,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 200000,\n                \"dcmSalePromo\": 170000,\n                \"dcmArea\": 150,\n                \"dcmAreaPrivate\": 120,\n                \"dcmAreaLand\": 200,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 12,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": true,\n                \"dcmCondoValue\": 50,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.250-210\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Centro\",\n                \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n                \"chrAddressNumber\": \"4229\",\n                \"chrAddressComplement\": \"ap. 101\",\n                \"chrNotaryOffice\": \"1234569\",\n                \"chrNotaryId\": \"98189454\",\n                \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n                \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"Água123\",\n                    \"codeEnergy\": \"Energia-235\",\n                    \"companyGas\": \"Companhia de Gás Ltda.\",\n                    \"codeGas\": \"Gás-32532532\",\n                    \"codeGarbageFee\": \"Lixo-2343212\",\n                    \"codeFireInsurance\": \"Bombeiro-232413\",\n                    \"codeSpu\": null,\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 12,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"G01\",\n                        \"note\": \"Livre, descoberta\"\n                    },\n                    {\n                        \"id\": \"G02\",\n                        \"note\": \"Presa, coberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\",\n                    \"24\",\n                    \"36\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1260,\n                \"dcmRentDiscountValue\": 140,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 529,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1660,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3186,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 8,\n            \"chrIdentifier\": \"ZZX-038485/01\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"agência de turismo\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4889,5487]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2021-02-26\\\",\\\"expiration\\\":\\\"2099-02-25\\\",\\\"value\\\":74880,\\\"award\\\":0,\\\"installment\\\":24.96,\\\"installments\\\":0,\\\"contract\\\":\\\"4047957\\\",\\\"note\\\":\\\"Inc\\\\u00eandio R$ 62.400,00 \\\\t\\\\n Vendaval  R$ 6.240,00 \\\\n  Danos el\\\\u00e9tricos R$ 6.240,00 \\\\nAtualizado em 28\\\\/03\\\\/22\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.1,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG30243001-01.ncqjb.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2021-02-26T03:00:00.000000Z\",\n            \"dteStart\": \"2021-02-26T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-02-25T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteTerminationStart\": \"2022-03-15T03:00:00.000000Z\",\n            \"dteTerminationEnd\": \"2022-03-25T03:00:00.000000Z\",\n            \"chrTerminationReason\": \"COST_REDUCTION\",\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": \"2022-03-25T03:00:00.000000Z\",\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": \"MR12 - Valor/Redução de Custos/Desemprego\",\n            \"chrStatus\": \"TERMINATED\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": false,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4889,\n                    5487\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2021-02-26\",\n                \"expiration\": \"2099-02-25\",\n                \"value\": 74880,\n                \"award\": 0,\n                \"installment\": 24.96,\n                \"installments\": 0,\n                \"contract\": \"4047957\",\n                \"note\": \"Incêndio R$ 62.400,00 \\t\\n Vendaval  R$ 6.240,00 \\n  Danos elétricos R$ 6.240,00 \\nAtualizado em 28/03/22\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.1,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1660,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1389,\n                \"fkCondo\": 7009,\n                \"fkManagement\": 6642,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"LISTED\",\n                \"chrReference\": \"TESTE1234\",\n                \"chrInnerReference\": null,\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG30243001.zirfv.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1400,\n                \"dcmExpectedRent\": 1600,\n                \"dcmRentRawValue\": 1400,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 200000,\n                \"dcmSalePromo\": 170000,\n                \"dcmArea\": 150,\n                \"dcmAreaPrivate\": 120,\n                \"dcmAreaLand\": 200,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 12,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": true,\n                \"dcmCondoValue\": 50,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.250-210\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Centro\",\n                \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n                \"chrAddressNumber\": \"4229\",\n                \"chrAddressComplement\": \"ap. 101\",\n                \"chrNotaryOffice\": \"1234569\",\n                \"chrNotaryId\": \"98189454\",\n                \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n                \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"Água123\",\n                    \"codeEnergy\": \"Energia-235\",\n                    \"companyGas\": \"Companhia de Gás Ltda.\",\n                    \"codeGas\": \"Gás-32532532\",\n                    \"codeGarbageFee\": \"Lixo-2343212\",\n                    \"codeFireInsurance\": \"Bombeiro-232413\",\n                    \"codeSpu\": null,\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 12,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"G01\",\n                        \"note\": \"Livre, descoberta\"\n                    },\n                    {\n                        \"id\": \"G02\",\n                        \"note\": \"Presa, coberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\",\n                    \"24\",\n                    \"36\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1260,\n                \"dcmRentDiscountValue\": 140,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 226,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1104,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3725,\n            \"intDueDay\": 3,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYZ-991987/01\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"Agência de turismo\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4818,5678]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-02-01\\\",\\\"expiration\\\":\\\"2099-01-31\\\",\\\"value\\\":378800,\\\"award\\\":0,\\\"installment\\\":78.8,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02347001-01.ctmok.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2016-02-20T02:00:00.000000Z\",\n            \"dteStart\": \"2016-02-20T02:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2018-08-19T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-10T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4818,\n                    5678\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-02-01\",\n                \"expiration\": \"2099-01-31\",\n                \"value\": 378800,\n                \"award\": 0,\n                \"installment\": 78.8,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1104,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 226,\n                \"fkCondo\": 6806,\n                \"fkManagement\": 6514,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYZ-991987\",\n                \"chrInnerReference\": \"JOV-047947\",\n                \"fkPropertyType\": 29,\n                \"chrDocument\": \"BG02347001.rozoj.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 2503.95,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 128.44,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.510-070\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"São Francisco\",\n                \"chrAddressStreet\": \"Rua Paula Gomes\",\n                \"chrAddressNumber\": \"562\",\n                \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"AT/2022/67466\",\n                    \"codeEnergy\": \"AS/2022/23942\",\n                    \"codeGas\": \"UM/2022/15135\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                    \"codeGarbageFee\": \"XG/2022/20185\",\n                    \"codeFireInsurance\": \"QT/2022/00205\",\n                    \"codeSpu\": \"XQ/2022/21855\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 2253.5499999999997,\n                \"dcmRentDiscountValue\": 250.4,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1473,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1558,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3383,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 0,\n            \"chrIdentifier\": \"ZYL-451849/02\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4919,5371]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-06-21\\\",\\\"expiration\\\":\\\"2022-06-21\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":100,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": null,\n            \"chrDocumentTitle\": \"Informativo ao Locatário\",\n            \"chrDocument\": \"BG03410006-02.pzpmm.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteStart\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-06-20T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": false,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": false,\n            \"isChargeTerminationFine\": false,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4919,\n                    5371\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2022-06-21\",\n                \"expiration\": \"2022-06-21\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 100,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1558,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1473,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYL-451849\",\n                \"chrInnerReference\": \"FRZ-468539\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG03410006.lnusp.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-01-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 3333.33,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.200-427\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Orleans\",\n                \"chrAddressStreet\": \"R. Prof. João Falarz\",\n                \"chrAddressNumber\": \"119\",\n                \"chrAddressComplement\": \"Casa 02 Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"MV/2022/41705\",\n                    \"codeEnergy\": \"QM/2022/00775\",\n                    \"codeGas\": \"GW/2022/18005\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                    \"codeGarbageFee\": \"RW/2022/63501\",\n                    \"codeFireInsurance\": \"UC/2022/82640\",\n                    \"codeSpu\": \"GU/2022/87278\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 3000,\n                \"dcmRentDiscountValue\": 333.33,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1042,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1558,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3383,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYL-451849/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5033,5159,5186,5789]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-02-12\\\",\\\"expiration\\\":\\\"2099-02-11\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":99.15,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG03410006-01.yyokq.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-02-12T03:00:00.000000Z\",\n            \"dteStart\": \"2022-02-12T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-11T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": \"2022-06-06T03:00:00.000000Z\",\n            \"chrTerminationReason\": \"BOUGHT_PROPERTY\",\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": \"2022-06-09T03:00:00.000000Z\",\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"TERMINATED\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": false,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5033,\n                    5159,\n                    5186,\n                    5789\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-02-12\",\n                \"expiration\": \"2099-02-11\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 99.15,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1558,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1473,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYL-451849\",\n                \"chrInnerReference\": \"FRZ-468539\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG03410006.lnusp.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-01-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 3333.33,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.200-427\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Orleans\",\n                \"chrAddressStreet\": \"R. Prof. João Falarz\",\n                \"chrAddressNumber\": \"119\",\n                \"chrAddressComplement\": \"Casa 02 Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"MV/2022/41705\",\n                    \"codeEnergy\": \"QM/2022/00775\",\n                    \"codeGas\": \"GW/2022/18005\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                    \"codeGarbageFee\": \"RW/2022/63501\",\n                    \"codeFireInsurance\": \"UC/2022/82640\",\n                    \"codeSpu\": \"GU/2022/87278\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 3000,\n                \"dcmRentDiscountValue\": 333.33,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 870,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1022,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3153,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYK-027766/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":161.45,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-11-06\\\",\\\"expiration\\\":\\\"2099-11-05\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":28.16,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02084001-01.rnlnn.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2021-11-06T03:00:00.000000Z\",\n            \"dteStart\": \"2021-11-06T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-11-05T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2021-11-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 161.45,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2021-11-06\",\n                \"expiration\": \"2099-11-05\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 28.16,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1022,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 870,\n                \"fkCondo\": 6781,\n                \"fkManagement\": 6495,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYK-027766\",\n                \"chrInnerReference\": \"WAA-621723\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02084001.mcgbk.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-04-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 2055.56,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 370,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KO\\\\/2022\\\\/11858\\\",\\\"codeEnergy\\\":\\\"WH\\\\/2022\\\\/78858\\\",\\\"codeGas\\\":\\\"TM\\\\/2022\\\\/30413\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Z.C\\\",\\\"codeGarbageFee\\\":\\\"IP\\\\/2022\\\\/45328\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/14350\\\",\\\"codeSpu\\\":\\\"RK\\\\/2022\\\\/43102\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-270\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua Professor João Falarz\",\n                \"chrAddressNumber\": \"199\",\n                \"chrAddressComplement\": \"T Liege AP 201\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:07:34.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"KO/2022/11858\",\n                    \"codeEnergy\": \"WH/2022/78858\",\n                    \"codeGas\": \"TM/2022/30413\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Z.C\",\n                    \"codeGarbageFee\": \"IP/2022/45328\",\n                    \"codeFireInsurance\": \"VD/2022/14350\",\n                    \"codeSpu\": \"RK/2022/43102\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1850,\n                \"dcmRentDiscountValue\": 205.56,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1055,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1221,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3087,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZXW-468477/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":130.93,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2020-02-20\\\",\\\"expiration\\\":\\\"2099-02-19\\\",\\\"value\\\":59177,\\\"award\\\":4800,\\\"installment\\\":12.17,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":4.1,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02638001-01.kvcbn.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2020-02-20T03:00:00.000000Z\",\n            \"dteStart\": \"2020-02-20T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-19T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 130.93,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2020-02-20\",\n                \"expiration\": \"2099-02-19\",\n                \"value\": 59177,\n                \"award\": 4800,\n                \"installment\": 12.17,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 4.1,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 36,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1221,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1055,\n                \"fkCondo\": 6860,\n                \"fkManagement\": 6487,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXW-468477\",\n                \"chrInnerReference\": \"HEI-363420\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02638001.jlbsb.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-04-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1306.5,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 272,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/43237\\\",\\\"codeEnergy\\\":\\\"UF\\\\/2022\\\\/45954\\\",\\\"codeGas\\\":\\\"LN\\\\/2022\\\\/74054\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.I.Y\\\",\\\"codeGarbageFee\\\":\\\"DW\\\\/2022\\\\/80182\\\",\\\"codeFireInsurance\\\":\\\"JD\\\\/2022\\\\/44357\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/97851\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.320-220\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Vila Izabel\",\n                \"chrAddressStreet\": \"Rua Cândido Xavier\",\n                \"chrAddressNumber\": \"070\",\n                \"chrAddressComplement\": \"BL. B, AP. 26\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:08:47.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"AT/2022/43237\",\n                    \"codeEnergy\": \"UF/2022/45954\",\n                    \"codeGas\": \"LN/2022/74054\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS W.I.Y\",\n                    \"codeGarbageFee\": \"DW/2022/80182\",\n                    \"codeFireInsurance\": \"JD/2022/44357\",\n                    \"codeSpu\": \"KL/2022/97851\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1175.85,\n                \"dcmRentDiscountValue\": 130.65,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 945,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 703,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 4063,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 5,\n            \"chrIdentifier\": \"ZXS-547620/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":101.77,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2020-06-09\\\",\\\"expiration\\\":\\\"2099-06-08\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":38.25,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.5,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG00775002-01.dfvqb.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2020-06-09T03:00:00.000000Z\",\n            \"dteStart\": \"2020-06-09T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-12-08T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-06-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 101.77,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2020-06-09\",\n                \"expiration\": \"2099-06-08\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 38.25,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.5,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 703,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 945,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXS-547620\",\n                \"chrInnerReference\": \"QPI-540341\",\n                \"fkPropertyType\": 5,\n                \"chrDocument\": \"BG00775002.nkozo.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 879.53,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 5,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OP\\\\/2022\\\\/64121\\\",\\\"codeEnergy\\\":\\\"OY\\\\/2022\\\\/24397\\\",\\\"codeGas\\\":\\\"NA\\\\/2022\\\\/30849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.E.D\\\",\\\"codeGarbageFee\\\":\\\"LA\\\\/2022\\\\/10897\\\",\\\"codeFireInsurance\\\":\\\"XF\\\\/2022\\\\/92415\\\",\\\"codeSpu\\\":\\\"FD\\\\/2022\\\\/60569\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-090\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Cidade Industrial\",\n                \"chrAddressStreet\": \"Rua Padre Jacinto Miensopust\",\n                \"chrAddressNumber\": \"817\",\n                \"chrAddressComplement\": \"Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:05:34.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"OP/2022/64121\",\n                    \"codeEnergy\": \"OY/2022/24397\",\n                    \"codeGas\": \"NA/2022/30849\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS N.E.D\",\n                    \"codeGarbageFee\": \"LA/2022/10897\",\n                    \"codeFireInsurance\": \"XF/2022/92415\",\n                    \"codeSpu\": \"FD/2022/60569\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 791.5799999999999,\n                \"dcmRentDiscountValue\": 87.95,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1057,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1441,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3472,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZXE-995359/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":126.55,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-02-23\\\",\\\"expiration\\\":\\\"2099-02-22\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":29,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG03239001-01.mnxfs.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-02-23T03:00:00.000000Z\",\n            \"dteStart\": \"2022-02-23T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-22T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 126.55,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-02-23\",\n                \"expiration\": \"2099-02-22\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 29,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1441,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1057,\n                \"fkCondo\": 6746,\n                \"fkManagement\": 6462,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXE-995359\",\n                \"chrInnerReference\": \"DBI-598427\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG03239001.vrjni.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-02-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1611.11,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 407.98,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WT\\\\/2022\\\\/07171\\\",\\\"codeEnergy\\\":\\\"AI\\\\/2022\\\\/25606\\\",\\\"codeGas\\\":\\\"EA\\\\/2022\\\\/53826\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.V.N\\\",\\\"codeGarbageFee\\\":\\\"FG\\\\/2022\\\\/15536\\\",\\\"codeFireInsurance\\\":\\\"YZ\\\\/2022\\\\/78047\\\",\\\"codeSpu\\\":\\\"VJ\\\\/2022\\\\/70438\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-330\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Cidade Industrial\",\n                \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n                \"chrAddressNumber\": \"886\",\n                \"chrAddressComplement\": \"BL. 3, AP. 608\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:11.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"WT/2022/07171\",\n                    \"codeEnergy\": \"AI/2022/25606\",\n                    \"codeGas\": \"EA/2022/53826\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS W.V.N\",\n                    \"codeGarbageFee\": \"FG/2022/15536\",\n                    \"codeFireInsurance\": \"YZ/2022/78047\",\n                    \"codeSpu\": \"VJ/2022/70438\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1450,\n                \"dcmRentDiscountValue\": 161.11,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1075,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1340,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3549,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 3,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZWY-919527/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":100.36,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-03-08\\\",\\\"expiration\\\":\\\"2023-03-07\\\",\\\"value\\\":86008,\\\"award\\\":0,\\\"installment\\\":32.29,\\\"installments\\\":0,\\\"contract\\\":\\\"4110405\\\",\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02988001-01.pcuah.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-03-05T03:00:00.000000Z\",\n            \"dteStart\": \"2022-03-05T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-03-04T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-03-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 100.36,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-03-08\",\n                \"expiration\": \"2023-03-07\",\n                \"value\": 86008,\n                \"award\": 0,\n                \"installment\": 32.29,\n                \"installments\": 0,\n                \"contract\": \"4110405\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1340,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1075,\n                \"fkCondo\": 6965,\n                \"fkManagement\": 6575,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZWY-919527\",\n                \"chrInnerReference\": \"QCM-115425\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02988001.rvdcg.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-05-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1277.78,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 319,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YL\\\\/2022\\\\/05249\\\",\\\"codeEnergy\\\":\\\"PW\\\\/2022\\\\/72075\\\",\\\"codeGas\\\":\\\"ZN\\\\/2022\\\\/81672\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.R.J\\\",\\\"codeGarbageFee\\\":\\\"WO\\\\/2022\\\\/67127\\\",\\\"codeFireInsurance\\\":\\\"KY\\\\/2022\\\\/60183\\\",\\\"codeSpu\\\":\\\"BR\\\\/2022\\\\/94651\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.320-050\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Vila Izabel\",\n                \"chrAddressStreet\": \"Rua Professor Dario Veloso\",\n                \"chrAddressNumber\": \"128\",\n                \"chrAddressComplement\": \"AP 144B\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"YL/2022/05249\",\n                    \"codeEnergy\": \"PW/2022/72075\",\n                    \"codeGas\": \"ZN/2022/81672\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.R.J\",\n                    \"codeGarbageFee\": \"WO/2022/67127\",\n                    \"codeFireInsurance\": \"KY/2022/60183\",\n                    \"codeSpu\": \"BR/2022/94651\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1150,\n                \"dcmRentDiscountValue\": 127.78,\n                \"attachments\": []\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=1\",\n    \"from\": 1,\n    \"last_page\": 161,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=161\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/rental/contract\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1604\n}"}],"_postman_id":"d1d09010-5ece-4367-94a4-244578c051f9"},{"name":"Detalhes do Contrato","id":"1c2873fd-c49e-4914-a7f0-0d569d6be856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract/2149","description":"<p>Essa rota retornará uma listagem paginada de todos os contratos que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os contratos (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um imóvel específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado o campo \"chrIdentifier\".</li>\n</ol>\n","urlObject":{"path":["contract","2149"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"e4cd6f29-4f46-4400-8f59-68c0274cef11","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:45:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1389,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1660,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 5277,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 0,\n            \"chrIdentifier\": \"ZZX-038485/02\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"instalação de confeitaria\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5911,\\\"value\\\":0,\\\"contract\\\":null,\\\"note\\\":\\\"1.650,08\\\"}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-04-26\\\",\\\"expiration\\\":\\\"2099-04-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":23.53,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": null,\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG30243001-02.fwdii.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteStart\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-04-25T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-04-26T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": false,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": false,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5911,\n                \"value\": 0,\n                \"contract\": null,\n                \"note\": \"1.650,08\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2022-04-26\",\n                \"expiration\": \"2099-04-26\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 23.53,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1660,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1389,\n                \"fkCondo\": 7009,\n                \"fkManagement\": 6642,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"LISTED\",\n                \"chrReference\": \"TESTE1234\",\n                \"chrInnerReference\": null,\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG30243001.zirfv.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1400,\n                \"dcmExpectedRent\": 1600,\n                \"dcmRentRawValue\": 1400,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 200000,\n                \"dcmSalePromo\": 170000,\n                \"dcmArea\": 150,\n                \"dcmAreaPrivate\": 120,\n                \"dcmAreaLand\": 200,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 12,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": true,\n                \"dcmCondoValue\": 50,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.250-210\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Centro\",\n                \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n                \"chrAddressNumber\": \"4229\",\n                \"chrAddressComplement\": \"ap. 101\",\n                \"chrNotaryOffice\": \"1234569\",\n                \"chrNotaryId\": \"98189454\",\n                \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n                \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"Água123\",\n                    \"codeEnergy\": \"Energia-235\",\n                    \"companyGas\": \"Companhia de Gás Ltda.\",\n                    \"codeGas\": \"Gás-32532532\",\n                    \"codeGarbageFee\": \"Lixo-2343212\",\n                    \"codeFireInsurance\": \"Bombeiro-232413\",\n                    \"codeSpu\": null,\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 12,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"G01\",\n                        \"note\": \"Livre, descoberta\"\n                    },\n                    {\n                        \"id\": \"G02\",\n                        \"note\": \"Presa, coberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\",\n                    \"24\",\n                    \"36\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1260,\n                \"dcmRentDiscountValue\": 140,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 529,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1660,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3186,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 8,\n            \"chrIdentifier\": \"ZZX-038485/01\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"agência de turismo\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4889,5487]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2021-02-26\\\",\\\"expiration\\\":\\\"2099-02-25\\\",\\\"value\\\":74880,\\\"award\\\":0,\\\"installment\\\":24.96,\\\"installments\\\":0,\\\"contract\\\":\\\"4047957\\\",\\\"note\\\":\\\"Inc\\\\u00eandio R$ 62.400,00 \\\\t\\\\n Vendaval  R$ 6.240,00 \\\\n  Danos el\\\\u00e9tricos R$ 6.240,00 \\\\nAtualizado em 28\\\\/03\\\\/22\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.1,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG30243001-01.ncqjb.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2021-02-26T03:00:00.000000Z\",\n            \"dteStart\": \"2021-02-26T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-02-25T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteTerminationStart\": \"2022-03-15T03:00:00.000000Z\",\n            \"dteTerminationEnd\": \"2022-03-25T03:00:00.000000Z\",\n            \"chrTerminationReason\": \"COST_REDUCTION\",\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": \"2022-03-25T03:00:00.000000Z\",\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": \"MR12 - Valor/Redução de Custos/Desemprego\",\n            \"chrStatus\": \"TERMINATED\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": false,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4889,\n                    5487\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2021-02-26\",\n                \"expiration\": \"2099-02-25\",\n                \"value\": 74880,\n                \"award\": 0,\n                \"installment\": 24.96,\n                \"installments\": 0,\n                \"contract\": \"4047957\",\n                \"note\": \"Incêndio R$ 62.400,00 \\t\\n Vendaval  R$ 6.240,00 \\n  Danos elétricos R$ 6.240,00 \\nAtualizado em 28/03/22\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.1,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1660,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1389,\n                \"fkCondo\": 7009,\n                \"fkManagement\": 6642,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"LISTED\",\n                \"chrReference\": \"TESTE1234\",\n                \"chrInnerReference\": null,\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG30243001.zirfv.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-09-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1400,\n                \"dcmExpectedRent\": 1600,\n                \"dcmRentRawValue\": 1400,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 200000,\n                \"dcmSalePromo\": 170000,\n                \"dcmArea\": 150,\n                \"dcmAreaPrivate\": 120,\n                \"dcmAreaLand\": 200,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 12,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": true,\n                \"dcmCondoValue\": 50,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"\\\\u00c1gua123\\\",\\\"codeEnergy\\\":\\\"Energia-235\\\",\\\"companyGas\\\":\\\"Companhia de G\\\\u00e1s Ltda.\\\",\\\"codeGas\\\":\\\"G\\\\u00e1s-32532532\\\",\\\"codeGarbageFee\\\":\\\"Lixo-2343212\\\",\\\"codeFireInsurance\\\":\\\"Bombeiro-232413\\\",\\\"codeSpu\\\":null,\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"G01\\\",\\\"note\\\":\\\"Livre, descoberta\\\"},{\\\"id\\\":\\\"G02\\\",\\\"note\\\":\\\"Presa, coberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.250-210\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Centro\",\n                \"chrAddressStreet\": \"Avenida Sete de Setembro\",\n                \"chrAddressNumber\": \"4229\",\n                \"chrAddressComplement\": \"ap. 101\",\n                \"chrNotaryOffice\": \"1234569\",\n                \"chrNotaryId\": \"98189454\",\n                \"txtNote\": \"Esse é o alerta que vai aparecer ao entrar no cadastro do imóvel. Serve para ajudar a equipe de atendimento a ter de forma imediata alguma informação fundamental para um atendimento adequado.\",\n                \"dttRegister\": \"2022-03-21T01:11:31.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"Água123\",\n                    \"codeEnergy\": \"Energia-235\",\n                    \"companyGas\": \"Companhia de Gás Ltda.\",\n                    \"codeGas\": \"Gás-32532532\",\n                    \"codeGarbageFee\": \"Lixo-2343212\",\n                    \"codeFireInsurance\": \"Bombeiro-232413\",\n                    \"codeSpu\": null,\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 12,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"G01\",\n                        \"note\": \"Livre, descoberta\"\n                    },\n                    {\n                        \"id\": \"G02\",\n                        \"note\": \"Presa, coberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\",\n                    \"24\",\n                    \"36\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1260,\n                \"dcmRentDiscountValue\": 140,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 226,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1104,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3725,\n            \"intDueDay\": 3,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYZ-991987/01\",\n            \"chrContractType\": \"BUSINESS\",\n            \"chrBusinessActivity\": \"Agência de turismo\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4818,5678]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-02-01\\\",\\\"expiration\\\":\\\"2099-01-31\\\",\\\"value\\\":378800,\\\"award\\\":0,\\\"installment\\\":78.8,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02347001-01.ctmok.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2016-02-20T02:00:00.000000Z\",\n            \"dteStart\": \"2016-02-20T02:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2018-08-19T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-10T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4818,\n                    5678\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-02-01\",\n                \"expiration\": \"2099-01-31\",\n                \"value\": 378800,\n                \"award\": 0,\n                \"installment\": 78.8,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1104,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 226,\n                \"fkCondo\": 6806,\n                \"fkManagement\": 6514,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYZ-991987\",\n                \"chrInnerReference\": \"JOV-047947\",\n                \"fkPropertyType\": 29,\n                \"chrDocument\": \"BG02347001.rozoj.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 2503.95,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 128.44,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/67466\\\",\\\"codeEnergy\\\":\\\"AS\\\\/2022\\\\/23942\\\",\\\"codeGas\\\":\\\"UM\\\\/2022\\\\/15135\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S O.N.Y\\\",\\\"codeGarbageFee\\\":\\\"XG\\\\/2022\\\\/20185\\\",\\\"codeFireInsurance\\\":\\\"QT\\\\/2022\\\\/00205\\\",\\\"codeSpu\\\":\\\"XQ\\\\/2022\\\\/21855\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.510-070\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"São Francisco\",\n                \"chrAddressStreet\": \"Rua Paula Gomes\",\n                \"chrAddressNumber\": \"562\",\n                \"chrAddressComplement\": \"AP. 5, 4° Andar\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:08:04.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"AT/2022/67466\",\n                    \"codeEnergy\": \"AS/2022/23942\",\n                    \"codeGas\": \"UM/2022/15135\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS O.N.Y\",\n                    \"codeGarbageFee\": \"XG/2022/20185\",\n                    \"codeFireInsurance\": \"QT/2022/00205\",\n                    \"codeSpu\": \"XQ/2022/21855\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 2253.5499999999997,\n                \"dcmRentDiscountValue\": 250.4,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1473,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1558,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3383,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 0,\n            \"chrIdentifier\": \"ZYL-451849/02\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4919,5371]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-06-21\\\",\\\"expiration\\\":\\\"2022-06-21\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":100,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": null,\n            \"chrDocumentTitle\": \"Informativo ao Locatário\",\n            \"chrDocument\": \"BG03410006-02.pzpmm.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteStart\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-06-20T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": false,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": false,\n            \"isChargeTerminationFine\": false,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4919,\n                    5371\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2022-06-21\",\n                \"expiration\": \"2022-06-21\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 100,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1558,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1473,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYL-451849\",\n                \"chrInnerReference\": \"FRZ-468539\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG03410006.lnusp.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-01-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 3333.33,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.200-427\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Orleans\",\n                \"chrAddressStreet\": \"R. Prof. João Falarz\",\n                \"chrAddressNumber\": \"119\",\n                \"chrAddressComplement\": \"Casa 02 Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"MV/2022/41705\",\n                    \"codeEnergy\": \"QM/2022/00775\",\n                    \"codeGas\": \"GW/2022/18005\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                    \"codeGarbageFee\": \"RW/2022/63501\",\n                    \"codeFireInsurance\": \"UC/2022/82640\",\n                    \"codeSpu\": \"GU/2022/87278\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 3000,\n                \"dcmRentDiscountValue\": 333.33,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1042,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1558,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3383,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 0,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYL-451849/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5033,5159,5186,5789]}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-02-12\\\",\\\"expiration\\\":\\\"2099-02-11\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":99.15,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG03410006-01.yyokq.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-02-12T03:00:00.000000Z\",\n            \"dteStart\": \"2022-02-12T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-11T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": \"2022-06-06T03:00:00.000000Z\",\n            \"chrTerminationReason\": \"BOUGHT_PROPERTY\",\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": \"2022-06-09T03:00:00.000000Z\",\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"TERMINATED\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": false,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5033,\n                    5159,\n                    5186,\n                    5789\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-02-12\",\n                \"expiration\": \"2099-02-11\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 99.15,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1558,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1473,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYL-451849\",\n                \"chrInnerReference\": \"FRZ-468539\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG03410006.lnusp.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-01-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 3333.33,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"MV\\\\/2022\\\\/41705\\\",\\\"codeEnergy\\\":\\\"QM\\\\/2022\\\\/00775\\\",\\\"codeGas\\\":\\\"GW\\\\/2022\\\\/18005\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S V.A.T\\\",\\\"codeGarbageFee\\\":\\\"RW\\\\/2022\\\\/63501\\\",\\\"codeFireInsurance\\\":\\\"UC\\\\/2022\\\\/82640\\\",\\\"codeSpu\\\":\\\"GU\\\\/2022\\\\/87278\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":3,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.200-427\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Orleans\",\n                \"chrAddressStreet\": \"R. Prof. João Falarz\",\n                \"chrAddressNumber\": \"119\",\n                \"chrAddressComplement\": \"Casa 02 Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:54.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"MV/2022/41705\",\n                    \"codeEnergy\": \"QM/2022/00775\",\n                    \"codeGas\": \"GW/2022/18005\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS V.A.T\",\n                    \"codeGarbageFee\": \"RW/2022/63501\",\n                    \"codeFireInsurance\": \"UC/2022/82640\",\n                    \"codeSpu\": \"GU/2022/87278\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 3000,\n                \"dcmRentDiscountValue\": 333.33,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 870,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1022,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3153,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZYK-027766/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":161.45,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-11-06\\\",\\\"expiration\\\":\\\"2099-11-05\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":28.16,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02084001-01.rnlnn.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2021-11-06T03:00:00.000000Z\",\n            \"dteStart\": \"2021-11-06T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-11-05T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2021-11-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 161.45,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2021-11-06\",\n                \"expiration\": \"2099-11-05\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 28.16,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1022,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 870,\n                \"fkCondo\": 6781,\n                \"fkManagement\": 6495,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZYK-027766\",\n                \"chrInnerReference\": \"WAA-621723\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02084001.mcgbk.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-04-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 2055.56,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 370,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"KO\\\\/2022\\\\/11858\\\",\\\"codeEnergy\\\":\\\"WH\\\\/2022\\\\/78858\\\",\\\"codeGas\\\":\\\"TM\\\\/2022\\\\/30413\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Z.C\\\",\\\"codeGarbageFee\\\":\\\"IP\\\\/2022\\\\/45328\\\",\\\"codeFireInsurance\\\":\\\"VD\\\\/2022\\\\/14350\\\",\\\"codeSpu\\\":\\\"RK\\\\/2022\\\\/43102\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-270\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua Professor João Falarz\",\n                \"chrAddressNumber\": \"199\",\n                \"chrAddressComplement\": \"T Liege AP 201\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:07:34.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"KO/2022/11858\",\n                    \"codeEnergy\": \"WH/2022/78858\",\n                    \"codeGas\": \"TM/2022/30413\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Z.C\",\n                    \"codeGarbageFee\": \"IP/2022/45328\",\n                    \"codeFireInsurance\": \"VD/2022/14350\",\n                    \"codeSpu\": \"RK/2022/43102\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1850,\n                \"dcmRentDiscountValue\": 205.56,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1055,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1221,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3087,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZXW-468477/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":130.93,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2020-02-20\\\",\\\"expiration\\\":\\\"2099-02-19\\\",\\\"value\\\":59177,\\\"award\\\":4800,\\\"installment\\\":12.17,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":4.1,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02638001-01.kvcbn.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2020-02-20T03:00:00.000000Z\",\n            \"dteStart\": \"2020-02-20T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-19T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 130.93,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2020-02-20\",\n                \"expiration\": \"2099-02-19\",\n                \"value\": 59177,\n                \"award\": 4800,\n                \"installment\": 12.17,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 4.1,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 36,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1221,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1055,\n                \"fkCondo\": 6860,\n                \"fkManagement\": 6487,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXW-468477\",\n                \"chrInnerReference\": \"HEI-363420\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02638001.jlbsb.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-04-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1306.5,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 272,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"AT\\\\/2022\\\\/43237\\\",\\\"codeEnergy\\\":\\\"UF\\\\/2022\\\\/45954\\\",\\\"codeGas\\\":\\\"LN\\\\/2022\\\\/74054\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.I.Y\\\",\\\"codeGarbageFee\\\":\\\"DW\\\\/2022\\\\/80182\\\",\\\"codeFireInsurance\\\":\\\"JD\\\\/2022\\\\/44357\\\",\\\"codeSpu\\\":\\\"KL\\\\/2022\\\\/97851\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.320-220\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Vila Izabel\",\n                \"chrAddressStreet\": \"Rua Cândido Xavier\",\n                \"chrAddressNumber\": \"070\",\n                \"chrAddressComplement\": \"BL. B, AP. 26\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:08:47.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"AT/2022/43237\",\n                    \"codeEnergy\": \"UF/2022/45954\",\n                    \"codeGas\": \"LN/2022/74054\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS W.I.Y\",\n                    \"codeGarbageFee\": \"DW/2022/80182\",\n                    \"codeFireInsurance\": \"JD/2022/44357\",\n                    \"codeSpu\": \"KL/2022/97851\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1175.85,\n                \"dcmRentDiscountValue\": 130.65,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 945,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 703,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 4063,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 2,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 5,\n            \"chrIdentifier\": \"ZXS-547620/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":101.77,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2020-06-09\\\",\\\"expiration\\\":\\\"2099-06-08\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":38.25,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.5,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG00775002-01.dfvqb.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2020-06-09T03:00:00.000000Z\",\n            \"dteStart\": \"2020-06-09T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2022-12-08T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-06-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 101.77,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2020-06-09\",\n                \"expiration\": \"2099-06-08\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 38.25,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 5.5,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 703,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 945,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXS-547620\",\n                \"chrInnerReference\": \"QPI-540341\",\n                \"fkPropertyType\": 5,\n                \"chrDocument\": \"BG00775002.nkozo.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 879.53,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 5,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"OP\\\\/2022\\\\/64121\\\",\\\"codeEnergy\\\":\\\"OY\\\\/2022\\\\/24397\\\",\\\"codeGas\\\":\\\"NA\\\\/2022\\\\/30849\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S N.E.D\\\",\\\"codeGarbageFee\\\":\\\"LA\\\\/2022\\\\/10897\\\",\\\"codeFireInsurance\\\":\\\"XF\\\\/2022\\\\/92415\\\",\\\"codeSpu\\\":\\\"FD\\\\/2022\\\\/60569\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-090\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Cidade Industrial\",\n                \"chrAddressStreet\": \"Rua Padre Jacinto Miensopust\",\n                \"chrAddressNumber\": \"817\",\n                \"chrAddressComplement\": \"Fundos\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:05:34.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"OP/2022/64121\",\n                    \"codeEnergy\": \"OY/2022/24397\",\n                    \"codeGas\": \"NA/2022/30849\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS N.E.D\",\n                    \"codeGarbageFee\": \"LA/2022/10897\",\n                    \"codeFireInsurance\": \"XF/2022/92415\",\n                    \"codeSpu\": \"FD/2022/60569\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 791.5799999999999,\n                \"dcmRentDiscountValue\": 87.95,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1057,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1441,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3472,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 1,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZXE-995359/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":126.55,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-02-23\\\",\\\"expiration\\\":\\\"2099-02-22\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":29,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG03239001-01.mnxfs.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-02-23T03:00:00.000000Z\",\n            \"dteStart\": \"2022-02-23T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-02-22T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-02-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 126.55,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-02-23\",\n                \"expiration\": \"2099-02-22\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 29,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1441,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1057,\n                \"fkCondo\": 6746,\n                \"fkManagement\": 6462,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZXE-995359\",\n                \"chrInnerReference\": \"DBI-598427\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG03239001.vrjni.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-02-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1611.11,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 407.98,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"WT\\\\/2022\\\\/07171\\\",\\\"codeEnergy\\\":\\\"AI\\\\/2022\\\\/25606\\\",\\\"codeGas\\\":\\\"EA\\\\/2022\\\\/53826\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S W.V.N\\\",\\\"codeGarbageFee\\\":\\\"FG\\\\/2022\\\\/15536\\\",\\\"codeFireInsurance\\\":\\\"YZ\\\\/2022\\\\/78047\\\",\\\"codeSpu\\\":\\\"VJ\\\\/2022\\\\/70438\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-330\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Cidade Industrial\",\n                \"chrAddressStreet\": \"Rua Professor Pedro Viriato Parigot de Souza\",\n                \"chrAddressNumber\": \"886\",\n                \"chrAddressComplement\": \"BL. 3, AP. 608\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:10:11.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"WT/2022/07171\",\n                    \"codeEnergy\": \"AI/2022/25606\",\n                    \"codeGas\": \"EA/2022/53826\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS W.V.N\",\n                    \"codeGarbageFee\": \"FG/2022/15536\",\n                    \"codeFireInsurance\": \"YZ/2022/78047\",\n                    \"codeSpu\": \"VJ/2022/70438\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1450,\n                \"dcmRentDiscountValue\": 161.11,\n                \"attachments\": []\n            }\n        },\n        {\n            \"id\": 1075,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkProperty\": 1340,\n            \"fkWallet\": 1,\n            \"fkAdjustmentIndex\": 1,\n            \"fkRenting\": 3549,\n            \"intDueDay\": 5,\n            \"intDelayedPayments\": 3,\n            \"intFineExemptionMonths\": 0,\n            \"isPayToLive\": false,\n            \"hasBankFee\": true,\n            \"dcmInterestForLate\": 0,\n            \"dcmFineForLate\": 0,\n            \"isAdmFeeFixed\": false,\n            \"dcmAdmFeeValue\": 10,\n            \"chrIdentifier\": \"ZWY-919527/01\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"chrBusinessActivity\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n            \"jsonBillingAddress\": \"[]\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":100.36,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-03-08\\\",\\\"expiration\\\":\\\"2023-03-07\\\",\\\"value\\\":86008,\\\"award\\\":0,\\\"installment\\\":32.29,\\\"installments\\\":0,\\\"contract\\\":\\\"4110405\\\",\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonAttachments\": \"\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"chrDocument\": \"BG02988001-01.pcuah.md\",\n            \"vrcNotes\": \"\",\n            \"txtExtraClauses\": null,\n            \"dteRental\": \"2022-03-05T03:00:00.000000Z\",\n            \"dteStart\": \"2022-03-05T03:00:00.000000Z\",\n            \"dteActivation\": null,\n            \"dteEnd\": \"2023-03-04T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-03-01T03:00:00.000000Z\",\n            \"dteTerminationStart\": null,\n            \"dteTerminationEnd\": null,\n            \"chrTerminationReason\": null,\n            \"isExcludeRecurringExpenses\": null,\n            \"dteVacancyDate\": null,\n            \"isVacancyDateinTermination\": null,\n            \"isChargeTerminationFine\": null,\n            \"vrcTerminationsNotes\": null,\n            \"chrStatus\": \"REGULAR\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"isActive\": true,\n            \"isDraft\": false,\n            \"dttDeleted\": null,\n            \"taxation\": {\n                \"invoiceThroughSystem\": true,\n                \"incomeTaxHold\": \"NOT\",\n                \"dimobGenerate\": true,\n                \"IRRFAdministrationFeeDeduction\": false\n            },\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 100.36,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-03-08\",\n                \"expiration\": \"2023-03-07\",\n                \"value\": 86008,\n                \"award\": 0,\n                \"installment\": 32.29,\n                \"installments\": 0,\n                \"contract\": \"4110405\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 6,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1340,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1075,\n                \"fkCondo\": 6965,\n                \"fkManagement\": 6575,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"ZWY-919527\",\n                \"chrInnerReference\": \"QCM-115425\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02988001.rvdcg.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-05-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1277.78,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 319,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"YL\\\\/2022\\\\/05249\\\",\\\"codeEnergy\\\":\\\"PW\\\\/2022\\\\/72075\\\",\\\"codeGas\\\":\\\"ZN\\\\/2022\\\\/81672\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.R.J\\\",\\\"codeGarbageFee\\\":\\\"WO\\\\/2022\\\\/67127\\\",\\\"codeFireInsurance\\\":\\\"KY\\\\/2022\\\\/60183\\\",\\\"codeSpu\\\":\\\"BR\\\\/2022\\\\/94651\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.320-050\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Vila Izabel\",\n                \"chrAddressStreet\": \"Rua Professor Dario Veloso\",\n                \"chrAddressNumber\": \"128\",\n                \"chrAddressComplement\": \"AP 144B\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:09:33.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"YL/2022/05249\",\n                    \"codeEnergy\": \"PW/2022/72075\",\n                    \"codeGas\": \"ZN/2022/81672\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.R.J\",\n                    \"codeGarbageFee\": \"WO/2022/67127\",\n                    \"codeFireInsurance\": \"KY/2022/60183\",\n                    \"codeSpu\": \"BR/2022/94651\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1150,\n                \"dcmRentDiscountValue\": 127.78,\n                \"attachments\": []\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=1\",\n    \"from\": 1,\n    \"last_page\": 161,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=161\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/rental/contract\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1604\n}"}],"_postman_id":"1c2873fd-c49e-4914-a7f0-0d569d6be856"},{"name":"Cadastro","id":"975660d9-c9b3-4806-a42c-6f69d823c7eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"documentTitle\": \"\",\r\n    \"document\": \"\",\r\n    \"chrIdentifier\": \"\",\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract","description":"<p>Essa rota deve ser utilizada para o cadastro de novos contratos, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["contract"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"2c194b9b-8504-4d0b-86f4-1e90d7d410da","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"documentTitle\": \"\",\r\n    \"document\": \"\",\r\n    \"chrIdentifier\": \"\",\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:56:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"isActive\": false,\n    \"isDraft\": true,\n    \"ak\": 1,\n    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n    \"jsonBillingAddress\": \"[]\",\n    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5920,\\\"value\\\":250,\\\"contract\\\":\\\"987654\\\",\\\"note\\\":\\\"teste de observa\\\\u00e7\\\\u00f5es do seguro fian\\\\u00e7a\\\"}\",\n    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5911,\\\"start\\\":\\\"2022-09-01\\\",\\\"expiration\\\":\\\"2022-10-08\\\",\\\"value\\\":500000,\\\"award\\\":2000,\\\"installment\\\":200,\\\"installments\\\":0,\\\"contract\\\":\\\"12345\\\",\\\"note\\\":\\\"teste de coberturas adicionais\\\"}\",\n    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":\\\"teste dos coment\\\\u00e1rios do FCI\\\"}\",\n    \"fkCompany\": 1,\n    \"fkProperty\": 361,\n    \"fkWallet\": 1,\n    \"fkAdjustmentIndex\": 1,\n    \"chrIdentifier\": \"IWR-845195/02\",\n    \"intDueDay\": 10,\n    \"intDelayedPayments\": 0,\n    \"intFineExemptionMonths\": 2,\n    \"isPayToLive\": false,\n    \"hasBankFee\": true,\n    \"dcmInterestForLate\": 10,\n    \"dcmFineForLate\": 5,\n    \"isAdmFeeFixed\": false,\n    \"dcmAdmFeeValue\": 0,\n    \"chrContractType\": \"RESIDENCE\",\n    \"chrBusinessActivity\": null,\n    \"chrChargeMethod\": \"EMAIL\",\n    \"dteRental\": \"2022-09-01T03:00:00.000000Z\",\n    \"dteStart\": \"2022-09-03T03:00:00.000000Z\",\n    \"dteActivation\": null,\n    \"dteEnd\": \"2023-09-02T03:00:00.000000Z\",\n    \"dteLastReadjustment\": \"2022-09-03T03:00:00.000000Z\",\n    \"dteTerminationStart\": null,\n    \"dteTerminationEnd\": null,\n    \"chrTerminationReason\": null,\n    \"isExcludeRecurringExpenses\": false,\n    \"dteVacancyDate\": null,\n    \"isVacancyDateinTermination\": false,\n    \"isChargeTerminationFine\": false,\n    \"vrcTerminationsNotes\": null,\n    \"chrStatus\": \"DRAFT\",\n    \"chrFinancialStatus\": \"REGULAR\",\n    \"vrcNotes\": \"Teste de Alerta\",\n    \"fkRenting\": 361,\n    \"chrDocumentTitle\": \"Contrato de Locação\",\n    \"chrDocument\": \"IWR-845195-02.osulb.md\",\n    \"id\": 1630,\n    \"taxation\": {\n        \"invoiceThroughSystem\": true,\n        \"incomeTaxHold\": \"NOT\",\n        \"dimobGenerate\": true,\n        \"IRRFAdministrationFeeDeduction\": false\n    },\n    \"billingAddress\": [],\n    \"guarantee\": {\n        \"type\": \"insurance\",\n        \"company\": 5920,\n        \"value\": 250,\n        \"contract\": \"987654\",\n        \"note\": \"teste de observações do seguro fiança\"\n    },\n    \"fireInsurance\": {\n        \"subscribed\": true,\n        \"company\": 5911,\n        \"start\": \"2022-09-01\",\n        \"expiration\": \"2022-10-08\",\n        \"value\": 500000,\n        \"award\": 2000,\n        \"installment\": 200,\n        \"installments\": 0,\n        \"contract\": \"12345\",\n        \"note\": \"teste de coberturas adicionais\"\n    },\n    \"pcf\": {\n        \"subscribed\": true,\n        \"percentage\": 6,\n        \"fkAdjustmentIndex\": 7,\n        \"note\": \"teste dos comentários do FCI\"\n    },\n    \"durationInMonths\": 12,\n    \"attachments\": [],\n    \"property\": {\n        \"id\": 361,\n        \"ak\": 1,\n        \"fkCompany\": 1,\n        \"fkRentalContract\": null,\n        \"fkCondo\": 7002,\n        \"fkManagement\": 6503,\n        \"fkOutsider\": null,\n        \"chrStatus\": \"DOCUMENTATION\",\n        \"chrReference\": \"IWR-845195\",\n        \"chrInnerReference\": \"OGS-306082\",\n        \"fkPropertyType\": 5,\n        \"chrDocument\": \"CASA 01.eynxr.md\",\n        \"chrDocumentTitle\": \"Contrato de Locação\",\n        \"isActive\": true,\n        \"chrTerminationReason\": null,\n        \"dteTermination\": null,\n        \"dteNewListing\": null,\n        \"dcmEvaluatedRent\": 0,\n        \"dcmExpectedRent\": 0,\n        \"dcmRentRawValue\": 1000,\n        \"dcmRentPercentDiscount\": 10,\n        \"dcmSale\": 0,\n        \"dcmSalePromo\": 0,\n        \"dcmArea\": 0,\n        \"dcmAreaPrivate\": 0,\n        \"dcmAreaLand\": 0,\n        \"isRentFeeFixed\": false,\n        \"chrRawOrNetBased\": null,\n        \"dcmRentFee\": 1000,\n        \"intRentFeeInstallments\": 1,\n        \"dcmAdminFee\": 10,\n        \"isAdminFeeFixed\": false,\n        \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n        \"intExemptionFine\": 0,\n        \"intExclusivityPeriod\": 120,\n        \"isCondoManagementInternal\": false,\n        \"dcmCondoValue\": 100,\n        \"chrLocation\": \"URBAN\",\n        \"chrPurpose\": \"RESIDENCE\",\n        \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JP\\\\/2022\\\\/33771\\\",\\\"codeEnergy\\\":\\\"DU\\\\/2022\\\\/05563\\\",\\\"codeGas\\\":\\\"YE\\\\/2022\\\\/12069\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S M.H.O\\\",\\\"codeGarbageFee\\\":\\\"DI\\\\/2022\\\\/03809\\\",\\\"codeFireInsurance\\\":\\\"WF\\\\/2022\\\\/60094\\\",\\\"codeSpu\\\":\\\"CK\\\\/2022\\\\/36833\\\",\\\"isPulledDown\\\":true}\",\n        \"jsonTransfer\": \"{\\\"assurance\\\":\\\"ALWAYS\\\",\\\"assurance_months\\\":-1,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n        \"jsonGarages\": \"[]\",\n        \"jsonDurations\": \"[12,24,36]\",\n        \"jsonAgents\": \"[]\",\n        \"jsonAttachments\": \"\",\n        \"chrAddressPostalCode\": \"81.280-430\",\n        \"chrAddressState\": \"PR\",\n        \"chrAddressCity\": \"Curitiba\",\n        \"chrAddressCityCode\": \"4106902\",\n        \"chrAddressDistrict\": \"Cidade Industrial\",\n        \"chrAddressStreet\": \"Rua Anna Dinarowski Sobczyk\",\n        \"chrAddressNumber\": \"596\",\n        \"chrAddressComplement\": \"100\",\n        \"chrNotaryOffice\": \"CAMPO COMPRIDO\",\n        \"chrNotaryId\": \"1111.0000\",\n        \"txtNote\": \"\",\n        \"dttRegister\": \"2022-03-21T00:55:16.000000Z\",\n        \"dttDeleted\": null,\n        \"settings\": {\n            \"codeWather\": \"JP/2022/33771\",\n            \"codeEnergy\": \"DU/2022/05563\",\n            \"codeGas\": \"YE/2022/12069\",\n            \"companyGas\": \"DISTRIBUIDORA DE GÁS M.H.O\",\n            \"codeGarbageFee\": \"DI/2022/03809\",\n            \"codeFireInsurance\": \"WF/2022/60094\",\n            \"codeSpu\": \"CK/2022/36833\",\n            \"isPulledDown\": true\n        },\n        \"transfer\": {\n            \"assurance\": \"ALWAYS\",\n            \"assurance_months\": -1,\n            \"endsAt\": null,\n            \"when\": \"FIXED\",\n            \"day\": 10\n        },\n        \"garages\": [],\n        \"durations\": [\n            12,\n            24,\n            36\n        ],\n        \"agents\": [],\n        \"dcmRentNetValue\": 900,\n        \"dcmRentDiscountValue\": 100,\n        \"attachments\": [],\n        \"contract\": null\n    }\n}"}],"_postman_id":"975660d9-c9b3-4806-a42c-6f69d823c7eb"},{"name":"Alteração","id":"f69f8c8a-26dd-4baf-b68b-6fe827b31ec4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/1630","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do contrato na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["contract","1630"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"313a0c2c-1ea9-49b1-85a6-03c8e5abde74","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/1630"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 18:57:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1630,\n    \"ak\": 1,\n    \"fkCompany\": 1,\n    \"fkProperty\": 361,\n    \"fkWallet\": 1,\n    \"fkAdjustmentIndex\": 1,\n    \"fkRenting\": 361,\n    \"intDueDay\": 10,\n    \"intDelayedPayments\": 0,\n    \"intFineExemptionMonths\": 2,\n    \"isPayToLive\": false,\n    \"hasBankFee\": true,\n    \"dcmInterestForLate\": 10,\n    \"dcmFineForLate\": 5,\n    \"isAdmFeeFixed\": false,\n    \"dcmAdmFeeValue\": 0,\n    \"chrIdentifier\": \"IWR-845195/02\",\n    \"chrContractType\": \"RESIDENCE\",\n    \"chrBusinessActivity\": null,\n    \"chrChargeMethod\": \"EMAIL\",\n    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n    \"jsonBillingAddress\": \"[]\",\n    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5920,\\\"value\\\":250,\\\"contract\\\":\\\"987654\\\",\\\"note\\\":\\\"teste de observa\\\\u00e7\\\\u00f5es do seguro fian\\\\u00e7a\\\"}\",\n    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5911,\\\"start\\\":\\\"2022-09-01\\\",\\\"expiration\\\":\\\"2022-10-08\\\",\\\"value\\\":500000,\\\"award\\\":2000,\\\"installment\\\":200,\\\"installments\\\":0,\\\"contract\\\":\\\"12345\\\",\\\"note\\\":\\\"teste de coberturas adicionais\\\"}\",\n    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":\\\"teste dos coment\\\\u00e1rios do FCI\\\"}\",\n    \"jsonAttachments\": null,\n    \"chrDocumentTitle\": \"Contrato de Locação\",\n    \"chrDocument\": \"IWR-845195-02.osulb.md\",\n    \"vrcNotes\": \"Teste de Alerta\",\n    \"txtExtraClauses\": null,\n    \"dteRental\": \"2022-09-01T03:00:00.000000Z\",\n    \"dteStart\": \"2022-09-03T03:00:00.000000Z\",\n    \"dteActivation\": null,\n    \"dteEnd\": \"2023-09-02T03:00:00.000000Z\",\n    \"dteLastReadjustment\": null,\n    \"dteTerminationStart\": null,\n    \"dteTerminationEnd\": null,\n    \"chrTerminationReason\": null,\n    \"isExcludeRecurringExpenses\": false,\n    \"dteVacancyDate\": null,\n    \"isVacancyDateinTermination\": false,\n    \"isChargeTerminationFine\": false,\n    \"vrcTerminationsNotes\": null,\n    \"chrStatus\": \"DRAFT\",\n    \"chrFinancialStatus\": \"REGULAR\",\n    \"isActive\": false,\n    \"isDraft\": true,\n    \"dttDeleted\": null,\n    \"taxation\": {\n        \"invoiceThroughSystem\": true,\n        \"incomeTaxHold\": \"NOT\",\n        \"dimobGenerate\": true,\n        \"IRRFAdministrationFeeDeduction\": false\n    },\n    \"billingAddress\": [],\n    \"guarantee\": {\n        \"type\": \"insurance\",\n        \"company\": 5920,\n        \"value\": 250,\n        \"contract\": \"987654\",\n        \"note\": \"teste de observações do seguro fiança\"\n    },\n    \"fireInsurance\": {\n        \"subscribed\": true,\n        \"company\": 5911,\n        \"start\": \"2022-09-01\",\n        \"expiration\": \"2022-10-08\",\n        \"value\": 500000,\n        \"award\": 2000,\n        \"installment\": 200,\n        \"installments\": 0,\n        \"contract\": \"12345\",\n        \"note\": \"teste de coberturas adicionais\"\n    },\n    \"pcf\": {\n        \"subscribed\": true,\n        \"percentage\": 6,\n        \"fkAdjustmentIndex\": 7,\n        \"note\": \"teste dos comentários do FCI\"\n    },\n    \"durationInMonths\": 12,\n    \"attachments\": [],\n    \"property\": {\n        \"id\": 361,\n        \"ak\": 1,\n        \"fkCompany\": 1,\n        \"fkRentalContract\": null,\n        \"fkCondo\": 7002,\n        \"fkManagement\": 6503,\n        \"fkOutsider\": null,\n        \"chrStatus\": \"DOCUMENTATION\",\n        \"chrReference\": \"IWR-845195\",\n        \"chrInnerReference\": \"OGS-306082\",\n        \"fkPropertyType\": 5,\n        \"chrDocument\": \"CASA 01.eynxr.md\",\n        \"chrDocumentTitle\": \"Contrato de Locação\",\n        \"isActive\": true,\n        \"chrTerminationReason\": null,\n        \"dteTermination\": null,\n        \"dteNewListing\": null,\n        \"dcmEvaluatedRent\": 0,\n        \"dcmExpectedRent\": 0,\n        \"dcmRentRawValue\": 1000,\n        \"dcmRentPercentDiscount\": 10,\n        \"dcmSale\": 0,\n        \"dcmSalePromo\": 0,\n        \"dcmArea\": 0,\n        \"dcmAreaPrivate\": 0,\n        \"dcmAreaLand\": 0,\n        \"isRentFeeFixed\": false,\n        \"chrRawOrNetBased\": null,\n        \"dcmRentFee\": 1000,\n        \"intRentFeeInstallments\": 1,\n        \"dcmAdminFee\": 10,\n        \"isAdminFeeFixed\": false,\n        \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n        \"intExemptionFine\": 0,\n        \"intExclusivityPeriod\": 120,\n        \"isCondoManagementInternal\": false,\n        \"dcmCondoValue\": 100,\n        \"chrLocation\": \"URBAN\",\n        \"chrPurpose\": \"RESIDENCE\",\n        \"jsonSettings\": \"{\\\"codeWather\\\":\\\"JP\\\\/2022\\\\/33771\\\",\\\"codeEnergy\\\":\\\"DU\\\\/2022\\\\/05563\\\",\\\"codeGas\\\":\\\"YE\\\\/2022\\\\/12069\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S M.H.O\\\",\\\"codeGarbageFee\\\":\\\"DI\\\\/2022\\\\/03809\\\",\\\"codeFireInsurance\\\":\\\"WF\\\\/2022\\\\/60094\\\",\\\"codeSpu\\\":\\\"CK\\\\/2022\\\\/36833\\\",\\\"isPulledDown\\\":true}\",\n        \"jsonTransfer\": \"{\\\"assurance\\\":\\\"ALWAYS\\\",\\\"assurance_months\\\":-1,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n        \"jsonGarages\": \"[]\",\n        \"jsonDurations\": \"[12,24,36]\",\n        \"jsonAgents\": \"[]\",\n        \"jsonAttachments\": \"\",\n        \"chrAddressPostalCode\": \"81.280-430\",\n        \"chrAddressState\": \"PR\",\n        \"chrAddressCity\": \"Curitiba\",\n        \"chrAddressCityCode\": \"4106902\",\n        \"chrAddressDistrict\": \"Cidade Industrial\",\n        \"chrAddressStreet\": \"Rua Anna Dinarowski Sobczyk\",\n        \"chrAddressNumber\": \"596\",\n        \"chrAddressComplement\": \"100\",\n        \"chrNotaryOffice\": \"CAMPO COMPRIDO\",\n        \"chrNotaryId\": \"1111.0000\",\n        \"txtNote\": \"\",\n        \"dttRegister\": \"2022-03-21T00:55:16.000000Z\",\n        \"dttDeleted\": null,\n        \"settings\": {\n            \"codeWather\": \"JP/2022/33771\",\n            \"codeEnergy\": \"DU/2022/05563\",\n            \"codeGas\": \"YE/2022/12069\",\n            \"companyGas\": \"DISTRIBUIDORA DE GÁS M.H.O\",\n            \"codeGarbageFee\": \"DI/2022/03809\",\n            \"codeFireInsurance\": \"WF/2022/60094\",\n            \"codeSpu\": \"CK/2022/36833\",\n            \"isPulledDown\": true\n        },\n        \"transfer\": {\n            \"assurance\": \"ALWAYS\",\n            \"assurance_months\": -1,\n            \"endsAt\": null,\n            \"when\": \"FIXED\",\n            \"day\": 10\n        },\n        \"garages\": [],\n        \"durations\": [\n            12,\n            24,\n            36\n        ],\n        \"agents\": [],\n        \"dcmRentNetValue\": 900,\n        \"dcmRentDiscountValue\": 100,\n        \"attachments\": [],\n        \"contract\": null\n    }\n}"}],"_postman_id":"f69f8c8a-26dd-4baf-b68b-6fe827b31ec4"},{"name":"Exclusão","id":"a6740056-363e-4a68-86df-1cca3ec7c90e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/1642","description":"<p>Para deletar um cadastro, bastante enviar o método DELETE e incluir o ID do contrato na rota, conforme exemplo abaixo.</p>\n<p>Contratos que foram ativados (estejam eles ativos no momento ou já rescindidos) não podem ser deletados.</p>\n","urlObject":{"path":["contract","1642"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"a062f6b7-f9ee-47b5-aa74-45c02d5f1eb5","name":"Exemplo","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkCompany\": 1,\r\n    \"fkProperty\": 361,\r\n    \"fkWallet\": 1,\r\n    \"fkAdjustmentIndex\": 1,\r\n    \"intDueDay\": 10,\r\n    \"intDelayedPayments\": 0,\r\n    \"intFineExemptionMonths\": 2,\r\n    \"isPayToLive\": false,\r\n    \"hasBankFee\": true,\r\n    \"dcmRentRawValue\": 1000,\r\n    \"dcmRentPercentDiscount\": 10,\r\n    \"dcmRentNetValue\": 900,\r\n    \"dcmRentDiscountValue\": 100,\r\n    \"dcmInterestForLate\": 10,\r\n    \"dcmFineForLate\": 5,\r\n    \"isAdmFeeFixed\": false,\r\n    \"dcmAdmFeeValue\": 0,\r\n    \"chrContractType\": \"RESIDENCE\",\r\n    \"chrBusinessActivity\": \"\",\r\n    \"chrChargeMethod\": \"EMAIL\",\r\n    \"dteRental\": \"2022-09-01\",\r\n    \"dteStart\": \"2022-09-03\",\r\n    \"dteActivation\": null,\r\n    \"dteEnd\": \"2023-09-02\",\r\n    \"dteLastReadjustment\": null,\r\n    \"dteTerminationStart\": null,\r\n    \"dteTerminationEnd\": null,\r\n    \"chrTerminationReason\": \"\",\r\n    \"isExcludeRecurringExpenses\": false,\r\n    \"dteVacancyDate\": null,\r\n    \"isVacancyDateinTermination\": false,\r\n    \"isChargeTerminationFine\": false,\r\n    \"vrcTerminationsNotes\": \"\",\r\n    \"chrStatus\": \"DRAFT\",\r\n    \"chrFinancialStatus\": \"REGULAR\",\r\n    \"durationInMonths\": 12,\r\n    \"renters\": [\r\n        {\r\n            \"fkRenter\": 2989,\r\n            \"isMain\": true,\r\n            \"dcmRatio\": 50\r\n        },\r\n        {\r\n            \"fkRenter\": 1075,\r\n            \"isMain\": false,\r\n            \"dcmRatio\": 50\r\n        }\r\n    ],\r\n    \"taxation\": {\r\n        \"invoiceThroughSystem\": true,\r\n        \"incomeTaxHold\": \"NOT\",\r\n        \"dimobGenerate\": true,\r\n        \"IRRFAdministrationFeeDeduction\": false\r\n    },\r\n    \"fireInsurance\": {\r\n        \"subscribed\": true,\r\n        \"company\": 5911,\r\n        \"start\": \"2022-09-01\",\r\n        \"expiration\": \"2022-10-08\",\r\n        \"value\": 500000,\r\n        \"award\": 2000,\r\n        \"installment\": 200,\r\n        \"installments\": 0,\r\n        \"contract\": \"12345\",\r\n        \"note\": \"teste de coberturas adicionais\"\r\n    },\r\n    \"pcf\": {\r\n        \"subscribed\": true,\r\n        \"percentage\": 6,\r\n        \"fkAdjustmentIndex\": 7,\r\n        \"note\": \"teste dos comentários do FCI\"\r\n    },\r\n    \"attachments\": [],\r\n    \"guarantee\": {\r\n        \"type\": \"insurance\",\r\n        \"company\": 5920,\r\n        \"value\": 250,\r\n        \"contract\": \"987654\",\r\n        \"note\": \"teste de observações do seguro fiança\"\r\n    },\r\n    \"billingAddress\": {},\r\n    \"vrcNotes\": \"Teste de Alerta\",\r\n    \"isActive\": false,\r\n    \"isDraft\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/1642"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 14 Oct 2022 17:28:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"a6740056-363e-4a68-86df-1cca3ec7c90e"},{"name":"Listagem Avançada","id":"470e858d-0c90-44d8-ac1b-4d7e39d9101b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": [],\r\n    \"fkAdjustmentIndex\": [],\r\n    \"intDueDay\": 0,\r\n    \"dcmRentRawValueMin\": 0,\r\n    \"dcmRentRawValueMax\": 0,\r\n    \"dcmRentNetValueMin\": 0,\r\n    \"dcmRentNetValueMax\": 0,\r\n    \"chrContractType\": [],\r\n    \"chrChargeMethod\": [],\r\n    \"dteStart\": [],\r\n    \"dteEnd\": [],\r\n    \"dteLastReadjustment\": [],\r\n    \"dteTerminationEnd\": [],\r\n    \"chrTerminationReason\": [],\r\n    \"chrStatus\": [],\r\n    \"chrFinancialStatus\": [],\r\n    \"guarantee\": [],\r\n    \"pcf\": [],\r\n    \"fireInsurance\": [],\r\n    \"dteActiveOn\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/report/list","description":"<p>Essa rota deve ser utilizada para consultas avançadas. Diferentemente da rota de listagem mostrada acima, aqui a ideia não é recuperar todos os contratos, assim como não é indicada para recuperar um contrato específico.</p>\n<p>A ideia da rota seria para ajudar em casos em que se quer filtrar todos os contratos que cumprem determinado critério. Exemplos seriam:</p>\n<ul>\n<li>Contratos com valor bruto entre R$1000 e R$2000</li>\n<li>Contrato ativos que tenham seguro fiança</li>\n<li>Contratos rescindidos em 2022 com valor acima de R$10.000</li>\n</ul>\n<p>Para montar a query, estão disponíveis os campos abaixo, todos opcionais:</p>\n<p><strong>'company':</strong> array de int de filiais;<br /><strong>'fkAdjustmentIndex':</strong> array de int de índices de reajuste;<br /><strong>'intDueDay':</strong> int de Dia de vencimento;<br /><strong>'dcmRentRawValueMin':</strong> Float de valor mínimo do aluguel bruto;<br /><strong>'dcmRentRawValueMax':</strong> Float de valor máximo do aluguel bruto;<br /><strong>'dcmRentNetValueMin':</strong> Float de valor mínimo do aluguel líquido;<br /><strong>'dcmRentNetValueMax':</strong> Float de valor máximo do aluguel líquido;<br /><strong>'chrContractType':</strong> array de tipos de contrato;<br /><strong>'chrChargeMethod':</strong> array de métodos de Cobrança;<br /><strong>'dteStart':</strong> array contendo duas datas, que marcarão o RANGE a ser considerado para data de início do contrato (ex.: [\"2022-07-01\",\"2022-08-31\"]);<br /><strong>'dteEnd':</strong> array contendo duas datas, que marcarão o RANGE a ser considerado para data de fim do contrato (ex.: [\"2022-07-01\",\"2022-08-31\"]);<br /><strong>'dteLastReadjustment':</strong> array contendo duas datas, que marcarão o RANGE a ser considerado para data de último reajuste do contrato (ex.: [\"2022-07-01\",\"2022-08-31\"]);<br /><strong>'dteTerminationEnd':</strong> array contendo duas datas, que marcarão o RANGE a ser considerado para data de rescisão do contrato (ex.: [\"2022-07-01\",\"2022-08-31\"])\n<strong>chrTerminationReason':</strong> array de motivos de rescisão;<br /><strong>'chrStatus':</strong> array de status do contrato;<br /><strong>'chrFinancialStatus':</strong> array de status financeiro do contrato;<br /><strong>'guarantee':</strong> array de tipo de garantia;<br /><strong>'pcf':</strong> array de FCI (domínio 'ACTIVE' | 'INACTIVE')<br /><strong>'fireInsurance':</strong> array de Seguro Incêndio (domínio 'ACTIVE' | 'INACTIVE')<br /><strong>'dteActiveOn':</strong> data no formato YYYY-MM-DD. Retornará os contratos que estavam ativos na data informada. Útil para fins de precisão de relatórios de fechamento.</p>\n","urlObject":{"path":["contract","report","list"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"93802c22-0204-4748-baae-7e29948143aa","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"company\": [],\r\n    \"fkAdjustmentIndex\": [],\r\n    \"intDueDay\": 0,\r\n    \"dcmRentRawValueMin\": 0,\r\n    \"dcmRentRawValueMax\": 0,\r\n    \"dcmRentNetValueMin\": 0,\r\n    \"dcmRentNetValueMax\": 0,\r\n    \"chrContractType\": [],\r\n    \"chrChargeMethod\": [],\r\n    \"dteStart\": [],\r\n    \"dteEnd\": [],\r\n    \"dteLastReadjustment\": [],\r\n    \"dteTerminationEnd\": [],\r\n    \"chrTerminationReason\": [],\r\n    \"chrStatus\": [],\r\n    \"chrFinancialStatus\": [],\r\n    \"guarantee\": [],\r\n    \"pcf\": [],\r\n    \"fireInsurance\": [],\r\n    \"dteActiveOn\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/rental/contract/report/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Sat, 03 Sep 2022 19:40:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"chrIdentifier\": \"BVB-461002/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5599]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":4.1,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-02-02\\\",\\\"expiration\\\":\\\"2099-02-01\\\",\\\"value\\\":172750,\\\"award\\\":0,\\\"installment\\\":25.98,\\\"installments\\\":0,\\\"contract\\\":\\\"4095942\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 931,\n            \"id\": 931,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1315.69\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2018-02-02T02:00:00.000000Z\",\n            \"dteEnd\": \"2024-03-01T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5599\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-02-02\",\n                \"expiration\": \"2099-02-01\",\n                \"value\": 172750,\n                \"award\": 0,\n                \"installment\": 25.98,\n                \"installments\": 0,\n                \"contract\": \"4095942\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 4.1,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 73,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"WDT-681894/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2620]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 660,\n            \"id\": 660,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"14143.63\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-09T03:00:00.000000Z\",\n            \"dteStart\": \"2013-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2019-06-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2620\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 73,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"TXX-906822/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[3640]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 426,\n            \"id\": 426,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"5310.40\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-09T03:00:00.000000Z\",\n            \"dteStart\": \"2012-07-11T03:00:00.000000Z\",\n            \"dteEnd\": \"2018-08-10T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    3640\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 73,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"IIL-007608/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-04-09\\\",\\\"expiration\\\":\\\"2022-04-08\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":\\\"01.109.423.010913\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 422,\n            \"id\": 422,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"4933.97\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-09-11T03:00:00.000000Z\",\n            \"dteStart\": \"2005-04-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-04-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2021-04-09\",\n                \"expiration\": \"2022-04-08\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": \"01.109.423.010913\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 73,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"OZA-392876/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 1030,\n            \"id\": 1030,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"230.82\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"1997-02-05T02:00:00.000000Z\",\n            \"dteEnd\": \"1998-02-04T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"CIZ-170203/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4785,5361]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2005-06-01\\\",\\\"expiration\\\":\\\"2006-05-31\\\",\\\"value\\\":162000,\\\"award\\\":0,\\\"installment\\\":32.29,\\\"installments\\\":0,\\\"contract\\\":\\\"4049994\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 457,\n            \"id\": 457,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1106.35\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2005-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2006-05-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4785,\n                    5361\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2005-06-01\",\n                \"expiration\": \"2006-05-31\",\n                \"value\": 162000,\n                \"award\": 0,\n                \"installment\": 32.29,\n                \"installments\": 0,\n                \"contract\": \"4049994\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"LID-627910/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2055]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-12-01\\\",\\\"expiration\\\":\\\"2027-02-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":55.71,\\\"installments\\\":0,\\\"contract\\\":\\\"4042131\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 420,\n            \"id\": 420,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1072.75\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": \"2022-05-19T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2021-12-08T03:00:00.000000Z\",\n            \"dteStart\": \"2004-12-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2006-06-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"TERMINATED\",\n            \"chrTerminationReason\": \"ENDED_ACTIVITIES\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2055\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-12-01\",\n                \"expiration\": \"2027-02-26\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 55.71,\n                \"installments\": 0,\n                \"contract\": \"4042131\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 19,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"OJT-457314/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[513]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-29\\\",\\\"expiration\\\":\\\"2099-04-28\\\",\\\"value\\\":115000,\\\"award\\\":12.3,\\\"installment\\\":15.2,\\\"installments\\\":0,\\\"contract\\\":\\\"4049956\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos el\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 530,\n            \"id\": 530,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"667.27\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-01-14T03:00:00.000000Z\",\n            \"dteStart\": \"2005-12-20T02:00:00.000000Z\",\n            \"dteEnd\": \"2006-12-19T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    513\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-29\",\n                \"expiration\": \"2099-04-28\",\n                \"value\": 115000,\n                \"award\": 12.3,\n                \"installment\": 15.2,\n                \"installments\": 0,\n                \"contract\": \"4049956\",\n                \"note\": \"Incêndio, Vendaval e Danos elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"PWA-297985/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"safeguard\\\",\\\"manager\\\":\\\"OWNER\\\",\\\"value\\\":0,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 524,\n            \"id\": 524,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1286.97\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2028-04-01T03:00:00.000000Z\",\n            \"dteStart\": \"2007-04-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2008-03-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"INTERNAL_CHARGING\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"safeguard\",\n                \"manager\": \"OWNER\",\n                \"value\": 0,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"ZFP-193399/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5399]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"9999-05-30\\\",\\\"value\\\":93312,\\\"award\\\":14.71,\\\"installment\\\":19.14,\\\"installments\\\":0,\\\"contract\\\":\\\"4115552\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 759,\n            \"id\": 759,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"500.00\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": \"2022-06-29T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2022-03-08T03:00:00.000000Z\",\n            \"dteStart\": \"2008-03-08T03:00:00.000000Z\",\n            \"dteEnd\": \"2009-03-07T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"TERMINATED\",\n            \"chrTerminationReason\": \"BOUGHT_PROPERTY\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5399\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"9999-05-30\",\n                \"value\": 93312,\n                \"award\": 14.71,\n                \"installment\": 19.14,\n                \"installments\": 0,\n                \"contract\": \"4115552\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"NZI-162026/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4841]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-11-01\\\",\\\"expiration\\\":\\\"2099-10-31\\\",\\\"value\\\":64100,\\\"award\\\":0,\\\"installment\\\":19.6,\\\"installments\\\":0,\\\"contract\\\":\\\"4042229\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 1029,\n            \"id\": 1029,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"545.11\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-03-08T03:00:00.000000Z\",\n            \"dteStart\": \"2008-03-12T03:00:00.000000Z\",\n            \"dteEnd\": \"2009-03-11T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4841\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-11-01\",\n                \"expiration\": \"2099-10-31\",\n                \"value\": 64100,\n                \"award\": 0,\n                \"installment\": 19.6,\n                \"installments\": 0,\n                \"contract\": \"4042229\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"RFT-257537/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-03-01\\\",\\\"expiration\\\":\\\"2099-02-28\\\",\\\"value\\\":341400,\\\"award\\\":0,\\\"installment\\\":70,\\\"installments\\\":0,\\\"contract\\\":\\\"4042154\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 1556,\n            \"id\": 1556,\n            \"intDueDay\": 3,\n            \"dcmRentRawValue\": \"2488.19\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2005-02-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2009-03-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-03-01\",\n                \"expiration\": \"2099-02-28\",\n                \"value\": 341400,\n                \"award\": 0,\n                \"installment\": 70,\n                \"installments\": 0,\n                \"contract\": \"4042154\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 50,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"DDR-077746/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[3013]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-08-09\\\",\\\"expiration\\\":\\\"2099-08-08\\\",\\\"value\\\":59500,\\\"award\\\":0,\\\"installment\\\":27.34,\\\"installments\\\":0,\\\"contract\\\":\\\"4091981\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 462,\n            \"id\": 462,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1229.37\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-06-15T03:00:00.000000Z\",\n            \"dteStart\": \"2008-08-09T03:00:00.000000Z\",\n            \"dteEnd\": \"2009-08-08T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    3013\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-08-09\",\n                \"expiration\": \"2099-08-08\",\n                \"value\": 59500,\n                \"award\": 0,\n                \"installment\": 27.34,\n                \"installments\": 0,\n                \"contract\": \"4091981\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"EHY-779767/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5293]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-07-01\\\",\\\"expiration\\\":\\\"2020-04-30\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":77.2,\\\"installments\\\":0,\\\"contract\\\":\\\"4091328\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 476,\n            \"id\": 476,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"730.50\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-03-08T03:00:00.000000Z\",\n            \"dteStart\": \"2007-03-14T03:00:00.000000Z\",\n            \"dteEnd\": \"2009-09-13T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5293\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-07-01\",\n                \"expiration\": \"2020-04-30\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 77.2,\n                \"installments\": 0,\n                \"contract\": \"4091328\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"VZN-044683/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":78.74,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"2099-04-30\\\",\\\"value\\\":240000,\\\"award\\\":14.71,\\\"installment\\\":14.97,\\\"installments\\\":0,\\\"contract\\\":\\\"4091501\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 542,\n            \"id\": 542,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"628.12\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-11-08T03:00:00.000000Z\",\n            \"dteStart\": \"2008-11-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2009-10-31T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"insurance\",\n                \"company\": 5907,\n                \"value\": 78.74,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"2099-04-30\",\n                \"value\": 240000,\n                \"award\": 14.71,\n                \"installment\": 14.97,\n                \"installments\": 0,\n                \"contract\": \"4091501\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"BCQ-243194/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-27\\\",\\\"expiration\\\":\\\"2099-04-28\\\",\\\"value\\\":420000,\\\"award\\\":47.97,\\\"installment\\\":64.56,\\\"installments\\\":0,\\\"contract\\\":\\\"4050017\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 471,\n            \"id\": 471,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1819.75\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-11-08T03:00:00.000000Z\",\n            \"dteStart\": \"2006-11-08T02:00:00.000000Z\",\n            \"dteEnd\": \"2009-11-07T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-27\",\n                \"expiration\": \"2099-04-28\",\n                \"value\": 420000,\n                \"award\": 47.97,\n                \"installment\": 64.56,\n                \"installments\": 0,\n                \"contract\": \"4050017\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 36,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"RMR-916051/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5236]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5910,\\\"start\\\":\\\"2022-06-23\\\",\\\"expiration\\\":\\\"2023-06-23\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":\\\"041003\\\",\\\"note\\\":\\\"Limite M\\\\u00e1ximo de Garantia da Ap\\\\u00f3lice (R$)\\\\n424.500,00\\\"}\",\n            \"fkProperty\": 699,\n            \"id\": 699,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"2186.98\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2009-02-02T02:00:00.000000Z\",\n            \"dteEnd\": \"2010-02-01T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 2,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5236\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5910,\n                \"start\": \"2022-06-23\",\n                \"expiration\": \"2023-06-23\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": \"041003\",\n                \"note\": \"Limite Máximo de Garantia da Apólice (R$)\\n424.500,00\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"PBQ-277304/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"9999-05-30\\\",\\\"value\\\":336000,\\\"award\\\":21.94,\\\"installment\\\":21.95,\\\"installments\\\":0,\\\"contract\\\":\\\"178677\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 596,\n            \"id\": 596,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1018.53\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-09-23T03:00:00.000000Z\",\n            \"dteStart\": \"2007-09-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2010-02-28T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"INTERNAL_CHARGING\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"9999-05-30\",\n                \"value\": 336000,\n                \"award\": 21.94,\n                \"installment\": 21.95,\n                \"installments\": 0,\n                \"contract\": \"178677\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"ETG-903049/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4804]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-12-01\\\",\\\"expiration\\\":\\\"2022-11-30\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":\\\"000000\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 464,\n            \"id\": 464,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1466.12\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-04-13T03:00:00.000000Z\",\n            \"dteStart\": \"2005-03-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2010-03-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4804\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2021-12-01\",\n                \"expiration\": \"2022-11-30\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": \"000000\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 61,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"VMA-058954/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2638]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2007-10-06\\\",\\\"expiration\\\":\\\"2099-10-05\\\",\\\"value\\\":102300,\\\"award\\\":119.59,\\\"installment\\\":16,\\\"installments\\\":0,\\\"contract\\\":\\\"30.076111\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 729,\n            \"id\": 729,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1501.42\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-12-08T03:00:00.000000Z\",\n            \"dteStart\": \"2007-10-06T03:00:00.000000Z\",\n            \"dteEnd\": \"2010-04-05T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2638\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2007-10-06\",\n                \"expiration\": \"2099-10-05\",\n                \"value\": 102300,\n                \"award\": 119.59,\n                \"installment\": 16,\n                \"installments\": 0,\n                \"contract\": \"30.076111\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"ADS-588543/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5267]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"9999-04-30\\\",\\\"value\\\":360000,\\\"award\\\":37.68,\\\"installment\\\":42.12,\\\"installments\\\":0,\\\"contract\\\":\\\"4050024\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 787,\n            \"id\": 787,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"2012.54\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-12-08T03:00:00.000000Z\",\n            \"dteStart\": \"2009-11-20T02:00:00.000000Z\",\n            \"dteEnd\": \"2010-11-19T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5267\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"9999-04-30\",\n                \"value\": 360000,\n                \"award\": 37.68,\n                \"installment\": 42.12,\n                \"installments\": 0,\n                \"contract\": \"4050024\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"DZZ-168032/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5136]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"9999-05-30\\\",\\\"value\\\":420000,\\\"award\\\":35.83,\\\"installment\\\":35.83,\\\"installments\\\":0,\\\"contract\\\":\\\"4074077\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 1100,\n            \"id\": 1100,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1302.50\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-23T03:00:00.000000Z\",\n            \"dteStart\": \"2006-10-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-06-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5136\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"9999-05-30\",\n                \"value\": 420000,\n                \"award\": 35.83,\n                \"installment\": 35.83,\n                \"installments\": 0,\n                \"contract\": \"4074077\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 57,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"IJR-816829/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5004]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"9999-04-30\\\",\\\"value\\\":462000,\\\"award\\\":21.74,\\\"installment\\\":37.09,\\\"installments\\\":0,\\\"contract\\\":\\\"4115561\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 820,\n            \"id\": 820,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1888.10\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-08-25T03:00:00.000000Z\",\n            \"dteStart\": \"2010-08-04T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-08-03T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5004\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"9999-04-30\",\n                \"value\": 462000,\n                \"award\": 21.74,\n                \"installment\": 37.09,\n                \"installments\": 0,\n                \"contract\": \"4115561\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"ZRG-602520/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2225]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"9999-05-30\\\",\\\"value\\\":129600,\\\"award\\\":17.13,\\\"installment\\\":25.54,\\\"installments\\\":0,\\\"contract\\\":\\\"4115478\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 591,\n            \"id\": 591,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1244.50\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-08-25T03:00:00.000000Z\",\n            \"dteStart\": \"2010-08-09T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-08-08T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2225\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"9999-05-30\",\n                \"value\": 129600,\n                \"award\": 17.13,\n                \"installment\": 25.54,\n                \"installments\": 0,\n                \"contract\": \"4115478\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"SIL-884089/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5435]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-08-11\\\",\\\"expiration\\\":\\\"2022-08-10\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 826,\n            \"id\": 826,\n            \"intDueDay\": 20,\n            \"dcmRentRawValue\": \"4278.10\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": \"2022-06-09T03:00:00.000000Z\",\n            \"dteLastReadjustment\": \"2021-09-23T03:00:00.000000Z\",\n            \"dteStart\": \"2010-09-15T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-09-14T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"TERMINATED\",\n            \"chrTerminationReason\": \"SOLD_PROPERTY\",\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5435\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2021-08-11\",\n                \"expiration\": \"2022-08-10\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"UHT-145249/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"safeguard\\\",\\\"manager\\\":\\\"OWNER\\\",\\\"value\\\":0.01,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-05-29\\\",\\\"expiration\\\":\\\"2099-05-30\\\",\\\"value\\\":420000,\\\"award\\\":36.64,\\\"installment\\\":38.98,\\\"installments\\\":0,\\\"contract\\\":\\\"4115671\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 829,\n            \"id\": 829,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1540.44\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-25T03:00:00.000000Z\",\n            \"dteStart\": \"2010-10-28T02:00:00.000000Z\",\n            \"dteEnd\": \"2011-10-27T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"safeguard\",\n                \"manager\": \"OWNER\",\n                \"value\": 0.01,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-05-29\",\n                \"expiration\": \"2099-05-30\",\n                \"value\": 420000,\n                \"award\": 36.64,\n                \"installment\": 38.98,\n                \"installments\": 0,\n                \"contract\": \"4115671\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"MPT-015881/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-11-01\\\",\\\"expiration\\\":\\\"2099-10-31\\\",\\\"value\\\":119500,\\\"award\\\":0,\\\"installment\\\":27.88,\\\"installments\\\":0,\\\"contract\\\":\\\"4100506\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 746,\n            \"id\": 746,\n            \"intDueDay\": 10,\n            \"dcmRentRawValue\": \"1083.90\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-11-08T03:00:00.000000Z\",\n            \"dteStart\": \"2010-11-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2011-10-31T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-11-01\",\n                \"expiration\": \"2099-10-31\",\n                \"value\": 119500,\n                \"award\": 0,\n                \"installment\": 27.88,\n                \"installments\": 0,\n                \"contract\": \"4100506\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"LXC-528121/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[1451]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-29\\\",\\\"expiration\\\":\\\"2099-04-28\\\",\\\"value\\\":156000,\\\"award\\\":35.33,\\\"installment\\\":48.47,\\\"installments\\\":0,\\\"contract\\\":\\\"4049959\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 527,\n            \"id\": 527,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1626.63\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-23T03:00:00.000000Z\",\n            \"dteStart\": \"2009-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2011-11-30T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    1451\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-29\",\n                \"expiration\": \"2099-04-28\",\n                \"value\": 156000,\n                \"award\": 35.33,\n                \"installment\": 48.47,\n                \"installments\": 0,\n                \"contract\": \"4049959\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"RXG-211964/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5165]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"note\\\": null, \\\"award\\\": 0, \\\"start\\\": \\\"2018-09-18\\\", \\\"value\\\": 269000, \\\"company\\\": 0, \\\"contract\\\": \\\"4091420\\\", \\\"expiration\\\": \\\"2019-09-22\\\", \\\"subscribed\\\": true, \\\"installment\\\": 0, \\\"installments\\\": 0}\",\n            \"fkProperty\": 770,\n            \"id\": 770,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1411.44\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-09T03:00:00.000000Z\",\n            \"dteStart\": \"2009-07-18T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-01-17T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5165\n                ]\n            },\n            \"fireInsurance\": {\n                \"note\": null,\n                \"award\": 0,\n                \"start\": \"2018-09-18\",\n                \"value\": 269000,\n                \"company\": 0,\n                \"contract\": \"4091420\",\n                \"expiration\": \"2019-09-22\",\n                \"subscribed\": true,\n                \"installment\": 0,\n                \"installments\": 0\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"PLV-839316/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5815]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"2099-04-30\\\",\\\"value\\\":360000,\\\"award\\\":31.91,\\\"installment\\\":31.91,\\\"installments\\\":0,\\\"contract\\\":\\\"4070965\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 544,\n            \"id\": 544,\n            \"intDueDay\": 3,\n            \"dcmRentRawValue\": \"486.10\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-03-08T03:00:00.000000Z\",\n            \"dteStart\": \"2011-02-25T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-02-24T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5815\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"2099-04-30\",\n                \"value\": 360000,\n                \"award\": 31.91,\n                \"installment\": 31.91,\n                \"installments\": 0,\n                \"contract\": \"4070965\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"VJS-021917/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5818]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-25\\\",\\\"expiration\\\":\\\"2099-04-24\\\",\\\"value\\\":216000,\\\"award\\\":19.18,\\\"installment\\\":23.24,\\\"installments\\\":0,\\\"contract\\\":\\\"4115563\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 620,\n            \"id\": 620,\n            \"intDueDay\": 10,\n            \"dcmRentRawValue\": \"633.99\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2011-04-13T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-04-12T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5818\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-25\",\n                \"expiration\": \"2099-04-24\",\n                \"value\": 216000,\n                \"award\": 19.18,\n                \"installment\": 23.24,\n                \"installments\": 0,\n                \"contract\": \"4115563\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"QHG-191406/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2637]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"2099-03-31\\\",\\\"value\\\":93000,\\\"award\\\":15.86,\\\"installment\\\":15.37,\\\"installments\\\":0,\\\"contract\\\":\\\"4091393\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 1611,\n            \"id\": 1611,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1758.77\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-08-12T03:00:00.000000Z\",\n            \"dteStart\": \"2007-10-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-04-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2637\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"2099-03-31\",\n                \"value\": 93000,\n                \"award\": 15.86,\n                \"installment\": 15.37,\n                \"installments\": 0,\n                \"contract\": \"4091393\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 55,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"AHC-964560/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[3601]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":30.56,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 1644,\n            \"id\": 1644,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1682.61\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-25T03:00:00.000000Z\",\n            \"dteStart\": \"2011-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-05-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    3601\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 30.56,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"DPO-516142/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 893,\n            \"id\": 893,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1251.93\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-12-08T03:00:00.000000Z\",\n            \"dteStart\": \"2010-12-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2012-05-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 18,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"CLN-342129/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[3105]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":false}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-25\\\",\\\"expiration\\\":\\\"2099-04-24\\\",\\\"value\\\":300000,\\\"award\\\":14.39,\\\"installment\\\":20.6,\\\"installments\\\":0,\\\"contract\\\":\\\"4115665\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 531,\n            \"id\": 531,\n            \"intDueDay\": 10,\n            \"dcmRentRawValue\": \"1340.86\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-06-15T03:00:00.000000Z\",\n            \"dteStart\": \"2011-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-05-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    3105\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-25\",\n                \"expiration\": \"2099-04-24\",\n                \"value\": 300000,\n                \"award\": 14.39,\n                \"installment\": 20.6,\n                \"installments\": 0,\n                \"contract\": \"4115665\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": false\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"VEB-511765/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-06-08\\\",\\\"expiration\\\":\\\"2019-06-08\\\",\\\"value\\\":180000,\\\"award\\\":16.11,\\\"installment\\\":16.64,\\\"installments\\\":0,\\\"contract\\\":\\\"4070977\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 409,\n            \"id\": 409,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1121.22\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-09T03:00:00.000000Z\",\n            \"dteStart\": \"2010-07-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-06-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-06-08\",\n                \"expiration\": \"2019-06-08\",\n                \"value\": 180000,\n                \"award\": 16.11,\n                \"installment\": 16.64,\n                \"installments\": 0,\n                \"contract\": \"4070977\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 24,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"JXL-360502/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5339]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-10-01\\\",\\\"expiration\\\":\\\"2026-12-01\\\",\\\"value\\\":439000,\\\"award\\\":0,\\\"installment\\\":118.57,\\\"installments\\\":0,\\\"contract\\\":\\\"4042254\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 377,\n            \"id\": 377,\n            \"intDueDay\": 3,\n            \"dcmRentRawValue\": \"20674.22\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-09T03:00:00.000000Z\",\n            \"dteStart\": \"2011-07-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-06-30T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5339\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-10-01\",\n                \"expiration\": \"2026-12-01\",\n                \"value\": 439000,\n                \"award\": 0,\n                \"installment\": 118.57,\n                \"installments\": 0,\n                \"contract\": \"4042254\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"OOJ-219006/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[264]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-01-01\\\",\\\"expiration\\\":\\\"2099-12-31\\\",\\\"value\\\":132200,\\\"award\\\":0,\\\"installment\\\":53.51,\\\"installments\\\":0,\\\"contract\\\":\\\"4042147\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 1637,\n            \"id\": 1637,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"3261.01\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-25T03:00:00.000000Z\",\n            \"dteStart\": \"2010-02-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2012-07-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    264\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-01-01\",\n                \"expiration\": \"2099-12-31\",\n                \"value\": 132200,\n                \"award\": 0,\n                \"installment\": 53.51,\n                \"installments\": 0,\n                \"contract\": \"4042147\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"SPJ-927616/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5871]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"9999-04-30\\\",\\\"value\\\":164080,\\\"award\\\":25.28,\\\"installment\\\":31.3,\\\"installments\\\":0,\\\"contract\\\":\\\"4115494\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 673,\n            \"id\": 673,\n            \"intDueDay\": 3,\n            \"dcmRentRawValue\": \"1981.42\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-08-12T03:00:00.000000Z\",\n            \"dteStart\": \"2011-08-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-07-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5871\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"9999-04-30\",\n                \"value\": 164080,\n                \"award\": 25.28,\n                \"installment\": 31.3,\n                \"installments\": 0,\n                \"contract\": \"4115494\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"XAA-846631/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2026]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"2099-05-30\\\",\\\"value\\\":324000,\\\"award\\\":28.03,\\\"installment\\\":48.27,\\\"installments\\\":0,\\\"contract\\\":\\\"4115444\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 757,\n            \"id\": 757,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1687.26\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-02-14T03:00:00.000000Z\",\n            \"dteStart\": \"2010-02-05T02:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-04T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2026\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"2099-05-30\",\n                \"value\": 324000,\n                \"award\": 28.03,\n                \"installment\": 48.27,\n                \"installments\": 0,\n                \"contract\": \"4115444\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"WIF-498130/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5804]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-29\\\",\\\"expiration\\\":\\\"2099-04-28\\\",\\\"value\\\":180000,\\\"award\\\":40.78,\\\"installment\\\":57.57,\\\"installments\\\":0,\\\"contract\\\":\\\"4049964\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 467,\n            \"id\": 467,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"3406.82\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-06-15T03:00:00.000000Z\",\n            \"dteStart\": \"2008-01-11T02:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-10T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5804\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-29\",\n                \"expiration\": \"2099-04-28\",\n                \"value\": 180000,\n                \"award\": 40.78,\n                \"installment\": 57.57,\n                \"installments\": 0,\n                \"contract\": \"4049964\",\n                \"note\": \"Incêndio, vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 55,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"WVY-330392/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5160]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-04-29\\\",\\\"expiration\\\":\\\"2020-04-28\\\",\\\"value\\\":210000,\\\"award\\\":47.54,\\\"installment\\\":47.54,\\\"installments\\\":0,\\\"contract\\\":\\\"176738\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 568,\n            \"id\": 568,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1765.89\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-09-11T03:00:00.000000Z\",\n            \"dteStart\": \"2011-09-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5160\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-04-29\",\n                \"expiration\": \"2020-04-28\",\n                \"value\": 210000,\n                \"award\": 47.54,\n                \"installment\": 47.54,\n                \"installments\": 0,\n                \"contract\": \"176738\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"EGK-146670/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4790]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-04\\\",\\\"expiration\\\":\\\"2020-04-03\\\",\\\"value\\\":264000,\\\"award\\\":0,\\\"installment\\\":40.97,\\\"installments\\\":0,\\\"contract\\\":\\\"4050020\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 775,\n            \"id\": 775,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1566.45\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-09-23T03:00:00.000000Z\",\n            \"dteStart\": \"2011-09-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4790\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-04\",\n                \"expiration\": \"2020-04-03\",\n                \"value\": 264000,\n                \"award\": 0,\n                \"installment\": 40.97,\n                \"installments\": 0,\n                \"contract\": \"4050020\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"OOW-666373/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5160]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"9999-04-30\\\",\\\"value\\\":210000,\\\"award\\\":47.54,\\\"installment\\\":48.53,\\\"installments\\\":0,\\\"contract\\\":\\\"4050036\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 728,\n            \"id\": 728,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1765.89\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-09-23T03:00:00.000000Z\",\n            \"dteStart\": \"2011-09-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5160\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"9999-04-30\",\n                \"value\": 210000,\n                \"award\": 47.54,\n                \"installment\": 48.53,\n                \"installments\": 0,\n                \"contract\": \"4050036\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"VHB-449548/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5130]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-02-01\\\",\\\"expiration\\\":\\\"2099-01-31\\\",\\\"value\\\":210900,\\\"award\\\":21.03,\\\"installment\\\":22.16,\\\"installments\\\":0,\\\"contract\\\":\\\"4087993\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 507,\n            \"id\": 507,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1180.21\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-06-21T03:00:00.000000Z\",\n            \"dteStart\": \"2005-06-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-08-31T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 6,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    5130\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2019-02-01\",\n                \"expiration\": \"2099-01-31\",\n                \"value\": 210900,\n                \"award\": 21.03,\n                \"installment\": 22.16,\n                \"installments\": 0,\n                \"contract\": \"4087993\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 87,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"UNP-217690/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[4994]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-05-01\\\",\\\"expiration\\\":\\\"2099-04-30\\\",\\\"value\\\":300000,\\\"award\\\":0,\\\"installment\\\":27.1,\\\"installments\\\":0,\\\"contract\\\":\\\"4115679\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 513,\n            \"id\": 513,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1200.49\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-15T03:00:00.000000Z\",\n            \"dteStart\": \"2004-09-25T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-09-24T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"PROPERTY\",\n            \"chrContractType\": \"RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    4994\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-05-01\",\n                \"expiration\": \"2099-04-30\",\n                \"value\": 300000,\n                \"award\": 0,\n                \"installment\": 27.1,\n                \"installments\": 0,\n                \"contract\": \"4115679\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 96,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"WTM-943705/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 616,\n            \"id\": 616,\n            \"intDueDay\": 20,\n            \"dcmRentRawValue\": \"1607.57\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-15T03:00:00.000000Z\",\n            \"dteStart\": \"2011-09-26T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-09-25T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"INTERNAL_CHARGING\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"NOT_RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 12,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"CNP-709198/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2506]}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2018-11-01\\\",\\\"expiration\\\":\\\"2099-10-31\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":40.76,\\\"installments\\\":0,\\\"contract\\\":\\\"4042089\\\",\\\"note\\\":null}\",\n            \"fkProperty\": 800,\n            \"id\": 800,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"3400.10\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2021-10-15T03:00:00.000000Z\",\n            \"dteStart\": \"2010-03-03T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-10-02T03:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"bondsman\",\n                \"bondsman\": [\n                    2506\n                ]\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2018-11-01\",\n                \"expiration\": \"2099-10-31\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 40.76,\n                \"installments\": 0,\n                \"contract\": \"4042089\",\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 31,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"BSB-386679/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"safeguard\\\",\\\"manager\\\":\\\"OWNER\\\",\\\"value\\\":0.01,\\\"note\\\":null}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"2099-03-31\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":28.56,\\\"installments\\\":0,\\\"contract\\\":\\\"4050034\\\",\\\"note\\\":\\\"Inc\\\\u00eandio, Vendaval e Danos El\\\\u00e9tricos\\\"}\",\n            \"fkProperty\": 640,\n            \"id\": 640,\n            \"intDueDay\": 7,\n            \"dcmRentRawValue\": \"1062.06\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-01-14T03:00:00.000000Z\",\n            \"dteStart\": \"2007-01-01T02:00:00.000000Z\",\n            \"dteEnd\": \"2012-12-31T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"NOT_RESIDENCE\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"safeguard\",\n                \"manager\": \"OWNER\",\n                \"value\": 0.01,\n                \"note\": null\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 5920,\n                \"start\": \"2019-04-01\",\n                \"expiration\": \"2099-03-31\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 28.56,\n                \"installments\": 0,\n                \"contract\": \"4050034\",\n                \"note\": \"Incêndio, Vendaval e Danos Elétricos\"\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 72,\n            \"attachments\": []\n        },\n        {\n            \"chrIdentifier\": \"HCV-483350/01\",\n            \"jsonGuarantee\": \"{\\\"type\\\":\\\"no\\\"}\",\n            \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":0,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n            \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2022-01-01\\\",\\\"expiration\\\":\\\"9999-01-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":0,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n            \"fkProperty\": 894,\n            \"id\": 894,\n            \"intDueDay\": 5,\n            \"dcmRentRawValue\": \"1982.38\",\n            \"dcmRentPercentDiscount\": \"10.00\",\n            \"dteTerminationEnd\": null,\n            \"dteLastReadjustment\": \"2022-07-23T03:00:00.000000Z\",\n            \"dteStart\": \"2010-07-01T03:00:00.000000Z\",\n            \"dteEnd\": \"2012-12-31T02:00:00.000000Z\",\n            \"chrFinancialStatus\": \"REGULAR\",\n            \"chrStatus\": \"REGULAR\",\n            \"chrTerminationReason\": null,\n            \"chrChargeMethod\": \"EMAIL\",\n            \"chrContractType\": \"BUSINESS\",\n            \"fkAdjustmentIndex\": 1,\n            \"fkCompany\": 1,\n            \"taxation\": [],\n            \"billingAddress\": [],\n            \"guarantee\": {\n                \"type\": \"no\"\n            },\n            \"fireInsurance\": {\n                \"subscribed\": true,\n                \"company\": 0,\n                \"start\": \"2022-01-01\",\n                \"expiration\": \"9999-01-01\",\n                \"value\": 0,\n                \"award\": 0,\n                \"installment\": 0,\n                \"installments\": 0,\n                \"contract\": null,\n                \"note\": null\n            },\n            \"pcf\": {\n                \"subscribed\": true,\n                \"percentage\": 0,\n                \"fkAdjustmentIndex\": 7,\n                \"note\": null\n            },\n            \"durationInMonths\": 30,\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/report/list?page=1\",\n    \"from\": 1,\n    \"last_page\": 33,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/report/list?page=33\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/report/list?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/rental/contract/report/list\",\n    \"per_page\": 50,\n    \"prev_page_url\": null,\n    \"to\": 50,\n    \"total\": 1605\n}"}],"_postman_id":"470e858d-0c90-44d8-ac1b-4d7e39d9101b"},{"name":"Listagem de Reajustes do Contrato","id":"4acad61a-2c5f-4a83-b2c8-ed32aa7bb287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract/solvedreadjustmentlist/630","description":"<p>Retorna a listagem de reajustes efetuados no contrato enviado na requisição. Possível passar parâmetros \"page\" e \"size\" para paginação.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Detalhe</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>fkIndex</td>\n<td><strong>Índice de Reajuste:</strong>  <br />1 - IGP-M (FGV)  <br />2 - INPC (IBGE)  <br />3 - IPCA  <br />4 - IPC-Fipe  <br />5 - IGP-DI (FGV)  <br />6 - IPC-Br (FGV)  <br />7 - Poupança  <br />8 - TR  <br />9 - Sem Reajuste  <br />10 - INCC</td>\n</tr>\n<tr>\n<td>dcmBeforeReadjusmentValue</td>\n<td>Valor Anterior ao Reajuste</td>\n</tr>\n<tr>\n<td>dcmAfterReadjCalcValue</td>\n<td>Valor Calculado Automaticamente para o Reajuste</td>\n</tr>\n<tr>\n<td>dcmAfterReadjNegValue</td>\n<td>Valor Negociado Entre as Partes para o Reajuste. Tem precedência sobre o valor do campo 'dcmAfterReadjCalcValue'</td>\n</tr>\n<tr>\n<td>dcmCalculatedIndex</td>\n<td>Índice Calculado Automaticamente. Relacionado ao valor do campo 'dcmAfterReadjCalcValue'</td>\n</tr>\n<tr>\n<td>dcmNegociatedIndex</td>\n<td>Índice Negociado. Relacionado ao valor do campo 'dcmAfterReadjNegValue'</td>\n</tr>\n<tr>\n<td>dteReadjustmentDate</td>\n<td>Data do Reajuste</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["contract","solvedreadjustmentlist","630"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"3534c85b-a510-4385-8b16-1a178b02ef94","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/contract/solvedreadjustmentlist/630"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 13 Nov 2024 20:47:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1865,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkContract\": 630,\n            \"fkIndex\": 1,\n            \"dcmBeforeReadjusmentValue\": 442.84,\n            \"dcmAfterReadjCalcValue\": 422.65,\n            \"dcmAfterReadjNegValue\": 442.84,\n            \"dcmCalculatedIndex\": -4.56,\n            \"dcmNegociatedIndex\": 0,\n            \"dteReadjustmentDate\": \"2024-06-20T03:00:00.000000Z\",\n            \"chrStatus\": \"SOLVED\"\n        },\n        {\n            \"id\": 1312,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkContract\": 630,\n            \"fkIndex\": 1,\n            \"dcmBeforeReadjusmentValue\": 442.84,\n            \"dcmAfterReadjCalcValue\": 442.84,\n            \"dcmAfterReadjNegValue\": null,\n            \"dcmCalculatedIndex\": -4.46,\n            \"dcmNegociatedIndex\": null,\n            \"dteReadjustmentDate\": \"2023-06-11T03:00:00.000000Z\",\n            \"chrStatus\": \"SOLVED\"\n        },\n        {\n            \"id\": 199,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkContract\": 630,\n            \"fkIndex\": 1,\n            \"dcmBeforeReadjusmentValue\": 400,\n            \"dcmAfterReadjCalcValue\": 442.84,\n            \"dcmAfterReadjNegValue\": null,\n            \"dcmCalculatedIndex\": 10.71,\n            \"dcmNegociatedIndex\": null,\n            \"dteReadjustmentDate\": \"2022-06-15T03:00:00.000000Z\",\n            \"chrStatus\": \"SOLVED\"\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/solvedreadjustmentlist/630?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/rental/contract/solvedreadjustmentlist/630?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/rental/contract/solvedreadjustmentlist/630\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 3,\n    \"total\": 3\n}"}],"_postman_id":"4acad61a-2c5f-4a83-b2c8-ed32aa7bb287"}],"id":"8d2eb5b7-da1e-4f69-aa39-beafe2253d3f","description":"<p>Tabela de Referência:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Regras</th>\n<th>Descrição</th>\n<th>Domínio</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int unsigned</td>\n<td>auto_increment primary key</td>\n<td>Identificador</td>\n<td></td>\n</tr>\n<tr>\n<td>ak</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Identificador da Empresa - não é necessário enviar</td>\n<td></td>\n</tr>\n<tr>\n<td>fkCompany</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID da filial</td>\n<td></td>\n</tr>\n<tr>\n<td>fkProperty</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID do imóvel</td>\n<td></td>\n</tr>\n<tr>\n<td>fkWallet</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID da carteira</td>\n<td></td>\n</tr>\n<tr>\n<td>fkAdjustmentIndex</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID do índice de Reajuste</td>\n<td></td>\n</tr>\n<tr>\n<td>fkRenting</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID do inquilino</td>\n<td></td>\n</tr>\n<tr>\n<td>intDueDay</td>\n<td>tinyint unsigned</td>\n<td>not null</td>\n<td>Dia de Vencimento</td>\n<td></td>\n</tr>\n<tr>\n<td>intDelayedPayments</td>\n<td>tinyint unsigned</td>\n<td>null</td>\n<td>Pagamentos Atrasados</td>\n<td></td>\n</tr>\n<tr>\n<td>intFineExemptionMonths</td>\n<td>tinyint unsigned</td>\n<td>not null</td>\n<td>Meses para Isenção de Multa</td>\n<td></td>\n</tr>\n<tr>\n<td>isPayToLive</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Paga para Morar (Antecipado)</td>\n<td></td>\n</tr>\n<tr>\n<td>hasBankFee</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Tem taxa bancária</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmInterestForLate</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Taxa de Juros</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmFineForLate</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Multa de Atraso</td>\n<td></td>\n</tr>\n<tr>\n<td>isAdmFeeFixed</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Taxa de Adm. Fixa</td>\n<td></td>\n</tr>\n<tr>\n<td>dcmAdmFeeValue</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Taxa Adm.</td>\n<td></td>\n</tr>\n<tr>\n<td>chrIdentifier</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Identificador do Contrato</td>\n<td></td>\n</tr>\n<tr>\n<td>chrContractType</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Tipo de Contrato</td>\n<td>\"NOT_DEFINED\" =&gt; \"Não definido\",  <br />\"RESIDENCE\" =&gt; \"Residencial\",  <br />\"NOT_RESIDENCE\" =&gt; \"Não residencial\",  <br />\"BUSINESS\" =&gt; \"Comercial\",  <br />\"INDUSTRY\" =&gt; \"Indústria\",  <br />\"TEMPORARY\" =&gt; \"Temporada\",  <br />\"ON_DEMAND\" =&gt; \"Por encomenda\",  <br />\"MIXED\" =&gt; \"Misto\"</td>\n</tr>\n<tr>\n<td>chrBusinessActivity</td>\n<td>char(128)</td>\n<td>null</td>\n<td>Atividade Comercial</td>\n<td></td>\n</tr>\n<tr>\n<td>chrChargeMethod</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Método de Cobrança</td>\n<td>EMAIL' =&gt; 'Somente via e-mail',  <br />'PROPERTY' =&gt; 'Endereço do imóvel locado',  <br />'RENTER' =&gt; 'Endereço do Inquilino',  <br />'CUSTOM' =&gt; 'Outro Endereço'</td>\n</tr>\n<tr>\n<td>fireInsurance.subscribed</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Possui Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.company</td>\n<td>int</td>\n<td>null</td>\n<td>ID da seguradora</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.start</td>\n<td>date</td>\n<td>null</td>\n<td>Início do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.expiration</td>\n<td>date</td>\n<td>null</td>\n<td>Término do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Cobertura do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.award</td>\n<td>decimal(6. 2)</td>\n<td>null</td>\n<td>Valor do Prêmio do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.installment</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Parcela do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.installments</td>\n<td>int</td>\n<td>null</td>\n<td>Quantidade de Parcelas do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.contract</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Apólice do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>fireInsurance.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do Seguro Incêndio</td>\n<td></td>\n</tr>\n<tr>\n<td>pcf.subscribed</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Possui FCI?</td>\n<td></td>\n</tr>\n<tr>\n<td>pcf.percentage</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Percentual de FCI</td>\n<td></td>\n</tr>\n<tr>\n<td>pcf.fkAdjustmentIndex</td>\n<td>int</td>\n<td>not null</td>\n<td>ID do índice de Reajuste do FCI</td>\n<td></td>\n</tr>\n<tr>\n<td>pcf.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do FCI</td>\n<td></td>\n</tr>\n<tr>\n<td>taxation.invoiceThroughSystem</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Emitir Nfe</td>\n<td></td>\n</tr>\n<tr>\n<td>taxation.incomeTaxHold</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Retenção de IR</td>\n<td>NOT' =&gt; 'Não retém imposto',  <br />'BY_SYSTEM' =&gt; 'Retém, mas o recolhimento não será controlado pelo sistema',  <br />'BY_COMPANY' =&gt; 'Reter, e a imobiliária é quem recolhe e paga os impostos',  <br />'BY_RENTER' =&gt; 'Reter, e o inquilino recolhe'</td>\n</tr>\n<tr>\n<td>taxation.dimobGenerate</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Gerar DIMOB</td>\n<td></td>\n</tr>\n<tr>\n<td>taxation.IRRFAdministrationFeeDeduction</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Taxa adm. Sobre Retenção de IR</td>\n<td></td>\n</tr>\n<tr>\n<td>address.code</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>CEP</td>\n<td></td>\n</tr>\n<tr>\n<td>address.state</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Estado (ex.: 'PR')</td>\n<td></td>\n</tr>\n<tr>\n<td>address.city</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Cidade</td>\n<td></td>\n</tr>\n<tr>\n<td>address.district</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Bairro</td>\n<td></td>\n</tr>\n<tr>\n<td>address.street</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Rua</td>\n<td></td>\n</tr>\n<tr>\n<td>address.number</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Número</td>\n<td></td>\n</tr>\n<tr>\n<td>address.complement</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Complemento</td>\n<td></td>\n</tr>\n<tr>\n<td>address.ibge</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Código IBGE da Cidade</td>\n<td></td>\n</tr>\n<tr>\n<td>guarantee.type</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Tipo da Garantia</td>\n<td>no' =&gt; 'Sem Garantia',  <br />'bondsman' =&gt; 'Fiador',  <br />'safeguard' =&gt; 'Caução Poupança',  <br />'insurance' =&gt; 'Seguro Fiança',  <br />'stock' =&gt; 'Título de Capitalização',  <br />'suretyLetter' =&gt; 'Carta Fiança',  <br />'vehicle' =&gt; 'Veículo',  <br />'property' =&gt; 'Imóvel',  <br />'other' =&gt; 'Outros'</td>\n</tr>\n<tr>\n<td>guarantee.company</td>\n<td>char(64)</td>\n<td>null</td>\n<td>ID da Seguradora</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.start</td>\n<td>date</td>\n<td>null</td>\n<td>Início do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.expiration</td>\n<td>date</td>\n<td>null</td>\n<td>Término do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.contract</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Apólice do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.installments</td>\n<td>int</td>\n<td>not null</td>\n<td>Quantidade de Parcelas do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do Seguro Fiança</td>\n<td>if(guarantee.type === 'insurance')</td>\n</tr>\n<tr>\n<td>guarantee.manager</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Responsável pela Guarda da Caução</td>\n<td>if(guarantee.type === 'safeguard')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Caução</td>\n<td>if(guarantee.type === 'safeguard')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações da Caução</td>\n<td>if(guarantee.type === 'safeguard')</td>\n</tr>\n<tr>\n<td>guarantee.start</td>\n<td>date</td>\n<td>null</td>\n<td>Início do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.expiration</td>\n<td>date</td>\n<td>null</td>\n<td>Término do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.bank</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Banco do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.contract</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Apólice do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do Título de Capitalização</td>\n<td>if(guarantee.type === 'stock')</td>\n</tr>\n<tr>\n<td>guarantee.identifier</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Identificador do Veículo</td>\n<td>if(guarantee.type === 'vehicle')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor do Veículo</td>\n<td>if(guarantee.type === 'vehicle')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do Veículo</td>\n<td>if(guarantee.type === 'vehicle')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Carta-Fiança</td>\n<td>if(guarantee.type === 'suretyLetter')</td>\n</tr>\n<tr>\n<td>guarantee.description</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Descrição da Carta-Fiança</td>\n<td>if(guarantee.type === 'suretyLetter')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações da Carta-Fiança</td>\n<td>if(guarantee.type === 'suretyLetter')</td>\n</tr>\n<tr>\n<td>guarantee.bondsman</td>\n<td>array</td>\n<td>not null</td>\n<td>Ids dos fiadores</td>\n<td>if(guarantee.type === 'bondsman')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor do Imóvel</td>\n<td>if(guarantee.type === 'property')</td>\n</tr>\n<tr>\n<td>guarantee.description</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Descrição do Imóvel</td>\n<td>if(guarantee.type === 'property')</td>\n</tr>\n<tr>\n<td>guarantee.notaryOffice</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Cartório do Imóvel</td>\n<td>if(guarantee.type === 'property')</td>\n</tr>\n<tr>\n<td>guarantee.identifier</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Registro do Imóvel</td>\n<td>if(guarantee.type === 'property')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações do Imóvel</td>\n<td>if(guarantee.type === 'property')</td>\n</tr>\n<tr>\n<td>guarantee.value</td>\n<td>decimal(6. 2)</td>\n<td>not null</td>\n<td>Valor da Garantia</td>\n<td>if(guarantee.type === 'other')</td>\n</tr>\n<tr>\n<td>guarantee.description</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Descrição da Garantia</td>\n<td>if(guarantee.type === 'other')</td>\n</tr>\n<tr>\n<td>guarantee.note</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Observações da Garantia</td>\n<td>if(guarantee.type === 'other')</td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>text</td>\n<td>null</td>\n<td>Anexos</td>\n<td></td>\n</tr>\n<tr>\n<td>vrcNotes</td>\n<td>varchar(2048)</td>\n<td>null</td>\n<td>Alerta</td>\n<td></td>\n</tr>\n<tr>\n<td>txtExtraClauses</td>\n<td>text</td>\n<td>null</td>\n<td>Cláusulas Adicionais</td>\n<td></td>\n</tr>\n<tr>\n<td>dteRental</td>\n<td>date</td>\n<td>not null</td>\n<td>Data de Ocupação</td>\n<td></td>\n</tr>\n<tr>\n<td>dteStart</td>\n<td>date</td>\n<td>not null</td>\n<td>Data de Início</td>\n<td></td>\n</tr>\n<tr>\n<td>dteActivation</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Ativação</td>\n<td></td>\n</tr>\n<tr>\n<td>dteEnd</td>\n<td>date</td>\n<td>not null</td>\n<td>Data de Término</td>\n<td></td>\n</tr>\n<tr>\n<td>dteLastReadjustment</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Último Reajuste</td>\n<td></td>\n</tr>\n<tr>\n<td>dteTerminationStart</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Aviso Prévio</td>\n<td></td>\n</tr>\n<tr>\n<td>dteTerminationEnd</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Rescisão</td>\n<td></td>\n</tr>\n<tr>\n<td>chrTerminationReason</td>\n<td>char(128)</td>\n<td>null</td>\n<td>Motivo de Rescisão</td>\n<td>BOUGHT_PROPERTY' =&gt; 'Compra do Imóvel',  <br />'COURT_DECISION' =&gt; 'Demanda Judicial</td>\n</tr>\n<tr>\n<td>dteVacancyDate</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Vacância</td>\n<td></td>\n</tr>\n<tr>\n<td>isVacancyDateinTermination</td>\n<td>boolean</td>\n<td>null</td>\n<td>Usar Data de Vacância na Rescisão</td>\n<td></td>\n</tr>\n<tr>\n<td>isChargeTerminationFine</td>\n<td>varchar(255)</td>\n<td>null</td>\n<td>Cobrar Multa Rescisória</td>\n<td></td>\n</tr>\n<tr>\n<td>vrcTerminationsNotes</td>\n<td>varchar(2048)</td>\n<td>null</td>\n<td>Observações da Rescisão</td>\n<td></td>\n</tr>\n<tr>\n<td>chrStatus</td>\n<td>varchar(128)</td>\n<td>not null</td>\n<td>Status</td>\n<td>DRAFT' =&gt; 'Rascunho',  <br />'REGULAR' =&gt; 'Normal',  <br />'PAUSED' =&gt; 'Pausado',  <br />'IN_TERMINATION' =&gt; 'Em Desocupação',  <br />'TERMINATED' =&gt; 'Rescindido'</td>\n</tr>\n<tr>\n<td>chrFinancialStatus</td>\n<td>varchar(128)</td>\n<td>null</td>\n<td>Status Financeiro</td>\n<td>REGULAR' =&gt; 'Normal',  <br />'CHARGE_SUSPENDED' =&gt; 'Cobrança Suspensa',  <br />'INTERNAL_CHARGING' =&gt; 'Cobrança Jurídica',  <br />'COURT_DISPUTE' =&gt; 'Processo Jurídico',  <br />'COURT_DISPUTE_CAP_TITLE' =&gt; 'Processo Jurídico - Título de Cap.',  <br />'INS_CLAIM' =&gt; \"Sinistro\"</td>\n</tr>\n<tr>\n<td>isActive</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Ativo</td>\n<td></td>\n</tr>\n<tr>\n<td>isDraft</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Rascunho</td>\n<td></td>\n</tr>\n<tr>\n<td>dttDeleted</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data de Exclusão</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"8d2eb5b7-da1e-4f69-aa39-beafe2253d3f"},{"name":"MANUTENÇÃO","item":[{"name":"Anexos","item":[{"name":"Enviar Anexo","id":"beb177d2-c064-4abe-b345-58677600bb14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.maintenance/maintenance/documents","urlObject":{"path":["property.maintenance","maintenance","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"c19d1e9a-ba2f-4b26-ab18-7edb6bdd0747","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/property.maintenance/maintenance/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:30:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"property.maintenance\",\n    \"chrPath\": \"maintenance/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"UFGZIEVXWKEROAHC.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:30:38.000000Z\",\n    \"id\": 852\n}"}],"_postman_id":"beb177d2-c064-4abe-b345-58677600bb14"},{"name":"Adicionar Anexo ao cadastro","id":"05a7e310-bfd8-418e-b2ec-e7ddfd404e06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 852\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/attachment/57/852","description":"<p>Nessa rota serão enviados, na URL, dois identificadores: o primeiro é o ID da pessoa, e o segundo é o ID do documento, que foi retornado na rota anterior.</p>\n<p>Note que o ID do documento deve ser enviado tanto na rota quando no body da requisição.</p>\n","urlObject":{"path":["maintenance","attachment","57","852"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"8abe4c27-4445-4fc9-b68a-3e514adaa425","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 852\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/attachment/57/852"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:32:07 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 851,\n        \"ak\": 1,\n        \"fkUser\": 2,\n        \"intSize\": 16,\n        \"chrTarget\": \"property.maintenance\",\n        \"chrPath\": \"maintenance/documents\",\n        \"chrFilename\": \"YDFCIZKQMAATVSTR.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:20:57.000000Z\"\n    },\n    {\n        \"id\": 852,\n        \"ak\": 1,\n        \"fkUser\": 49,\n        \"intSize\": 16,\n        \"chrTarget\": \"property.maintenance\",\n        \"chrPath\": \"maintenance/documents\",\n        \"chrFilename\": \"UFGZIEVXWKEROAHC.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:30:38.000000Z\"\n    }\n]"}],"_postman_id":"05a7e310-bfd8-418e-b2ec-e7ddfd404e06"}],"id":"ee56707c-1189-4997-885d-45daa1304bf9","description":"<p>Para adicionar um anexo a uma pessoa, são necessários dois passos:</p>\n<ol>\n<li>No primeiro passo (rota \"Enviar anexo\"), enviaremos o arquivo. O retorno dessa rota nos dará duas informações das quais precisaremos na segunda rota, que são os campos \"id\", e \"chrName\".</li>\n<li>Na segunda rota (\"Adicionar Anexo ao cadastro\") faremos a ligação entre o anexo enviado no passo 1 e a entidade que deve receber aquele anexo.</li>\n</ol>\n","_postman_id":"ee56707c-1189-4997-885d-45daa1304bf9"},{"name":"Histórico","item":[{"name":"Cadastro","id":"eb2caffb-e16b-42a0-97a3-52547f2d3890","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste novo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/note/57","urlObject":{"path":["maintenance","note","57"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"8021377d-e2d7-4941-893f-7b1537a304ec","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste novo\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/note/57"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:45:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"dttRegister\": \"2022-09-05T14:45:43.000000Z\",\n    \"fkUser\": 49,\n    \"fkMaintenance\": 57,\n    \"vrcNote\": \"teste novo\",\n    \"id\": 2\n}"}],"_postman_id":"eb2caffb-e16b-42a0-97a3-52547f2d3890"},{"name":"Listagem","id":"46c39410-5852-4c7d-b7bc-55613391c6bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/maintenance/note/57","urlObject":{"path":["maintenance","note","57"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"a6ff9cd0-6304-46b9-bac8-2d7cfbf53c45","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/maintenance/note/57"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:46:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 2,\n            \"ak\": 1,\n            \"fkMaintenance\": 57,\n            \"fkUser\": 49,\n            \"dttRegister\": \"2022-09-05T14:45:43.000000Z\",\n            \"vrcNote\": \"teste novo\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 49,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Teste de API\",\n                \"vrcEmail\": \"test_user@properfy.com.br\",\n                \"vrcPass\": \"$2y$10$EFa5JTtMHUWEdmv8EbIGheSDEGqiMHnkOT2Ta31j8oc1WUX/R3/H.\",\n                \"vrcToken\": \"$2y$10$ytIhvTNX2PIFVqhKr1hYSOBOlVBSPu3S6DafeGY6KArsWCSu1XVFu\",\n                \"chrApiToken\": \"e9897b11-83ba-40e3-9e7e-040ca6c3f9ed\",\n                \"vrcImage\": \"08fd24ed8c39809aa797dd441602f9d1fcd9d30550a657327271911074bac94d.png\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[]}\",\n                \"dttAdded\": \"2022-08-31T02:21:28.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": []\n                },\n                \"profiles\": [],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/maintenance/note/57?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/maintenance/note/57?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/maintenance/note/57\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 1,\n    \"total\": 1\n}"}],"_postman_id":"46c39410-5852-4c7d-b7bc-55613391c6bf"}],"id":"a4c9000b-1bf2-44ed-b96b-f582235a250f","description":"<p>Através das rotas de histórico será possível incluir novos históricos, assim como listas os já existentes. Por questão de segurança, não é possível editar ou excluir históricos de atendimento.</p>\n","_postman_id":"a4c9000b-1bf2-44ed-b96b-f582235a250f"},{"name":"Listagem","id":"d8f3f4fa-cc3a-49b3-b643-63eedc6d6500","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/maintenance/","description":"<p>Essa rota retornará uma listagem paginada de todos os chamados de manutenção que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os chamados de manutenção (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um chamado de manutenção específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrReference\"</li>\n<li>\"txtMaintenance\"</li>\n<li>\"chrIdentifier\"</li>\n</ul>\n","urlObject":{"path":["maintenance",""],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"e9be3823-3519-4f6c-b9e6-5faf8f89410a","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/property/maintenance/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 01:31:14 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 55,\n            \"chrReference\": \"BG00422003/01\",\n            \"dteRequest\": \"2022-08-25T03:00:00.000000Z\",\n            \"chrPriority\": \"REGULAR\",\n            \"chrSituation\": \"OPEN\",\n            \"chrRequester\": \"COMPANY\",\n            \"dteDeliveryForecast\": \"2022-08-31T03:00:00.000000Z\",\n            \"fkProperty\": 557,\n            \"txtMaintenance\": \"Imóvel está com goteiras na área do banheiro . Acesso ao telhado tem mais ou menos 9 metros de altura ...precisa de escada bem alta . Agendar com qualquer um que atender o telefone comercial : (41) 9511-4723 . Obs:  Loja de calotas\",\n            \"owners\": [\n                {\n                    \"id\": 1412,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"bruno.deoliveira@roque.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(74) 3136-9249\",\n                    \"chrName\": \"Diego Zaragoça\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"538.616.156-30\",\n                    \"chrDocumentId\": \"6320184219447\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Açougueiro\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1944-09-21T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"79.073-663\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Jardim Campo Nobre\\\",\\\"street\\\":\\\"Rua Miguel Amado\\\",\\\"number\\\":\\\"69\\\",\\\"complement\\\":\\\"q\\\\/17\\\",\\\"description\\\":\\\"Rua Miguel Amado\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"02333-8\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ANTONIO CARLOS LIMA E SILVA\\\", \\\"agency\\\": \\\"4080\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"005.961.599-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"79.073-663\",\n                            \"state\": \"MS\",\n                            \"city\": \"Campo Grande\",\n                            \"ibge\": \"5002704\",\n                            \"district\": \"Jardim Campo Nobre\",\n                            \"street\": \"Rua Miguel Amado\",\n                            \"number\": \"69\",\n                            \"complement\": \"q/17\",\n                            \"description\": \"Rua Miguel Amado\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": \"0\",\n                        \"reterINSS\": \"0\",\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"02333-8\",\n                        \"bank\": \"341\",\n                        \"name\": \"ANTONIO CARLOS LIMA E SILVA\",\n                        \"agency\": \"4080\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"005.961.599-0\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 4100,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"beatriz15@neves.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(91) 3424-7345\",\n                    \"chrName\": \"Ariana Vale\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"611.637.144-29\",\n                    \"chrDocumentId\": \"8979064420112\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Auxiliar nos serviços de alimentação\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"94.955-190\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Cachoeirinha\\\",\\\"ibge\\\":\\\"4303103\\\",\\\"district\\\":\\\"Vila Vista Alegre\\\",\\\"street\\\":\\\"Rua Jacarand\\\\u00e1\\\",\\\"number\\\":\\\"144\\\",\\\"complement\\\":\\\"m\\\\/12\\\",\\\"description\\\":\\\"Rua Jacarand\\\\u00e1\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"02333-8\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"MARIA OLINDA LIMA E SILVA\\\", \\\"agency\\\": \\\"4080\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"018.228.369-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"94.955-190\",\n                            \"state\": \"RS\",\n                            \"city\": \"Cachoeirinha\",\n                            \"ibge\": \"4303103\",\n                            \"district\": \"Vila Vista Alegre\",\n                            \"street\": \"Rua Jacarandá\",\n                            \"number\": \"144\",\n                            \"complement\": \"m/12\",\n                            \"description\": \"Rua Jacarandá\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": null,\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"02333-8\",\n                        \"bank\": \"341\",\n                        \"name\": \"MARIA OLINDA LIMA E SILVA\",\n                        \"agency\": \"4080\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"018.228.369-0\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 865,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"thalissa18@urias.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(54) 2381-0920\",\n                    \"chrName\": \"Alessandra Rocha\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"737.355.237-49\",\n                    \"chrDocumentId\": \"9634274513495\",\n                    \"chrNacionality\": \"brasileira\",\n                    \"chrProfession\": \"Costureiro na confecção em série\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1980-09-12T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"02.537-020\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Imirim\\\",\\\"street\\\":\\\"Rua Fern\\\\u00e3o de Camargo\\\",\\\"number\\\":\\\"24\\\",\\\"complement\\\":\\\"n\\\\/8\\\",\\\"description\\\":\\\"Rua Fern\\\\u00e3o de Camargo\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"02.537-020\",\n                            \"state\": \"SP\",\n                            \"city\": \"São Paulo\",\n                            \"ibge\": \"3550308\",\n                            \"district\": \"Imirim\",\n                            \"street\": \"Rua Fernão de Camargo\",\n                            \"number\": \"24\",\n                            \"complement\": \"n/8\",\n                            \"description\": \"Rua Fernão de Camargo\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": null,\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": false,\n                        \"email\": null,\n                        \"emailAccounting\": null\n                    },\n                    \"payment\": {\n                        \"method\": \"empty\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 557,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 424,\n                \"fkCondo\": 6663,\n                \"fkManagement\": 6555,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"NGR-990674\",\n                \"chrInnerReference\": \"GWH-939874\",\n                \"fkPropertyType\": 22,\n                \"chrDocument\": \"BG00422003.luqic.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 960,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 8,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"XJ\\\\/2022\\\\/81400\\\",\\\"codeEnergy\\\":\\\"HS\\\\/2022\\\\/23551\\\",\\\"codeGas\\\":\\\"ZY\\\\/2022\\\\/50963\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S I.R.X\\\",\\\"codeGarbageFee\\\":\\\"JD\\\\/2022\\\\/87607\\\",\\\"codeFireInsurance\\\":\\\"QZ\\\\/2022\\\\/25501\\\",\\\"codeSpu\\\":\\\"NI\\\\/2022\\\\/98153\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.280-270\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua Professor João Falarz\",\n                \"chrAddressNumber\": \"934\",\n                \"chrAddressComplement\": \"Loja 4\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:04:39.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"XJ/2022/81400\",\n                    \"codeEnergy\": \"HS/2022/23551\",\n                    \"codeGas\": \"ZY/2022/50963\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS I.R.X\",\n                    \"codeGarbageFee\": \"JD/2022/87607\",\n                    \"codeFireInsurance\": \"QZ/2022/25501\",\n                    \"codeSpu\": \"NI/2022/98153\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"day\": 10,\n                    \"when\": \"FIXED\",\n                    \"endsAt\": null,\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 864,\n                \"dcmRentDiscountValue\": 96,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 725,\n                        \"ak\": 1,\n                        \"fkProperty\": 557,\n                        \"fkOwner\": 1412,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 50,\n                        \"dcmTaxPercentage\": 50,\n                        \"owner\": {\n                            \"id\": 1412,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"bruno.deoliveira@roque.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(74) 3136-9249\",\n                            \"chrName\": \"Diego Zaragoça\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"538.616.156-30\",\n                            \"chrDocumentId\": \"6320184219447\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Açougueiro\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1944-09-21T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"79.073-663\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Jardim Campo Nobre\\\",\\\"street\\\":\\\"Rua Miguel Amado\\\",\\\"number\\\":\\\"69\\\",\\\"complement\\\":\\\"q\\\\/17\\\",\\\"description\\\":\\\"Rua Miguel Amado\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"02333-8\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ANTONIO CARLOS LIMA E SILVA\\\", \\\"agency\\\": \\\"4080\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"005.961.599-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"79.073-663\",\n                                    \"state\": \"MS\",\n                                    \"city\": \"Campo Grande\",\n                                    \"ibge\": \"5002704\",\n                                    \"district\": \"Jardim Campo Nobre\",\n                                    \"street\": \"Rua Miguel Amado\",\n                                    \"number\": \"69\",\n                                    \"complement\": \"q/17\",\n                                    \"description\": \"Rua Miguel Amado\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": \"0\",\n                                \"reterINSS\": \"0\",\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"02333-8\",\n                                \"bank\": \"341\",\n                                \"name\": \"ANTONIO CARLOS LIMA E SILVA\",\n                                \"agency\": \"4080\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"005.961.599-0\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 726,\n                        \"ak\": 1,\n                        \"fkProperty\": 557,\n                        \"fkOwner\": 4100,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 50,\n                        \"dcmTaxPercentage\": 50,\n                        \"owner\": {\n                            \"id\": 4100,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"beatriz15@neves.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(91) 3424-7345\",\n                            \"chrName\": \"Ariana Vale\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"611.637.144-29\",\n                            \"chrDocumentId\": \"8979064420112\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Auxiliar nos serviços de alimentação\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"94.955-190\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Cachoeirinha\\\",\\\"ibge\\\":\\\"4303103\\\",\\\"district\\\":\\\"Vila Vista Alegre\\\",\\\"street\\\":\\\"Rua Jacarand\\\\u00e1\\\",\\\"number\\\":\\\"144\\\",\\\"complement\\\":\\\"m\\\\/12\\\",\\\"description\\\":\\\"Rua Jacarand\\\\u00e1\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"02333-8\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"MARIA OLINDA LIMA E SILVA\\\", \\\"agency\\\": \\\"4080\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"018.228.369-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"94.955-190\",\n                                    \"state\": \"RS\",\n                                    \"city\": \"Cachoeirinha\",\n                                    \"ibge\": \"4303103\",\n                                    \"district\": \"Vila Vista Alegre\",\n                                    \"street\": \"Rua Jacarandá\",\n                                    \"number\": \"144\",\n                                    \"complement\": \"m/12\",\n                                    \"description\": \"Rua Jacarandá\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": null,\n                                \"reterIRRF\": null,\n                                \"reterINSS\": null,\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"02333-8\",\n                                \"bank\": \"341\",\n                                \"name\": \"MARIA OLINDA LIMA E SILVA\",\n                                \"agency\": \"4080\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"018.228.369-0\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 424,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 557,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 4191,\n                    \"intDueDay\": 3,\n                    \"intDelayedPayments\": 1,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 8,\n                    \"chrIdentifier\": \"NGR-990674/01\",\n                    \"chrContractType\": \"NOT_RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[2531,4028]}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2020-08-11\\\",\\\"expiration\\\":\\\"2099-08-10\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":43.28,\\\"installments\\\":0,\\\"contract\\\":\\\"4052431\\\",\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG00422003-01.knrqu.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2020-08-14T03:00:00.000000Z\",\n                    \"dteStart\": \"2020-08-14T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-08-13T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-08-01T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": null,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": null,\n                    \"isChargeTerminationFine\": null,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"bondsman\",\n                        \"bondsman\": [\n                            2531,\n                            4028\n                        ]\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2020-08-11\",\n                        \"expiration\": \"2099-08-10\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 43.28,\n                        \"installments\": 0,\n                        \"contract\": \"4052431\",\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 5.6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 36,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 456,\n                            \"ak\": 1,\n                            \"fkContract\": 424,\n                            \"fkRenter\": 865,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 865,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": null,\n                                \"fkManagement\": null,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"thalissa18@urias.br\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(54) 2381-0920\",\n                                \"chrName\": \"Alessandra Rocha\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"737.355.237-49\",\n                                \"chrDocumentId\": \"9634274513495\",\n                                \"chrNacionality\": \"brasileira\",\n                                \"chrProfession\": \"Costureiro na confecção em série\",\n                                \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                                \"dteDateofBirth\": \"1980-09-12T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"02.537-020\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Imirim\\\",\\\"street\\\":\\\"Rua Fern\\\\u00e3o de Camargo\\\",\\\"number\\\":\\\"24\\\",\\\"complement\\\":\\\"n\\\\/8\\\",\\\"description\\\":\\\"Rua Fern\\\\u00e3o de Camargo\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"02.537-020\",\n                                        \"state\": \"SP\",\n                                        \"city\": \"São Paulo\",\n                                        \"ibge\": \"3550308\",\n                                        \"district\": \"Imirim\",\n                                        \"street\": \"Rua Fernão de Camargo\",\n                                        \"number\": \"24\",\n                                        \"complement\": \"n/8\",\n                                        \"description\": \"Rua Fernão de Camargo\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": null,\n                                    \"reterIRRF\": null,\n                                    \"reterINSS\": null,\n                                    \"reterPCCS\": false,\n                                    \"email\": null,\n                                    \"emailAccounting\": null\n                                },\n                                \"payment\": {\n                                    \"method\": \"empty\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 54,\n            \"chrReference\": \"BG02937001/01\",\n            \"dteRequest\": \"2022-08-23T03:00:00.000000Z\",\n            \"chrPriority\": \"REGULAR\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-24T03:00:00.000000Z\",\n            \"fkProperty\": 1320,\n            \"txtMaintenance\": \"na verdade não sei qual a tratativa correta. Mas o rejunte de uma parte dos azulejos do banheiro está dilatando, eu não\\nsei dizer quanto tempo começou a acontecer isso, mas eu reparei que cada dia está dilatando.\\n\\nInicio do contrato: 12/04/2020\",\n            \"owners\": [\n                {\n                    \"id\": 3894,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"noeli.cruz@valencia.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(13) 98810-2871\",\n                    \"chrName\": \"Antonieta Carmona\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"453.185.425-06\",\n                    \"chrDocumentId\": \"1307031994350\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Embalador\",\n                    \"chrMaritalStatus\": \"DIVORCED\",\n                    \"dteDateofBirth\": \"1971-03-31T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"38.445-224\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Araguari\\\",\\\"ibge\\\":\\\"3103504\\\",\\\"district\\\":\\\"Paineiras\\\",\\\"street\\\":\\\"Travessa Trinta e Dois\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"s\\\\/13\\\",\\\"description\\\":\\\"Travessa Trinta e Dois\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"21288-1\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"MARCELO HENRIQUE PIMENTEL BATISTA\\\", \\\"agency\\\": \\\"1627\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"781.036.149-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"38.445-224\",\n                            \"state\": \"MG\",\n                            \"city\": \"Araguari\",\n                            \"ibge\": \"3103504\",\n                            \"district\": \"Paineiras\",\n                            \"street\": \"Travessa Trinta e Dois\",\n                            \"number\": \"14\",\n                            \"complement\": \"s/13\",\n                            \"description\": \"Travessa Trinta e Dois\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": \"0\",\n                        \"reterINSS\": \"0\",\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"21288-1\",\n                        \"bank\": \"104\",\n                        \"name\": \"MARCELO HENRIQUE PIMENTEL BATISTA\",\n                        \"agency\": \"1627\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"781.036.149-0\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 3270,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"romero.miranda@assuncao.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"ee62ccb9-075b-4a75-9f93-7a9abc00b2ce\",\n                    \"chrMainPhone\": \"(65) 2737-1263\",\n                    \"chrName\": \"Pâmela Corona\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"543.753.223-73\",\n                    \"chrDocumentId\": \"3367366240628\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de lanchonete\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1986-09-29T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"13.212-093\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Jundia\\\\u00ed\\\",\\\"ibge\\\":\\\"3525904\\\",\\\"district\\\":\\\"Parque Residencial Eloy Chaves\\\",\\\"street\\\":\\\"Rua Projetada\\\",\\\"number\\\":\\\"167\\\",\\\"complement\\\":\\\"i\\\\/12\\\",\\\"description\\\":\\\"Rua Projetada\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"13.212-093\",\n                            \"state\": \"SP\",\n                            \"city\": \"Jundiaí\",\n                            \"ibge\": \"3525904\",\n                            \"district\": \"Parque Residencial Eloy Chaves\",\n                            \"street\": \"Rua Projetada\",\n                            \"number\": \"167\",\n                            \"complement\": \"i/12\",\n                            \"description\": \"Rua Projetada\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": null,\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"method\": \"empty\"\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1320,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 566,\n                \"fkCondo\": 6756,\n                \"fkManagement\": 6617,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"MAG-211656\",\n                \"chrInnerReference\": \"PFT-527977\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG02937001.ymciu.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1089.53,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 318.62,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"IW\\\\/2022\\\\/06134\\\",\\\"codeEnergy\\\":\\\"CE\\\\/2022\\\\/39803\\\",\\\"codeGas\\\":\\\"KR\\\\/2022\\\\/64628\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S R.P.F\\\",\\\"codeGarbageFee\\\":\\\"QH\\\\/2022\\\\/20459\\\",\\\"codeFireInsurance\\\":\\\"QU\\\\/2022\\\\/99533\\\",\\\"codeSpu\\\":\\\"GI\\\\/2022\\\\/44365\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":1,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.230-170\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua Renato Polatti\",\n                \"chrAddressNumber\": \"295\",\n                \"chrAddressComplement\": \"BL 6 AP 86\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:09:25.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"IW/2022/06134\",\n                    \"codeEnergy\": \"CE/2022/39803\",\n                    \"codeGas\": \"KR/2022/64628\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS R.P.F\",\n                    \"codeGarbageFee\": \"QH/2022/20459\",\n                    \"codeFireInsurance\": \"QU/2022/99533\",\n                    \"codeSpu\": \"GI/2022/44365\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 1,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 980.5799999999999,\n                \"dcmRentDiscountValue\": 108.95,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 1777,\n                        \"ak\": 1,\n                        \"fkProperty\": 1320,\n                        \"fkOwner\": 3894,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 3894,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"noeli.cruz@valencia.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(13) 98810-2871\",\n                            \"chrName\": \"Antonieta Carmona\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"453.185.425-06\",\n                            \"chrDocumentId\": \"1307031994350\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Embalador\",\n                            \"chrMaritalStatus\": \"DIVORCED\",\n                            \"dteDateofBirth\": \"1971-03-31T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"38.445-224\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Araguari\\\",\\\"ibge\\\":\\\"3103504\\\",\\\"district\\\":\\\"Paineiras\\\",\\\"street\\\":\\\"Travessa Trinta e Dois\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"s\\\\/13\\\",\\\"description\\\":\\\"Travessa Trinta e Dois\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"21288-1\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"MARCELO HENRIQUE PIMENTEL BATISTA\\\", \\\"agency\\\": \\\"1627\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"781.036.149-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"38.445-224\",\n                                    \"state\": \"MG\",\n                                    \"city\": \"Araguari\",\n                                    \"ibge\": \"3103504\",\n                                    \"district\": \"Paineiras\",\n                                    \"street\": \"Travessa Trinta e Dois\",\n                                    \"number\": \"14\",\n                                    \"complement\": \"s/13\",\n                                    \"description\": \"Travessa Trinta e Dois\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": \"0\",\n                                \"reterINSS\": \"0\",\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"21288-1\",\n                                \"bank\": \"104\",\n                                \"name\": \"MARCELO HENRIQUE PIMENTEL BATISTA\",\n                                \"agency\": \"1627\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"781.036.149-0\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 566,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 1320,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 4573,\n                    \"intDueDay\": 3,\n                    \"intDelayedPayments\": 1,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 10,\n                    \"chrIdentifier\": \"MAG-211656/01\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"safeguard\\\",\\\"manager\\\":\\\"OWNER\\\",\\\"value\\\":0.01,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-04-01\\\",\\\"expiration\\\":\\\"2099-03-31\\\",\\\"value\\\":248600,\\\"award\\\":0,\\\"installment\\\":25,\\\"installments\\\":0,\\\"contract\\\":\\\"4091536\\\",\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG02937001-01.rdrig.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2020-04-12T03:00:00.000000Z\",\n                    \"dteStart\": \"2020-04-12T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2022-04-11T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-04-01T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": null,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": null,\n                    \"isChargeTerminationFine\": null,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"safeguard\",\n                        \"manager\": \"OWNER\",\n                        \"value\": 0.01,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 0,\n                        \"start\": \"2019-04-01\",\n                        \"expiration\": \"2099-03-31\",\n                        \"value\": 248600,\n                        \"award\": 0,\n                        \"installment\": 25,\n                        \"installments\": 0,\n                        \"contract\": \"4091536\",\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 5.6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 24,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 611,\n                            \"ak\": 1,\n                            \"fkContract\": 566,\n                            \"fkRenter\": 3270,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 3270,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": null,\n                                \"fkManagement\": null,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"romero.miranda@assuncao.br\",\n                                \"chrPass\": null,\n                                \"chrToken\": \"ee62ccb9-075b-4a75-9f93-7a9abc00b2ce\",\n                                \"chrMainPhone\": \"(65) 2737-1263\",\n                                \"chrName\": \"Pâmela Corona\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"543.753.223-73\",\n                                \"chrDocumentId\": \"3367366240628\",\n                                \"chrNacionality\": \"Brasileira\",\n                                \"chrProfession\": \"Atendente de lanchonete\",\n                                \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                                \"dteDateofBirth\": \"1986-09-29T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"13.212-093\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Jundia\\\\u00ed\\\",\\\"ibge\\\":\\\"3525904\\\",\\\"district\\\":\\\"Parque Residencial Eloy Chaves\\\",\\\"street\\\":\\\"Rua Projetada\\\",\\\"number\\\":\\\"167\\\",\\\"complement\\\":\\\"i\\\\/12\\\",\\\"description\\\":\\\"Rua Projetada\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                                \"jsonCondo\": \"[]\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"13.212-093\",\n                                        \"state\": \"SP\",\n                                        \"city\": \"Jundiaí\",\n                                        \"ibge\": \"3525904\",\n                                        \"district\": \"Parque Residencial Eloy Chaves\",\n                                        \"street\": \"Rua Projetada\",\n                                        \"number\": \"167\",\n                                        \"complement\": \"i/12\",\n                                        \"description\": \"Rua Projetada\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": null,\n                                    \"reterIRRF\": null,\n                                    \"reterINSS\": null,\n                                    \"reterPCCS\": \"0\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"empty\"\n                                },\n                                \"condo\": [],\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 53,\n            \"chrReference\": \"BG01861001/01\",\n            \"dteRequest\": \"2022-08-23T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-24T03:00:00.000000Z\",\n            \"fkProperty\": 948,\n            \"txtMaintenance\": \"Prezados, bom dia!\\nPor gentileza, necessitamos da visita da Baggio no imóvel abaixo, pois até o momento não conseguimos efetuar a ocupação por falta de água.\\nJá acionamos 2x a Sanepar e não consta nenhuma irregularidade.\\nJá acionamos o síndico do condomínio e o registro geral está aberto.\\nPrecisamos ocupar com urgência o imóvel.\\nAguardamos contato para agendamento, pois pela falta de água não temos nenhum colaborador no imóvel.\\nAtt,\",\n            \"owners\": [\n                {\n                    \"id\": 4438,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"sfernandes@urias.net\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"b39eafd9-9e66-4a59-89ab-0067a0d2f21a\",\n                    \"chrMainPhone\": \"(46) 2996-4058\",\n                    \"chrName\": \"Isabel Correia\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"461.683.070-36\",\n                    \"chrDocumentId\": \"7175789580404\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Costureiro na confecção em série\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1973-08-15T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"35.010-240\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Governador Valadares\\\",\\\"ibge\\\":\\\"3127701\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua S\\\\u00e1 Carvalho\\\",\\\"number\\\":\\\"31\\\",\\\"complement\\\":\\\"v\\\\/12\\\",\\\"description\\\":\\\"Rua S\\\\u00e1 Carvalho\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"01000213-1\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"Roni Alexsander Jordão Volpato\\\", \\\"agency\\\": \\\"1236\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"904.595.049-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"35.010-240\",\n                            \"state\": \"MG\",\n                            \"city\": \"Governador Valadares\",\n                            \"ibge\": \"3127701\",\n                            \"district\": \"Centro\",\n                            \"street\": \"Rua Sá Carvalho\",\n                            \"number\": \"31\",\n                            \"complement\": \"v/12\",\n                            \"description\": \"Rua Sá Carvalho\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": \"0\",\n                        \"reterINSS\": \"0\",\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"01000213-1\",\n                        \"bank\": \"033\",\n                        \"name\": \"Roni Alexsander Jordão Volpato\",\n                        \"agency\": \"1236\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"904.595.049-9\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 6146,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PJ\",\n                    \"vrcEmail\": \"matias12@esteves.net\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"18b2bc7f-3030-43e7-9ebf-db056b13d49f\",\n                    \"chrMainPhone\": \"(17) 95108-5938\",\n                    \"chrName\": \"Ortiz-Ferreira\",\n                    \"chrName2\": \"Ortiz-Ferreira\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"49.142.534/0001-41\",\n                    \"chrDocumentId\": \"4073264928832\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Almoxarife\",\n                    \"chrMaritalStatus\": null,\n                    \"dteDateofBirth\": null,\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"32.220-420\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Contagem\\\",\\\"ibge\\\":\\\"3118601\\\",\\\"district\\\":\\\"Industrial\\\",\\\"street\\\":\\\"Rua Zamora\\\",\\\"number\\\":\\\"124\\\",\\\"complement\\\":\\\"u\\\\/6\\\",\\\"description\\\":\\\"Rua Zamora\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"utilities@fiscaltech.com.br\\\",\\\"emailAccounting\\\":\\\"utilities@fiscaltech.com.br\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[6173]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-13T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"32.220-420\",\n                            \"state\": \"MG\",\n                            \"city\": \"Contagem\",\n                            \"ibge\": \"3118601\",\n                            \"district\": \"Industrial\",\n                            \"street\": \"Rua Zamora\",\n                            \"number\": \"124\",\n                            \"complement\": \"u/6\",\n                            \"description\": \"Rua Zamora\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"utilities@fiscaltech.com.br\",\n                        \"emailAccounting\": \"utilities@fiscaltech.com.br\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [\n                        6173\n                    ],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 948,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1464,\n                \"fkCondo\": 6796,\n                \"fkManagement\": 6558,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"HMS-528895\",\n                \"chrInnerReference\": \"NIN-886614\",\n                \"fkPropertyType\": 29,\n                \"chrDocument\": \"BG01861001.baktv.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1666.67,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 294,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"DK\\\\/2022\\\\/29130\\\",\\\"codeEnergy\\\":\\\"KF\\\\/2022\\\\/88089\\\",\\\"codeGas\\\":\\\"NJ\\\\/2022\\\\/71955\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S H.A.E\\\",\\\"codeGarbageFee\\\":\\\"QT\\\\/2022\\\\/60692\\\",\\\"codeFireInsurance\\\":\\\"UX\\\\/2022\\\\/50218\\\",\\\"codeSpu\\\":\\\"ZX\\\\/2022\\\\/68779\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.200-240\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua José Izidoro Biazetto\",\n                \"chrAddressNumber\": \"604\",\n                \"chrAddressComplement\": \"Sala 102\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:07:07.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"DK/2022/29130\",\n                    \"codeEnergy\": \"KF/2022/88089\",\n                    \"codeGas\": \"NJ/2022/71955\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS H.A.E\",\n                    \"codeGarbageFee\": \"QT/2022/60692\",\n                    \"codeFireInsurance\": \"UX/2022/50218\",\n                    \"codeSpu\": \"ZX/2022/68779\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1500,\n                \"dcmRentDiscountValue\": 166.67,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 1298,\n                        \"ak\": 1,\n                        \"fkProperty\": 948,\n                        \"fkOwner\": 4438,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 4438,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"sfernandes@urias.net\",\n                            \"chrPass\": null,\n                            \"chrToken\": \"b39eafd9-9e66-4a59-89ab-0067a0d2f21a\",\n                            \"chrMainPhone\": \"(46) 2996-4058\",\n                            \"chrName\": \"Isabel Correia\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"461.683.070-36\",\n                            \"chrDocumentId\": \"7175789580404\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Costureiro na confecção em série\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1973-08-15T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"35.010-240\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Governador Valadares\\\",\\\"ibge\\\":\\\"3127701\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua S\\\\u00e1 Carvalho\\\",\\\"number\\\":\\\"31\\\",\\\"complement\\\":\\\"v\\\\/12\\\",\\\"description\\\":\\\"Rua S\\\\u00e1 Carvalho\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"01000213-1\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"Roni Alexsander Jordão Volpato\\\", \\\"agency\\\": \\\"1236\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"904.595.049-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"35.010-240\",\n                                    \"state\": \"MG\",\n                                    \"city\": \"Governador Valadares\",\n                                    \"ibge\": \"3127701\",\n                                    \"district\": \"Centro\",\n                                    \"street\": \"Rua Sá Carvalho\",\n                                    \"number\": \"31\",\n                                    \"complement\": \"v/12\",\n                                    \"description\": \"Rua Sá Carvalho\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": \"0\",\n                                \"reterINSS\": \"0\",\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"01000213-1\",\n                                \"bank\": \"033\",\n                                \"name\": \"Roni Alexsander Jordão Volpato\",\n                                \"agency\": \"1236\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"904.595.049-9\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1464,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 948,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 4837,\n                    \"intDueDay\": 10,\n                    \"intDelayedPayments\": 2,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"HMS-528895/01\",\n                    \"chrContractType\": \"NOT_RESIDENCE\",\n                    \"chrBusinessActivity\": \"Suporte de tecnologia e automação\",\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5920,\\\"value\\\":248.88,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-06-14\\\",\\\"expiration\\\":\\\"2099-06-14\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":43.18,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": null,\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG01861001-01.fuvsl.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-06-23T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-06-23T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2025-06-22T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": false,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"insurance\",\n                        \"company\": 5920,\n                        \"value\": 248.88,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-06-14\",\n                        \"expiration\": \"2099-06-14\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 43.18,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 36,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 1599,\n                            \"ak\": 1,\n                            \"fkContract\": 1464,\n                            \"fkRenter\": 6146,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 6146,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PJ\",\n                                \"vrcEmail\": \"matias12@esteves.net\",\n                                \"chrPass\": null,\n                                \"chrToken\": \"18b2bc7f-3030-43e7-9ebf-db056b13d49f\",\n                                \"chrMainPhone\": \"(17) 95108-5938\",\n                                \"chrName\": \"Ortiz-Ferreira\",\n                                \"chrName2\": \"Ortiz-Ferreira\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"49.142.534/0001-41\",\n                                \"chrDocumentId\": \"4073264928832\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Almoxarife\",\n                                \"chrMaritalStatus\": null,\n                                \"dteDateofBirth\": null,\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"32.220-420\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Contagem\\\",\\\"ibge\\\":\\\"3118601\\\",\\\"district\\\":\\\"Industrial\\\",\\\"street\\\":\\\"Rua Zamora\\\",\\\"number\\\":\\\"124\\\",\\\"complement\\\":\\\"u\\\\/6\\\",\\\"description\\\":\\\"Rua Zamora\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"utilities@fiscaltech.com.br\\\",\\\"emailAccounting\\\":\\\"utilities@fiscaltech.com.br\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[6173]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-06-13T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"32.220-420\",\n                                        \"state\": \"MG\",\n                                        \"city\": \"Contagem\",\n                                        \"ibge\": \"3118601\",\n                                        \"district\": \"Industrial\",\n                                        \"street\": \"Rua Zamora\",\n                                        \"number\": \"124\",\n                                        \"complement\": \"u/6\",\n                                        \"description\": \"Rua Zamora\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"utilities@fiscaltech.com.br\",\n                                    \"emailAccounting\": \"utilities@fiscaltech.com.br\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [\n                                    6173\n                                ],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 52,\n            \"chrReference\": \"BG03531001/02\",\n            \"dteRequest\": \"2022-08-18T03:00:00.000000Z\",\n            \"chrPriority\": \"REGULAR\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-20T03:00:00.000000Z\",\n            \"fkProperty\": 1765,\n            \"txtMaintenance\": \"1 - Problema na fixação do vaso sanitário.\\n2 - A porta do banheiro não fecha\",\n            \"owners\": [\n                {\n                    \"id\": 6153,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"michele71@duarte.net.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(24) 4873-7083\",\n                    \"chrName\": \"Sophie Abreu\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"135.173.471-75\",\n                    \"chrDocumentId\": \"6190754285484\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Inspetor de alunos de escola pública\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1991-04-27T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"13.476-644\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Americana\\\",\\\"ibge\\\":\\\"3501608\\\",\\\"district\\\":\\\"Parque Dom Pedro II\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\",\\\"number\\\":\\\"145\\\",\\\"complement\\\":\\\"c\\\\/3\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"nascimento.louise@outlook.com\\\",\\\"emailAccounting\\\":\\\"nascimento.louise@outlook.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"260\\\",\\\"agency\\\":\\\"0001\\\",\\\"acc\\\":\\\"174595453\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"13.476-644\",\n                            \"state\": \"SP\",\n                            \"city\": \"Americana\",\n                            \"ibge\": \"3501608\",\n                            \"district\": \"Parque Dom Pedro II\",\n                            \"street\": \"Rua José Bueno de Camargo\",\n                            \"number\": \"145\",\n                            \"complement\": \"c/3\",\n                            \"description\": \"Rua José Bueno de Camargo\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"nascimento.louise@outlook.com\",\n                        \"emailAccounting\": \"nascimento.louise@outlook.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"bank\": \"260\",\n                        \"agency\": \"0001\",\n                        \"acc\": \"174595453\",\n                        \"operation\": null,\n                        \"name\": null,\n                        \"docType\": \"CPF\",\n                        \"document\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 6155,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"thales28@sepulveda.com.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(33) 2997-0781\",\n                    \"chrName\": \"Agostinho Vieira\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"114.174.741-30\",\n                    \"chrDocumentId\": \"2116463656932\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de lojas e mercados\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1969-12-01T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"56.506-650\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Arcoverde\\\",\\\"ibge\\\":\\\"2601201\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\",\\\"number\\\":\\\"72\\\",\\\"complement\\\":\\\"k\\\\/7\\\",\\\"description\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"cris.n.01@hotmail.com\\\",\\\"emailAccounting\\\":\\\"cris.n.01@hotmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"56.506-650\",\n                            \"state\": \"PE\",\n                            \"city\": \"Arcoverde\",\n                            \"ibge\": \"2601201\",\n                            \"district\": \"Centro\",\n                            \"street\": \"Rua Aprígio Estevão Tavares\",\n                            \"number\": \"72\",\n                            \"complement\": \"k/7\",\n                            \"description\": \"Rua Aprígio Estevão Tavares\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"cris.n.01@hotmail.com\",\n                        \"emailAccounting\": \"cris.n.01@hotmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 6154,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"hernani.prado@valdez.com.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(11) 90109-2785\",\n                    \"chrName\": \"Paula Campos\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"524.970.143-45\",\n                    \"chrDocumentId\": \"4797650718171\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Recepcionista de consultório\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1974-09-11T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"12.213-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Dirce\\\",\\\"street\\\":\\\"Rua Braz Alves de Almeida\\\",\\\"number\\\":\\\"188\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Braz Alves de Almeida\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"amiltonv@gmail.com\\\",\\\"emailAccounting\\\":\\\"amiltonv@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"12.213-310\",\n                            \"state\": \"SP\",\n                            \"city\": \"São José dos Campos\",\n                            \"ibge\": \"3549904\",\n                            \"district\": \"Vila Dirce\",\n                            \"street\": \"Rua Braz Alves de Almeida\",\n                            \"number\": \"188\",\n                            \"complement\": \"o/11\",\n                            \"description\": \"Rua Braz Alves de Almeida\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"amiltonv@gmail.com\",\n                        \"emailAccounting\": \"amiltonv@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 7159,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"sdesouza@abreu.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(94) 2959-5611\",\n                    \"chrName\": \"Mia Estrada\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"425.863.351-80\",\n                    \"chrDocumentId\": \"6289814438174\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Atendente de lojas e mercados\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1993-01-14T02:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"74.085-120\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Sul\\\",\\\"street\\\":\\\"Rua 110B\\\",\\\"number\\\":\\\"141\\\",\\\"complement\\\":\\\"s\\\\/17\\\",\\\"description\\\":\\\"Rua 110B\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\",\\\"emailAccounting\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-08-11T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"74.085-120\",\n                            \"state\": \"GO\",\n                            \"city\": \"Goiânia\",\n                            \"ibge\": \"5208707\",\n                            \"district\": \"Setor Sul\",\n                            \"street\": \"Rua 110B\",\n                            \"number\": \"141\",\n                            \"complement\": \"s/17\",\n                            \"description\": \"Rua 110B\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"danilo.pereira@engenharia.ufjf.br\",\n                        \"emailAccounting\": \"danilo.pereira@engenharia.ufjf.br\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1765,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1596,\n                \"fkCondo\": 0,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"TLS-638659\",\n                \"chrInnerReference\": \"CZE-385722\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG03531001.wdjye.md\",\n                \"chrDocumentTitle\": \"Procuração\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-06-14T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1200,\n                \"dcmExpectedRent\": 1200,\n                \"dcmRentRawValue\": 1222.22,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 58.24,\n                \"dcmAreaPrivate\": 49.39,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 390,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FW\\\\/2022\\\\/31554\\\",\\\"codeEnergy\\\":\\\"OJ\\\\/2022\\\\/54529\\\",\\\"codeGas\\\":\\\"IT\\\\/2022\\\\/44003\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S R.Y.O\\\",\\\"codeGarbageFee\\\":\\\"XX\\\\/2022\\\\/79249\\\",\\\"codeFireInsurance\\\":\\\"HO\\\\/2022\\\\/80463\\\",\\\"codeSpu\\\":\\\"AH\\\\/2022\\\\/66813\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"1 Vaga de garagem n\\\\u00b0 63\\\",\\\"note\\\":\\\"Descoberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": null,\n                \"chrAddressPostalCode\": \"81.220-190\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n                \"chrAddressNumber\": \"300\",\n                \"chrAddressComplement\": \"AP 102 BL 2\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-06-14T17:32:36.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"FW/2022/31554\",\n                    \"codeEnergy\": \"OJ/2022/54529\",\n                    \"codeGas\": \"IT/2022/44003\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS R.Y.O\",\n                    \"codeGarbageFee\": \"XX/2022/79249\",\n                    \"codeFireInsurance\": \"HO/2022/80463\",\n                    \"codeSpu\": \"AH/2022/66813\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"1 Vaga de garagem n° 63\",\n                        \"note\": \"Descoberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1100,\n                \"dcmRentDiscountValue\": 122.22,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 2382,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6153,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 6153,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"michele71@duarte.net.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(24) 4873-7083\",\n                            \"chrName\": \"Sophie Abreu\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"135.173.471-75\",\n                            \"chrDocumentId\": \"6190754285484\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1991-04-27T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.476-644\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Americana\\\",\\\"ibge\\\":\\\"3501608\\\",\\\"district\\\":\\\"Parque Dom Pedro II\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\",\\\"number\\\":\\\"145\\\",\\\"complement\\\":\\\"c\\\\/3\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"nascimento.louise@outlook.com\\\",\\\"emailAccounting\\\":\\\"nascimento.louise@outlook.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"260\\\",\\\"agency\\\":\\\"0001\\\",\\\"acc\\\":\\\"174595453\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"13.476-644\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"Americana\",\n                                    \"ibge\": \"3501608\",\n                                    \"district\": \"Parque Dom Pedro II\",\n                                    \"street\": \"Rua José Bueno de Camargo\",\n                                    \"number\": \"145\",\n                                    \"complement\": \"c/3\",\n                                    \"description\": \"Rua José Bueno de Camargo\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"nascimento.louise@outlook.com\",\n                                \"emailAccounting\": \"nascimento.louise@outlook.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"bank\": \"260\",\n                                \"agency\": \"0001\",\n                                \"acc\": \"174595453\",\n                                \"operation\": null,\n                                \"name\": null,\n                                \"docType\": \"CPF\",\n                                \"document\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 2383,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6155,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 0,\n                        \"dcmTaxPercentage\": 0,\n                        \"owner\": {\n                            \"id\": 6155,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"thales28@sepulveda.com.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(33) 2997-0781\",\n                            \"chrName\": \"Agostinho Vieira\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"114.174.741-30\",\n                            \"chrDocumentId\": \"2116463656932\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Atendente de lojas e mercados\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1969-12-01T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"56.506-650\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Arcoverde\\\",\\\"ibge\\\":\\\"2601201\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\",\\\"number\\\":\\\"72\\\",\\\"complement\\\":\\\"k\\\\/7\\\",\\\"description\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"cris.n.01@hotmail.com\\\",\\\"emailAccounting\\\":\\\"cris.n.01@hotmail.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"56.506-650\",\n                                    \"state\": \"PE\",\n                                    \"city\": \"Arcoverde\",\n                                    \"ibge\": \"2601201\",\n                                    \"district\": \"Centro\",\n                                    \"street\": \"Rua Aprígio Estevão Tavares\",\n                                    \"number\": \"72\",\n                                    \"complement\": \"k/7\",\n                                    \"description\": \"Rua Aprígio Estevão Tavares\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"cris.n.01@hotmail.com\",\n                                \"emailAccounting\": \"cris.n.01@hotmail.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"disabled\"\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 2384,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6154,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 0,\n                        \"dcmTaxPercentage\": 0,\n                        \"owner\": {\n                            \"id\": 6154,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"hernani.prado@valdez.com.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(11) 90109-2785\",\n                            \"chrName\": \"Paula Campos\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"524.970.143-45\",\n                            \"chrDocumentId\": \"4797650718171\",\n                            \"chrNacionality\": \"Brasileiro\",\n                            \"chrProfession\": \"Recepcionista de consultório\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1974-09-11T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.213-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Dirce\\\",\\\"street\\\":\\\"Rua Braz Alves de Almeida\\\",\\\"number\\\":\\\"188\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Braz Alves de Almeida\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"amiltonv@gmail.com\\\",\\\"emailAccounting\\\":\\\"amiltonv@gmail.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"12.213-310\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"São José dos Campos\",\n                                    \"ibge\": \"3549904\",\n                                    \"district\": \"Vila Dirce\",\n                                    \"street\": \"Rua Braz Alves de Almeida\",\n                                    \"number\": \"188\",\n                                    \"complement\": \"o/11\",\n                                    \"description\": \"Rua Braz Alves de Almeida\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"amiltonv@gmail.com\",\n                                \"emailAccounting\": \"amiltonv@gmail.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"disabled\"\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1596,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 1765,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 5203,\n                    \"intDueDay\": 5,\n                    \"intDelayedPayments\": 0,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"TLS-638659/01\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5908,\\\"value\\\":96,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-08-12\\\",\\\"expiration\\\":\\\"2099-08-12\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":28.91,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"[790]\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG03531001-01.wxvis.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-08-11T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": false,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"insurance\",\n                        \"company\": 5908,\n                        \"value\": 96,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-08-12\",\n                        \"expiration\": \"2099-08-12\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 28.91,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [\n                        {\n                            \"id\": 790,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 16196057,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"FVCJYRHVOZUFEHRW.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"contrato assinado.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-08-12T12:54:44.000000Z\"\n                        }\n                    ],\n                    \"renters\": [\n                        {\n                            \"id\": 1750,\n                            \"ak\": 1,\n                            \"fkContract\": 1596,\n                            \"fkRenter\": 7159,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 7159,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"sdesouza@abreu.com\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(94) 2959-5611\",\n                                \"chrName\": \"Mia Estrada\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"425.863.351-80\",\n                                \"chrDocumentId\": \"6289814438174\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Atendente de lojas e mercados\",\n                                \"chrMaritalStatus\": \"SINGLE\",\n                                \"dteDateofBirth\": \"1993-01-14T02:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"74.085-120\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Sul\\\",\\\"street\\\":\\\"Rua 110B\\\",\\\"number\\\":\\\"141\\\",\\\"complement\\\":\\\"s\\\\/17\\\",\\\"description\\\":\\\"Rua 110B\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\",\\\"emailAccounting\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-08-11T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"74.085-120\",\n                                        \"state\": \"GO\",\n                                        \"city\": \"Goiânia\",\n                                        \"ibge\": \"5208707\",\n                                        \"district\": \"Setor Sul\",\n                                        \"street\": \"Rua 110B\",\n                                        \"number\": \"141\",\n                                        \"complement\": \"s/17\",\n                                        \"description\": \"Rua 110B\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"danilo.pereira@engenharia.ufjf.br\",\n                                    \"emailAccounting\": \"danilo.pereira@engenharia.ufjf.br\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 50,\n            \"chrReference\": \"BG03480001/02\",\n            \"dteRequest\": \"2022-08-18T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"COMPANY\",\n            \"dteDeliveryForecast\": \"2022-08-20T03:00:00.000000Z\",\n            \"fkProperty\": 1695,\n            \"txtMaintenance\": \"Morador sr. Fabio (42) 99969-3996 entrou em contato informando que o portão eletrônico caiu, está somente amarrado para que não fique no chão. Pede  urgência na abertura de um chamado para verificação do ocorrido.\",\n            \"owners\": [\n                {\n                    \"id\": 5929,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"tabata09@bonilha.com.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"2d509edb-b6bb-4ffb-9f46-49adae4c4eef\",\n                    \"chrMainPhone\": \"(22) 98613-5294\",\n                    \"chrName\": \"Sophie Ávila\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"936.069.301-43\",\n                    \"chrDocumentId\": \"8616347519515\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1973-08-20T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"40.365-705\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Salvador\\\",\\\"ibge\\\":\\\"2927408\\\",\\\"district\\\":\\\"Curuzu\\\",\\\"street\\\":\\\"Travessa Rio Negro\\\",\\\"number\\\":\\\"143\\\",\\\"complement\\\":\\\"k\\\\/2\\\",\\\"description\\\":\\\"Travessa Rio Negro\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"leticiabeatrizhuchaia@gmail.com\\\",\\\"emailAccounting\\\":\\\"leticiabeatrizhuchaia@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"4120-3\\\",\\\"acc\\\":\\\"6791-1\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":false}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-26T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"40.365-705\",\n                            \"state\": \"BA\",\n                            \"city\": \"Salvador\",\n                            \"ibge\": \"2927408\",\n                            \"district\": \"Curuzu\",\n                            \"street\": \"Travessa Rio Negro\",\n                            \"number\": \"143\",\n                            \"complement\": \"k/2\",\n                            \"description\": \"Travessa Rio Negro\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"leticiabeatrizhuchaia@gmail.com\",\n                        \"emailAccounting\": \"leticiabeatrizhuchaia@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"bank\": \"001\",\n                        \"agency\": \"4120-3\",\n                        \"acc\": \"6791-1\",\n                        \"operation\": null,\n                        \"name\": null,\n                        \"docType\": \"CPF\",\n                        \"document\": null,\n                        \"hasTransferFee\": false\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 6072,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"miranda.santiago@rivera.org\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(45) 4458-8266\",\n                    \"chrName\": \"Lucas da Rosa\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"670.895.994-18\",\n                    \"chrDocumentId\": \"4955103221465\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n                    \"chrMaritalStatus\": \"DIVORCED\",\n                    \"dteDateofBirth\": \"1957-01-16T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"19.063-230\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Presidente Prudente\\\",\\\"ibge\\\":\\\"3541406\\\",\\\"district\\\":\\\"Jardim Itaipu\\\",\\\"street\\\":\\\"Rua Herm\\\\u00ednio Minatti\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"w\\\\/15\\\",\\\"description\\\":\\\"Rua Herm\\\\u00ednio Minatti\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"Zwicker3@gmail.com\\\",\\\"emailAccounting\\\":\\\"Zwicker3@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-05-19T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"19.063-230\",\n                            \"state\": \"SP\",\n                            \"city\": \"Presidente Prudente\",\n                            \"ibge\": \"3541406\",\n                            \"district\": \"Jardim Itaipu\",\n                            \"street\": \"Rua Hermínio Minatti\",\n                            \"number\": \"150\",\n                            \"complement\": \"w/15\",\n                            \"description\": \"Rua Hermínio Minatti\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"Zwicker3@gmail.com\",\n                        \"emailAccounting\": \"Zwicker3@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1695,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1438,\n                \"fkCondo\": 0,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"EMP-803656\",\n                \"chrInnerReference\": \"JOE-068337\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG03480001.osmpc.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-03-23T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 3000,\n                \"dcmExpectedRent\": 3000,\n                \"dcmRentRawValue\": 3333.33,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 140,\n                \"dcmAreaPrivate\": 160,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"QH\\\\/2022\\\\/72815\\\",\\\"codeEnergy\\\":\\\"BW\\\\/2022\\\\/37564\\\",\\\"codeGas\\\":\\\"GN\\\\/2022\\\\/78072\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.J.W\\\",\\\"codeGarbageFee\\\":\\\"UE\\\\/2022\\\\/33643\\\",\\\"codeFireInsurance\\\":\\\"PA\\\\/2022\\\\/55565\\\",\\\"codeSpu\\\":\\\"XF\\\\/2022\\\\/42140\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 30}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[\\\"12\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"82.015-610\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"São Braz\",\n                \"chrAddressStreet\": \"Rua Guarandi\",\n                \"chrAddressNumber\": \"770\",\n                \"chrAddressComplement\": \"Sobrado 02\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-26T13:55:39.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"QH/2022/72815\",\n                    \"codeEnergy\": \"BW/2022/37564\",\n                    \"codeGas\": \"GN/2022/78072\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.J.W\",\n                    \"codeGarbageFee\": \"UE/2022/33643\",\n                    \"codeFireInsurance\": \"PA/2022/55565\",\n                    \"codeSpu\": \"XF/2022/42140\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"day\": 10,\n                    \"when\": \"FIXED\",\n                    \"endsAt\": null,\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30\n                },\n                \"garages\": [],\n                \"durations\": [\n                    \"12\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 3000,\n                \"dcmRentDiscountValue\": 333.33,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 2229,\n                        \"ak\": 1,\n                        \"fkProperty\": 1695,\n                        \"fkOwner\": 5929,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 5929,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"tabata09@bonilha.com.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": \"2d509edb-b6bb-4ffb-9f46-49adae4c4eef\",\n                            \"chrMainPhone\": \"(22) 98613-5294\",\n                            \"chrName\": \"Sophie Ávila\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"936.069.301-43\",\n                            \"chrDocumentId\": \"8616347519515\",\n                            \"chrNacionality\": \"Brasileiro\",\n                            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1973-08-20T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"40.365-705\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Salvador\\\",\\\"ibge\\\":\\\"2927408\\\",\\\"district\\\":\\\"Curuzu\\\",\\\"street\\\":\\\"Travessa Rio Negro\\\",\\\"number\\\":\\\"143\\\",\\\"complement\\\":\\\"k\\\\/2\\\",\\\"description\\\":\\\"Travessa Rio Negro\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"leticiabeatrizhuchaia@gmail.com\\\",\\\"emailAccounting\\\":\\\"leticiabeatrizhuchaia@gmail.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"4120-3\\\",\\\"acc\\\":\\\"6791-1\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":false}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-26T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"40.365-705\",\n                                    \"state\": \"BA\",\n                                    \"city\": \"Salvador\",\n                                    \"ibge\": \"2927408\",\n                                    \"district\": \"Curuzu\",\n                                    \"street\": \"Travessa Rio Negro\",\n                                    \"number\": \"143\",\n                                    \"complement\": \"k/2\",\n                                    \"description\": \"Travessa Rio Negro\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"leticiabeatrizhuchaia@gmail.com\",\n                                \"emailAccounting\": \"leticiabeatrizhuchaia@gmail.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"bank\": \"001\",\n                                \"agency\": \"4120-3\",\n                                \"acc\": \"6791-1\",\n                                \"operation\": null,\n                                \"name\": null,\n                                \"docType\": \"CPF\",\n                                \"document\": null,\n                                \"hasTransferFee\": false\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1438,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 1695,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 3283,\n                    \"intDueDay\": 10,\n                    \"intDelayedPayments\": 2,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"EMP-803656/01\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":261.82,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-05-25\\\",\\\"expiration\\\":\\\"2099-05-25\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":88.36,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"[504,505,506,507,508]\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG03480001-01.jeiqh.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-05-25T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-05-25T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-05-24T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-05-25T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": null,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"insurance\",\n                        \"company\": 5907,\n                        \"value\": 261.82,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-05-25\",\n                        \"expiration\": \"2099-05-25\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 88.36,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [\n                        {\n                            \"id\": 504,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 309528,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"GOOYDGXHNKLBFSQB.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"CONTRATO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-05-25T18:16:34.000000Z\"\n                        },\n                        {\n                            \"id\": 505,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 183963,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"UCRXXQRLZYDVGBLF.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"INFORMATIVO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-05-25T18:16:39.000000Z\"\n                        },\n                        {\n                            \"id\": 506,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 658298,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"GUFXINILIWARRIVD.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"VISTORIA.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-05-25T18:16:52.000000Z\"\n                        },\n                        {\n                            \"id\": 507,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 151363,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"UOGQQXRODIZNVXOI.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"SANEPAR.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-05-25T18:17:00.000000Z\"\n                        },\n                        {\n                            \"id\": 508,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 167661,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"DUTGQFJWQXMZMEBM.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"COPEL.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-05-25T18:17:09.000000Z\"\n                        }\n                    ],\n                    \"renters\": [\n                        {\n                            \"id\": 1571,\n                            \"ak\": 1,\n                            \"fkContract\": 1438,\n                            \"fkRenter\": 6072,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 6072,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"miranda.santiago@rivera.org\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(45) 4458-8266\",\n                                \"chrName\": \"Lucas da Rosa\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"670.895.994-18\",\n                                \"chrDocumentId\": \"4955103221465\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n                                \"chrMaritalStatus\": \"DIVORCED\",\n                                \"dteDateofBirth\": \"1957-01-16T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"19.063-230\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Presidente Prudente\\\",\\\"ibge\\\":\\\"3541406\\\",\\\"district\\\":\\\"Jardim Itaipu\\\",\\\"street\\\":\\\"Rua Herm\\\\u00ednio Minatti\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"w\\\\/15\\\",\\\"description\\\":\\\"Rua Herm\\\\u00ednio Minatti\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"Zwicker3@gmail.com\\\",\\\"emailAccounting\\\":\\\"Zwicker3@gmail.com\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-05-19T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"19.063-230\",\n                                        \"state\": \"SP\",\n                                        \"city\": \"Presidente Prudente\",\n                                        \"ibge\": \"3541406\",\n                                        \"district\": \"Jardim Itaipu\",\n                                        \"street\": \"Rua Hermínio Minatti\",\n                                        \"number\": \"150\",\n                                        \"complement\": \"w/15\",\n                                        \"description\": \"Rua Hermínio Minatti\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"Zwicker3@gmail.com\",\n                                    \"emailAccounting\": \"Zwicker3@gmail.com\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 51,\n            \"chrReference\": \"BG01141003/03\",\n            \"dteRequest\": \"2022-08-18T03:00:00.000000Z\",\n            \"chrPriority\": \"REGULAR\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-19T03:00:00.000000Z\",\n            \"fkProperty\": 781,\n            \"txtMaintenance\": \"Uma das calhas com problema.\",\n            \"owners\": [\n                {\n                    \"id\": 4155,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"andres90@bonilha.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"88c08906-2282-4fa0-ae66-ca24b91ce141\",\n                    \"chrMainPhone\": \"(54) 91369-6536\",\n                    \"chrName\": \"Fábio Furtado\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"538.462.720-43\",\n                    \"chrDocumentId\": \"8945437134441\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Operador de telemarketing ativo e receptivo\",\n                    \"chrMaritalStatus\": \"WIDOWED\",\n                    \"dteDateofBirth\": \"1953-04-06T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"12.926-390\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Bragan\\\\u00e7a Paulista\\\",\\\"ibge\\\":\\\"3507605\\\",\\\"district\\\":\\\"Residencial H\\\\u00edpica Jaguari\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Severino L. de Moraes\\\",\\\"number\\\":\\\"37\\\",\\\"complement\\\":\\\"c\\\\/18\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Severino L. de Moraes\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1519-9\\\",\\\"acc\\\":\\\"19670-3\\\",\\\"operation\\\":null,\\\"name\\\":\\\"MARLENE KOSTESKI RIFISKI\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"423.077.089-8\\\",\\\"hasTransferFee\\\":true}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"12.926-390\",\n                            \"state\": \"SP\",\n                            \"city\": \"Bragança Paulista\",\n                            \"ibge\": \"3507605\",\n                            \"district\": \"Residencial Hípica Jaguari\",\n                            \"street\": \"Rua José Severino L. de Moraes\",\n                            \"number\": \"37\",\n                            \"complement\": \"c/18\",\n                            \"description\": \"Rua José Severino L. de Moraes\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": null,\n                        \"emailAccounting\": null\n                    },\n                    \"payment\": {\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"bank\": \"001\",\n                        \"agency\": \"1519-9\",\n                        \"acc\": \"19670-3\",\n                        \"operation\": null,\n                        \"name\": \"MARLENE KOSTESKI RIFISKI\",\n                        \"docType\": \"CPF\",\n                        \"document\": \"423.077.089-8\",\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 6266,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"lfernandes@reis.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(73) 94346-2898\",\n                    \"chrName\": \"Renata Queirós\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"273.405.347-09\",\n                    \"chrDocumentId\": \"5913229274296\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Operador de telemarketing ativo e receptivo\",\n                    \"chrMaritalStatus\": \"COMMON_LAW_MARRIAGE\",\n                    \"dteDateofBirth\": \"1981-08-16T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"35.500-168\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Divin\\\\u00f3polis\\\",\\\"ibge\\\":\\\"3122306\\\",\\\"district\\\":\\\"Industrial\\\",\\\"street\\\":\\\"Rua Resplendor\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"y\\\\/2\\\",\\\"description\\\":\\\"Rua Resplendor\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"leandro@bestforyoubox.com\\\",\\\"emailAccounting\\\":\\\"leandro@bestforyoubox.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-30T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"35.500-168\",\n                            \"state\": \"MG\",\n                            \"city\": \"Divinópolis\",\n                            \"ibge\": \"3122306\",\n                            \"district\": \"Industrial\",\n                            \"street\": \"Rua Resplendor\",\n                            \"number\": \"52\",\n                            \"complement\": \"y/2\",\n                            \"description\": \"Rua Resplendor\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"leandro@bestforyoubox.com\",\n                        \"emailAccounting\": \"leandro@bestforyoubox.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 781,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1506,\n                \"fkCondo\": 6715,\n                \"fkManagement\": 6553,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"GWB-210469\",\n                \"chrInnerReference\": \"YCW-557453\",\n                \"fkPropertyType\": 31,\n                \"chrDocument\": \"BG01141003.qyneu.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-04-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 2166.67,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 60,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"HB\\\\/2022\\\\/03935\\\",\\\"codeEnergy\\\":\\\"UW\\\\/2022\\\\/67980\\\",\\\"codeGas\\\":\\\"SP\\\\/2022\\\\/86846\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.B.C\\\",\\\"codeGarbageFee\\\":\\\"DH\\\\/2022\\\\/96255\\\",\\\"codeFireInsurance\\\":\\\"WH\\\\/2022\\\\/68890\\\",\\\"codeSpu\\\":\\\"NN\\\\/2022\\\\/98046\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":12,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"82.310-270\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Orleans\",\n                \"chrAddressStreet\": \"Rua Olívia Gonçalves Freitas\",\n                \"chrAddressNumber\": \"769\",\n                \"chrAddressComplement\": null,\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:06:04.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"HB/2022/03935\",\n                    \"codeEnergy\": \"UW/2022/67980\",\n                    \"codeGas\": \"SP/2022/86846\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.B.C\",\n                    \"codeGarbageFee\": \"DH/2022/96255\",\n                    \"codeFireInsurance\": \"WH/2022/68890\",\n                    \"codeSpu\": \"NN/2022/98046\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 12,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1950,\n                \"dcmRentDiscountValue\": 216.67,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 1057,\n                        \"ak\": 1,\n                        \"fkProperty\": 781,\n                        \"fkOwner\": 4155,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 4155,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"andres90@bonilha.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": \"88c08906-2282-4fa0-ae66-ca24b91ce141\",\n                            \"chrMainPhone\": \"(54) 91369-6536\",\n                            \"chrName\": \"Fábio Furtado\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"538.462.720-43\",\n                            \"chrDocumentId\": \"8945437134441\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Operador de telemarketing ativo e receptivo\",\n                            \"chrMaritalStatus\": \"WIDOWED\",\n                            \"dteDateofBirth\": \"1953-04-06T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.926-390\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Bragan\\\\u00e7a Paulista\\\",\\\"ibge\\\":\\\"3507605\\\",\\\"district\\\":\\\"Residencial H\\\\u00edpica Jaguari\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Severino L. de Moraes\\\",\\\"number\\\":\\\"37\\\",\\\"complement\\\":\\\"c\\\\/18\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Severino L. de Moraes\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1519-9\\\",\\\"acc\\\":\\\"19670-3\\\",\\\"operation\\\":null,\\\"name\\\":\\\"MARLENE KOSTESKI RIFISKI\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"423.077.089-8\\\",\\\"hasTransferFee\\\":true}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"12.926-390\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"Bragança Paulista\",\n                                    \"ibge\": \"3507605\",\n                                    \"district\": \"Residencial Hípica Jaguari\",\n                                    \"street\": \"Rua José Severino L. de Moraes\",\n                                    \"number\": \"37\",\n                                    \"complement\": \"c/18\",\n                                    \"description\": \"Rua José Severino L. de Moraes\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": null,\n                                \"emailAccounting\": null\n                            },\n                            \"payment\": {\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"bank\": \"001\",\n                                \"agency\": \"1519-9\",\n                                \"acc\": \"19670-3\",\n                                \"operation\": null,\n                                \"name\": \"MARLENE KOSTESKI RIFISKI\",\n                                \"docType\": \"CPF\",\n                                \"document\": \"423.077.089-8\",\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1506,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 781,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 4956,\n                    \"intDueDay\": 5,\n                    \"intDelayedPayments\": 0,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"GWB-210469/02\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[6267,6268]}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-07-01\\\",\\\"expiration\\\":\\\"2099-07-01\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":90,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"[]\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG01141003-02.xzxal.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-07-04T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-07-04T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-07-03T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-07-04T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": false,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"bondsman\",\n                        \"bondsman\": [\n                            6267,\n                            6268\n                        ]\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-07-01\",\n                        \"expiration\": \"2099-07-01\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 90,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 1646,\n                            \"ak\": 1,\n                            \"fkContract\": 1506,\n                            \"fkRenter\": 6266,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 6266,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"lfernandes@reis.br\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(73) 94346-2898\",\n                                \"chrName\": \"Renata Queirós\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"273.405.347-09\",\n                                \"chrDocumentId\": \"5913229274296\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Operador de telemarketing ativo e receptivo\",\n                                \"chrMaritalStatus\": \"COMMON_LAW_MARRIAGE\",\n                                \"dteDateofBirth\": \"1981-08-16T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"35.500-168\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Divin\\\\u00f3polis\\\",\\\"ibge\\\":\\\"3122306\\\",\\\"district\\\":\\\"Industrial\\\",\\\"street\\\":\\\"Rua Resplendor\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"y\\\\/2\\\",\\\"description\\\":\\\"Rua Resplendor\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"leandro@bestforyoubox.com\\\",\\\"emailAccounting\\\":\\\"leandro@bestforyoubox.com\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-06-30T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"35.500-168\",\n                                        \"state\": \"MG\",\n                                        \"city\": \"Divinópolis\",\n                                        \"ibge\": \"3122306\",\n                                        \"district\": \"Industrial\",\n                                        \"street\": \"Rua Resplendor\",\n                                        \"number\": \"52\",\n                                        \"complement\": \"y/2\",\n                                        \"description\": \"Rua Resplendor\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"leandro@bestforyoubox.com\",\n                                    \"emailAccounting\": \"leandro@bestforyoubox.com\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 48,\n            \"chrReference\": \"BG03531001/01\",\n            \"dteRequest\": \"2022-08-16T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-18T03:00:00.000000Z\",\n            \"fkProperty\": 1765,\n            \"txtMaintenance\": \"1 - Armários da sala, do quarto e da cozinha, precisa de manutenção.\\n2- Revisão do gás.\",\n            \"owners\": [\n                {\n                    \"id\": 6153,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"michele71@duarte.net.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(24) 4873-7083\",\n                    \"chrName\": \"Sophie Abreu\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"135.173.471-75\",\n                    \"chrDocumentId\": \"6190754285484\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Inspetor de alunos de escola pública\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1991-04-27T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"13.476-644\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Americana\\\",\\\"ibge\\\":\\\"3501608\\\",\\\"district\\\":\\\"Parque Dom Pedro II\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\",\\\"number\\\":\\\"145\\\",\\\"complement\\\":\\\"c\\\\/3\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"nascimento.louise@outlook.com\\\",\\\"emailAccounting\\\":\\\"nascimento.louise@outlook.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"260\\\",\\\"agency\\\":\\\"0001\\\",\\\"acc\\\":\\\"174595453\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"13.476-644\",\n                            \"state\": \"SP\",\n                            \"city\": \"Americana\",\n                            \"ibge\": \"3501608\",\n                            \"district\": \"Parque Dom Pedro II\",\n                            \"street\": \"Rua José Bueno de Camargo\",\n                            \"number\": \"145\",\n                            \"complement\": \"c/3\",\n                            \"description\": \"Rua José Bueno de Camargo\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"nascimento.louise@outlook.com\",\n                        \"emailAccounting\": \"nascimento.louise@outlook.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"bank\": \"260\",\n                        \"agency\": \"0001\",\n                        \"acc\": \"174595453\",\n                        \"operation\": null,\n                        \"name\": null,\n                        \"docType\": \"CPF\",\n                        \"document\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 6155,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"thales28@sepulveda.com.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(33) 2997-0781\",\n                    \"chrName\": \"Agostinho Vieira\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"114.174.741-30\",\n                    \"chrDocumentId\": \"2116463656932\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de lojas e mercados\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1969-12-01T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"56.506-650\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Arcoverde\\\",\\\"ibge\\\":\\\"2601201\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\",\\\"number\\\":\\\"72\\\",\\\"complement\\\":\\\"k\\\\/7\\\",\\\"description\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"cris.n.01@hotmail.com\\\",\\\"emailAccounting\\\":\\\"cris.n.01@hotmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"56.506-650\",\n                            \"state\": \"PE\",\n                            \"city\": \"Arcoverde\",\n                            \"ibge\": \"2601201\",\n                            \"district\": \"Centro\",\n                            \"street\": \"Rua Aprígio Estevão Tavares\",\n                            \"number\": \"72\",\n                            \"complement\": \"k/7\",\n                            \"description\": \"Rua Aprígio Estevão Tavares\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"cris.n.01@hotmail.com\",\n                        \"emailAccounting\": \"cris.n.01@hotmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 6154,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"hernani.prado@valdez.com.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(11) 90109-2785\",\n                    \"chrName\": \"Paula Campos\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"524.970.143-45\",\n                    \"chrDocumentId\": \"4797650718171\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Recepcionista de consultório\",\n                    \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                    \"dteDateofBirth\": \"1974-09-11T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"12.213-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Dirce\\\",\\\"street\\\":\\\"Rua Braz Alves de Almeida\\\",\\\"number\\\":\\\"188\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Braz Alves de Almeida\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"amiltonv@gmail.com\\\",\\\"emailAccounting\\\":\\\"amiltonv@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"12.213-310\",\n                            \"state\": \"SP\",\n                            \"city\": \"São José dos Campos\",\n                            \"ibge\": \"3549904\",\n                            \"district\": \"Vila Dirce\",\n                            \"street\": \"Rua Braz Alves de Almeida\",\n                            \"number\": \"188\",\n                            \"complement\": \"o/11\",\n                            \"description\": \"Rua Braz Alves de Almeida\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"amiltonv@gmail.com\",\n                        \"emailAccounting\": \"amiltonv@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 7159,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"sdesouza@abreu.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(94) 2959-5611\",\n                    \"chrName\": \"Mia Estrada\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"425.863.351-80\",\n                    \"chrDocumentId\": \"6289814438174\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Atendente de lojas e mercados\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1993-01-14T02:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"74.085-120\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Sul\\\",\\\"street\\\":\\\"Rua 110B\\\",\\\"number\\\":\\\"141\\\",\\\"complement\\\":\\\"s\\\\/17\\\",\\\"description\\\":\\\"Rua 110B\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\",\\\"emailAccounting\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-08-11T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"74.085-120\",\n                            \"state\": \"GO\",\n                            \"city\": \"Goiânia\",\n                            \"ibge\": \"5208707\",\n                            \"district\": \"Setor Sul\",\n                            \"street\": \"Rua 110B\",\n                            \"number\": \"141\",\n                            \"complement\": \"s/17\",\n                            \"description\": \"Rua 110B\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"danilo.pereira@engenharia.ufjf.br\",\n                        \"emailAccounting\": \"danilo.pereira@engenharia.ufjf.br\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1765,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1596,\n                \"fkCondo\": 0,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"TLS-638659\",\n                \"chrInnerReference\": \"CZE-385722\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG03531001.wdjye.md\",\n                \"chrDocumentTitle\": \"Procuração\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-06-14T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 1200,\n                \"dcmExpectedRent\": 1200,\n                \"dcmRentRawValue\": 1222.22,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 58.24,\n                \"dcmAreaPrivate\": 49.39,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 390,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"FW\\\\/2022\\\\/31554\\\",\\\"codeEnergy\\\":\\\"OJ\\\\/2022\\\\/54529\\\",\\\"codeGas\\\":\\\"IT\\\\/2022\\\\/44003\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S R.Y.O\\\",\\\"codeGarbageFee\\\":\\\"XX\\\\/2022\\\\/79249\\\",\\\"codeFireInsurance\\\":\\\"HO\\\\/2022\\\\/80463\\\",\\\"codeSpu\\\":\\\"AH\\\\/2022\\\\/66813\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[{\\\"id\\\":\\\"1 Vaga de garagem n\\\\u00b0 63\\\",\\\"note\\\":\\\"Descoberta\\\"}]\",\n                \"jsonDurations\": \"[\\\"12\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": null,\n                \"chrAddressPostalCode\": \"81.220-190\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua João Alencar Guimarães\",\n                \"chrAddressNumber\": \"300\",\n                \"chrAddressComplement\": \"AP 102 BL 2\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-06-14T17:32:36.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"FW/2022/31554\",\n                    \"codeEnergy\": \"OJ/2022/54529\",\n                    \"codeGas\": \"IT/2022/44003\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS R.Y.O\",\n                    \"codeGarbageFee\": \"XX/2022/79249\",\n                    \"codeFireInsurance\": \"HO/2022/80463\",\n                    \"codeSpu\": \"AH/2022/66813\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [\n                    {\n                        \"id\": \"1 Vaga de garagem n° 63\",\n                        \"note\": \"Descoberta\"\n                    }\n                ],\n                \"durations\": [\n                    \"12\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1100,\n                \"dcmRentDiscountValue\": 122.22,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 2382,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6153,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 6153,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"michele71@duarte.net.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(24) 4873-7083\",\n                            \"chrName\": \"Sophie Abreu\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"135.173.471-75\",\n                            \"chrDocumentId\": \"6190754285484\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1991-04-27T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.476-644\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Americana\\\",\\\"ibge\\\":\\\"3501608\\\",\\\"district\\\":\\\"Parque Dom Pedro II\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\",\\\"number\\\":\\\"145\\\",\\\"complement\\\":\\\"c\\\\/3\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Bueno de Camargo\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"nascimento.louise@outlook.com\\\",\\\"emailAccounting\\\":\\\"nascimento.louise@outlook.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"260\\\",\\\"agency\\\":\\\"0001\\\",\\\"acc\\\":\\\"174595453\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"13.476-644\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"Americana\",\n                                    \"ibge\": \"3501608\",\n                                    \"district\": \"Parque Dom Pedro II\",\n                                    \"street\": \"Rua José Bueno de Camargo\",\n                                    \"number\": \"145\",\n                                    \"complement\": \"c/3\",\n                                    \"description\": \"Rua José Bueno de Camargo\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"nascimento.louise@outlook.com\",\n                                \"emailAccounting\": \"nascimento.louise@outlook.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"bank\": \"260\",\n                                \"agency\": \"0001\",\n                                \"acc\": \"174595453\",\n                                \"operation\": null,\n                                \"name\": null,\n                                \"docType\": \"CPF\",\n                                \"document\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 2383,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6155,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 0,\n                        \"dcmTaxPercentage\": 0,\n                        \"owner\": {\n                            \"id\": 6155,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"thales28@sepulveda.com.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(33) 2997-0781\",\n                            \"chrName\": \"Agostinho Vieira\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"114.174.741-30\",\n                            \"chrDocumentId\": \"2116463656932\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Atendente de lojas e mercados\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1969-12-01T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"56.506-650\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Arcoverde\\\",\\\"ibge\\\":\\\"2601201\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\",\\\"number\\\":\\\"72\\\",\\\"complement\\\":\\\"k\\\\/7\\\",\\\"description\\\":\\\"Rua Apr\\\\u00edgio Estev\\\\u00e3o Tavares\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"cris.n.01@hotmail.com\\\",\\\"emailAccounting\\\":\\\"cris.n.01@hotmail.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"56.506-650\",\n                                    \"state\": \"PE\",\n                                    \"city\": \"Arcoverde\",\n                                    \"ibge\": \"2601201\",\n                                    \"district\": \"Centro\",\n                                    \"street\": \"Rua Aprígio Estevão Tavares\",\n                                    \"number\": \"72\",\n                                    \"complement\": \"k/7\",\n                                    \"description\": \"Rua Aprígio Estevão Tavares\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"cris.n.01@hotmail.com\",\n                                \"emailAccounting\": \"cris.n.01@hotmail.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"disabled\"\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 2384,\n                        \"ak\": 1,\n                        \"fkProperty\": 1765,\n                        \"fkOwner\": 6154,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 0,\n                        \"dcmTaxPercentage\": 0,\n                        \"owner\": {\n                            \"id\": 6154,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": 0,\n                            \"fkManagement\": 0,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"hernani.prado@valdez.com.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(11) 90109-2785\",\n                            \"chrName\": \"Paula Campos\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"524.970.143-45\",\n                            \"chrDocumentId\": \"4797650718171\",\n                            \"chrNacionality\": \"Brasileiro\",\n                            \"chrProfession\": \"Recepcionista de consultório\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1974-09-11T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.213-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Dirce\\\",\\\"street\\\":\\\"Rua Braz Alves de Almeida\\\",\\\"number\\\":\\\"188\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Braz Alves de Almeida\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"amiltonv@gmail.com\\\",\\\"emailAccounting\\\":\\\"amiltonv@gmail.com\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-06-14T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"12.213-310\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"São José dos Campos\",\n                                    \"ibge\": \"3549904\",\n                                    \"district\": \"Vila Dirce\",\n                                    \"street\": \"Rua Braz Alves de Almeida\",\n                                    \"number\": \"188\",\n                                    \"complement\": \"o/11\",\n                                    \"description\": \"Rua Braz Alves de Almeida\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": false,\n                                \"reterIRRF\": false,\n                                \"reterINSS\": false,\n                                \"reterPCCS\": false,\n                                \"email\": \"amiltonv@gmail.com\",\n                                \"emailAccounting\": \"amiltonv@gmail.com\"\n                            },\n                            \"payment\": {\n                                \"method\": \"disabled\"\n                            },\n                            \"condo\": {\n                                \"billingCondition\": \"BEFORE\",\n                                \"billingDueDay\": 1\n                            },\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1596,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 1765,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 5203,\n                    \"intDueDay\": 5,\n                    \"intDelayedPayments\": 0,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"TLS-638659/01\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5908,\\\"value\\\":96,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-08-12\\\",\\\"expiration\\\":\\\"2099-08-12\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":28.91,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"[790]\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG03531001-01.wxvis.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-08-11T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-08-12T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": false,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"insurance\",\n                        \"company\": 5908,\n                        \"value\": 96,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-08-12\",\n                        \"expiration\": \"2099-08-12\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 28.91,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [\n                        {\n                            \"id\": 790,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 16196057,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"FVCJYRHVOZUFEHRW.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"contrato assinado.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-08-12T12:54:44.000000Z\"\n                        }\n                    ],\n                    \"renters\": [\n                        {\n                            \"id\": 1750,\n                            \"ak\": 1,\n                            \"fkContract\": 1596,\n                            \"fkRenter\": 7159,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 7159,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"sdesouza@abreu.com\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(94) 2959-5611\",\n                                \"chrName\": \"Mia Estrada\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"425.863.351-80\",\n                                \"chrDocumentId\": \"6289814438174\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Atendente de lojas e mercados\",\n                                \"chrMaritalStatus\": \"SINGLE\",\n                                \"dteDateofBirth\": \"1993-01-14T02:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"74.085-120\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Sul\\\",\\\"street\\\":\\\"Rua 110B\\\",\\\"number\\\":\\\"141\\\",\\\"complement\\\":\\\"s\\\\/17\\\",\\\"description\\\":\\\"Rua 110B\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\",\\\"emailAccounting\\\":\\\"danilo.pereira@engenharia.ufjf.br\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-08-11T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"74.085-120\",\n                                        \"state\": \"GO\",\n                                        \"city\": \"Goiânia\",\n                                        \"ibge\": \"5208707\",\n                                        \"district\": \"Setor Sul\",\n                                        \"street\": \"Rua 110B\",\n                                        \"number\": \"141\",\n                                        \"complement\": \"s/17\",\n                                        \"description\": \"Rua 110B\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"danilo.pereira@engenharia.ufjf.br\",\n                                    \"emailAccounting\": \"danilo.pereira@engenharia.ufjf.br\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 49,\n            \"chrReference\": \"BG00561012/01\",\n            \"dteRequest\": \"2022-08-16T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-17T03:00:00.000000Z\",\n            \"fkProperty\": 631,\n            \"txtMaintenance\": \"A garagem está com telhas quebradas, precisando urgentemente da substituição e reforma das vigas\",\n            \"owners\": [\n                {\n                    \"id\": 3116,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PJ\",\n                    \"vrcEmail\": \"mateus54@batista.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(42) 91014-0616\",\n                    \"chrName\": \"Vega e Dias\",\n                    \"chrName2\": \"Vega e Dias\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"53.887.937/0001-97\",\n                    \"chrDocumentId\": \"4508092221542\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Copeiro\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"31.970-649\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"Vit\\\\u00f3ria\\\",\\\"street\\\":\\\"Rua Setecentos e Quinze\\\",\\\"number\\\":\\\"85\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Setecentos e Quinze\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"31441-2\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"JURUQUY SOCIEDADE CIVIL LTDA\\\", \\\"agency\\\": \\\"5749\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PJ\\\", \\\"document\\\": \\\"03.084.666/0001-6\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"31.970-649\",\n                            \"state\": \"MG\",\n                            \"city\": \"Belo Horizonte\",\n                            \"ibge\": \"3106200\",\n                            \"district\": \"Vitória\",\n                            \"street\": \"Rua Setecentos e Quinze\",\n                            \"number\": \"85\",\n                            \"complement\": \"o/11\",\n                            \"description\": \"Rua Setecentos e Quinze\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": \"0\",\n                        \"reterINSS\": \"0\",\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"31441-2\",\n                        \"bank\": \"237\",\n                        \"name\": \"JURUQUY SOCIEDADE CIVIL LTDA\",\n                        \"agency\": \"5749\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PJ\",\n                        \"document\": \"03.084.666/0001-6\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 7147,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"constancia.lovato@santana.org\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(12) 99184-1969\",\n                    \"chrName\": \"Demian Padrão\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"847.747.915-12\",\n                    \"chrDocumentId\": \"5990624025873\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Operador de telemarketing receptivo\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1992-08-15T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"52.490-341\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Guabiraba\\\",\\\"street\\\":\\\"Travessa Cristalina (Vila Confian\\\\u00e7a)\\\",\\\"number\\\":\\\"110\\\",\\\"complement\\\":\\\"q\\\\/13\\\",\\\"description\\\":\\\"Travessa Cristalina (Vila Confian\\\\u00e7a)\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"bruno_metka@hotmail.com\\\",\\\"emailAccounting\\\":\\\"bruno_metka@hotmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-08-03T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"52.490-341\",\n                            \"state\": \"PE\",\n                            \"city\": \"Recife\",\n                            \"ibge\": \"2611606\",\n                            \"district\": \"Guabiraba\",\n                            \"street\": \"Travessa Cristalina (Vila Confiança)\",\n                            \"number\": \"110\",\n                            \"complement\": \"q/13\",\n                            \"description\": \"Travessa Cristalina (Vila Confiança)\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"bruno_metka@hotmail.com\",\n                        \"emailAccounting\": \"bruno_metka@hotmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 631,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1585,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"BCE-780912\",\n                \"chrInnerReference\": \"NKY-177912\",\n                \"fkPropertyType\": 5,\n                \"chrDocument\": \"BG00561012.srwfj.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-06-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 611.11,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": \"RAW\",\n                \"dcmRentFee\": 100,\n                \"intRentFeeInstallments\": 2,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"DQ\\\\/2022\\\\/42593\\\",\\\"codeEnergy\\\":\\\"UG\\\\/2022\\\\/99908\\\",\\\"codeGas\\\":\\\"NI\\\\/2022\\\\/16770\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S D.Q.C\\\",\\\"codeGarbageFee\\\":\\\"QB\\\\/2022\\\\/71893\\\",\\\"codeFireInsurance\\\":\\\"QB\\\\/2022\\\\/51140\\\",\\\"codeSpu\\\":\\\"OT\\\\/2022\\\\/05561\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"81.270-550\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Campo Comprido\",\n                \"chrAddressStreet\": \"Rua Pedro Artur Zanlorenzi\",\n                \"chrAddressNumber\": \"457\",\n                \"chrAddressComplement\": \"Casa 01\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:05:07.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"DQ/2022/42593\",\n                    \"codeEnergy\": \"UG/2022/99908\",\n                    \"codeGas\": \"NI/2022/16770\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS D.Q.C\",\n                    \"codeGarbageFee\": \"QB/2022/71893\",\n                    \"codeFireInsurance\": \"QB/2022/51140\",\n                    \"codeSpu\": \"OT/2022/05561\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 30,\n                    \"endsAt\": null,\n                    \"when\": \"FIXED\",\n                    \"day\": 10\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 550,\n                \"dcmRentDiscountValue\": 61.11,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 820,\n                        \"ak\": 1,\n                        \"fkProperty\": 631,\n                        \"fkOwner\": 3116,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 3116,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PJ\",\n                            \"vrcEmail\": \"mateus54@batista.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(42) 91014-0616\",\n                            \"chrName\": \"Vega e Dias\",\n                            \"chrName2\": \"Vega e Dias\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"53.887.937/0001-97\",\n                            \"chrDocumentId\": \"4508092221542\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Copeiro\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"31.970-649\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"Vit\\\\u00f3ria\\\",\\\"street\\\":\\\"Rua Setecentos e Quinze\\\",\\\"number\\\":\\\"85\\\",\\\"complement\\\":\\\"o\\\\/11\\\",\\\"description\\\":\\\"Rua Setecentos e Quinze\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"31441-2\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"JURUQUY SOCIEDADE CIVIL LTDA\\\", \\\"agency\\\": \\\"5749\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PJ\\\", \\\"document\\\": \\\"03.084.666/0001-6\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"31.970-649\",\n                                    \"state\": \"MG\",\n                                    \"city\": \"Belo Horizonte\",\n                                    \"ibge\": \"3106200\",\n                                    \"district\": \"Vitória\",\n                                    \"street\": \"Rua Setecentos e Quinze\",\n                                    \"number\": \"85\",\n                                    \"complement\": \"o/11\",\n                                    \"description\": \"Rua Setecentos e Quinze\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": \"0\",\n                                \"reterINSS\": \"0\",\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"31441-2\",\n                                \"bank\": \"237\",\n                                \"name\": \"JURUQUY SOCIEDADE CIVIL LTDA\",\n                                \"agency\": \"5749\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PJ\",\n                                \"document\": \"03.084.666/0001-6\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1585,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 631,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 5186,\n                    \"intDueDay\": 5,\n                    \"intDelayedPayments\": 0,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"BCE-780912/02\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5904,\\\"value\\\":60.05,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-08-04\\\",\\\"expiration\\\":\\\"2099-08-04\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":45.47,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"[754]\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG00561012-02.orlri.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-08-04T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-08-04T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2023-08-03T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-08-04T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": false,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"insurance\",\n                        \"company\": 5904,\n                        \"value\": 60.05,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-08-04\",\n                        \"expiration\": \"2099-08-04\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 45.47,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [\n                        {\n                            \"id\": 754,\n                            \"ak\": 1,\n                            \"fkUser\": 35,\n                            \"intSize\": 16629386,\n                            \"chrTarget\": \"rental.contract\",\n                            \"chrPath\": \"contract/documents\",\n                            \"chrFilename\": \"CXJXAVYUIJGTUFDN.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"CONTRATO ASSINADO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-08-05T13:31:36.000000Z\"\n                        }\n                    ],\n                    \"renters\": [\n                        {\n                            \"id\": 1739,\n                            \"ak\": 1,\n                            \"fkContract\": 1585,\n                            \"fkRenter\": 7147,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 7147,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"constancia.lovato@santana.org\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(12) 99184-1969\",\n                                \"chrName\": \"Demian Padrão\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"847.747.915-12\",\n                                \"chrDocumentId\": \"5990624025873\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Operador de telemarketing receptivo\",\n                                \"chrMaritalStatus\": \"SINGLE\",\n                                \"dteDateofBirth\": \"1992-08-15T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"52.490-341\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Guabiraba\\\",\\\"street\\\":\\\"Travessa Cristalina (Vila Confian\\\\u00e7a)\\\",\\\"number\\\":\\\"110\\\",\\\"complement\\\":\\\"q\\\\/13\\\",\\\"description\\\":\\\"Travessa Cristalina (Vila Confian\\\\u00e7a)\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"bruno_metka@hotmail.com\\\",\\\"emailAccounting\\\":\\\"bruno_metka@hotmail.com\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-08-03T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"52.490-341\",\n                                        \"state\": \"PE\",\n                                        \"city\": \"Recife\",\n                                        \"ibge\": \"2611606\",\n                                        \"district\": \"Guabiraba\",\n                                        \"street\": \"Travessa Cristalina (Vila Confiança)\",\n                                        \"number\": \"110\",\n                                        \"complement\": \"q/13\",\n                                        \"description\": \"Travessa Cristalina (Vila Confiança)\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"bruno_metka@hotmail.com\",\n                                    \"emailAccounting\": \"bruno_metka@hotmail.com\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 46,\n            \"chrReference\": \"BG02881001/01\",\n            \"dteRequest\": \"2022-08-15T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"COMPANY\",\n            \"dteDeliveryForecast\": \"2022-08-17T03:00:00.000000Z\",\n            \"fkProperty\": 1303,\n            \"txtMaintenance\": \"Locatário sr. Theo 41) 99981-2782 entrou em contato informando não ter consigo localizar caixa de gordura, acredito ter ainda fossa no imóvel.\\nSolicitamos que seja verificado no local se têm caixa de gordura e fossa, pois houve um entupimento no local. Proprietária no aguardo de um retorno.\",\n            \"owners\": [\n                {\n                    \"id\": 1699,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"emiliano.matias@salazar.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(98) 4907-6937\",\n                    \"chrName\": \"Sabrina Balestero\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"708.859.903-15\",\n                    \"chrDocumentId\": \"0083928645392\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de lojas e mercados\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1962-01-26T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"27.250-542\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Volta Redonda\\\",\\\"ibge\\\":\\\"3306305\\\",\\\"district\\\":\\\"\\\\u00c1gua Limpa\\\",\\\"street\\\":\\\"Rua Machado de Castro\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"n\\\\/7\\\",\\\"description\\\":\\\"Rua Machado de Castro\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"001001447-8\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"DULCE MARA ORMIANIN JUSTEN\\\", \\\"agency\\\": \\\"0810\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"630.172.379-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"27.250-542\",\n                            \"state\": \"RJ\",\n                            \"city\": \"Volta Redonda\",\n                            \"ibge\": \"3306305\",\n                            \"district\": \"Água Limpa\",\n                            \"street\": \"Rua Machado de Castro\",\n                            \"number\": \"81\",\n                            \"complement\": \"n/7\",\n                            \"description\": \"Rua Machado de Castro\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": null,\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"001001447-8\",\n                        \"bank\": \"033\",\n                        \"name\": \"DULCE MARA ORMIANIN JUSTEN\",\n                        \"agency\": \"0810\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"630.172.379-1\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 3786,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"bgrego@mendes.net\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(68) 90919-9238\",\n                    \"chrName\": \"Gabriel Barros\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"530.682.240-12\",\n                    \"chrDocumentId\": \"6807761033640\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Recepcionista de consultório\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1992-09-02T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"50.910-540\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Jardim S\\\\u00e3o Paulo\\\",\\\"street\\\":\\\"Rua Diamante\\\",\\\"number\\\":\\\"146\\\",\\\"complement\\\":\\\"p\\\\/18\\\",\\\"description\\\":\\\"Rua Diamante\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"50.910-540\",\n                            \"state\": \"PE\",\n                            \"city\": \"Recife\",\n                            \"ibge\": \"2611606\",\n                            \"district\": \"Jardim São Paulo\",\n                            \"street\": \"Rua Diamante\",\n                            \"number\": \"146\",\n                            \"complement\": \"p/18\",\n                            \"description\": \"Rua Diamante\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": null,\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"method\": \"empty\"\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 1303,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 755,\n                \"fkCondo\": null,\n                \"fkManagement\": 0,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"BFY-923713\",\n                \"chrInnerReference\": \"QUZ-643040\",\n                \"fkPropertyType\": 5,\n                \"chrDocument\": \"BG02881001.xvwkc.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1469.06,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_AND_SERVICES_NO_PROP_TAX\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 0,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"UD\\\\/2022\\\\/66401\\\",\\\"codeEnergy\\\":\\\"TQ\\\\/2022\\\\/84757\\\",\\\"codeGas\\\":\\\"ZF\\\\/2022\\\\/78846\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S G.I.V\\\",\\\"codeGarbageFee\\\":\\\"LS\\\\/2022\\\\/99891\\\",\\\"codeFireInsurance\\\":\\\"CE\\\\/2022\\\\/37080\\\",\\\"codeSpu\\\":\\\"RN\\\\/2022\\\\/58486\\\",\\\"isPulledDown\\\":true}\",\n                \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[12,24,36]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.310-640\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Seminário\",\n                \"chrAddressStreet\": \"Rua Adolfo de Oliveira Franco\",\n                \"chrAddressNumber\": \"952\",\n                \"chrAddressComplement\": null,\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:09:19.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"UD/2022/66401\",\n                    \"codeEnergy\": \"TQ/2022/84757\",\n                    \"codeGas\": \"ZF/2022/78846\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS G.I.V\",\n                    \"codeGarbageFee\": \"LS/2022/99891\",\n                    \"codeFireInsurance\": \"CE/2022/37080\",\n                    \"codeSpu\": \"RN/2022/58486\",\n                    \"isPulledDown\": true\n                },\n                \"transfer\": {\n                    \"day\": 10,\n                    \"when\": \"FIXED\",\n                    \"endsAt\": null,\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3\n                },\n                \"garages\": [],\n                \"durations\": [\n                    12,\n                    24,\n                    36\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1322.1499999999999,\n                \"dcmRentDiscountValue\": 146.91,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 1754,\n                        \"ak\": 1,\n                        \"fkProperty\": 1303,\n                        \"fkOwner\": 1699,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 1699,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"emiliano.matias@salazar.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(98) 4907-6937\",\n                            \"chrName\": \"Sabrina Balestero\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"708.859.903-15\",\n                            \"chrDocumentId\": \"0083928645392\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Atendente de lojas e mercados\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1962-01-26T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"27.250-542\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Volta Redonda\\\",\\\"ibge\\\":\\\"3306305\\\",\\\"district\\\":\\\"\\\\u00c1gua Limpa\\\",\\\"street\\\":\\\"Rua Machado de Castro\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"n\\\\/7\\\",\\\"description\\\":\\\"Rua Machado de Castro\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"001001447-8\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"DULCE MARA ORMIANIN JUSTEN\\\", \\\"agency\\\": \\\"0810\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"630.172.379-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"27.250-542\",\n                                    \"state\": \"RJ\",\n                                    \"city\": \"Volta Redonda\",\n                                    \"ibge\": \"3306305\",\n                                    \"district\": \"Água Limpa\",\n                                    \"street\": \"Rua Machado de Castro\",\n                                    \"number\": \"81\",\n                                    \"complement\": \"n/7\",\n                                    \"description\": \"Rua Machado de Castro\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": null,\n                                \"reterIRRF\": null,\n                                \"reterINSS\": null,\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"001001447-8\",\n                                \"bank\": \"033\",\n                                \"name\": \"DULCE MARA ORMIANIN JUSTEN\",\n                                \"agency\": \"0810\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"630.172.379-1\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 755,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 1303,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 3575,\n                    \"intDueDay\": 3,\n                    \"intDelayedPayments\": 1,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 10,\n                    \"chrIdentifier\": \"BFY-923713/01\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[5580]}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2019-08-01\\\",\\\"expiration\\\":\\\"2099-07-31\\\",\\\"value\\\":237800,\\\"award\\\":0,\\\"installment\\\":34.95,\\\"installments\\\":0,\\\"contract\\\":\\\"4090781\\\",\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.5,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": \"\",\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG02881001-01.pgdtx.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2021-09-01T03:00:00.000000Z\",\n                    \"dteStart\": \"2021-09-01T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2022-08-31T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2021-09-01T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": null,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": null,\n                    \"isChargeTerminationFine\": null,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"bondsman\",\n                        \"bondsman\": [\n                            5580\n                        ]\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 0,\n                        \"start\": \"2019-08-01\",\n                        \"expiration\": \"2099-07-31\",\n                        \"value\": 237800,\n                        \"award\": 0,\n                        \"installment\": 34.95,\n                        \"installments\": 0,\n                        \"contract\": \"4090781\",\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 5.5,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 12,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 814,\n                            \"ak\": 1,\n                            \"fkContract\": 755,\n                            \"fkRenter\": 3786,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 3786,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": null,\n                                \"fkManagement\": null,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"bgrego@mendes.net\",\n                                \"chrPass\": null,\n                                \"chrToken\": null,\n                                \"chrMainPhone\": \"(68) 90919-9238\",\n                                \"chrName\": \"Gabriel Barros\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"530.682.240-12\",\n                                \"chrDocumentId\": \"6807761033640\",\n                                \"chrNacionality\": \"Brasileira\",\n                                \"chrProfession\": \"Recepcionista de consultório\",\n                                \"chrMaritalStatus\": \"SINGLE\",\n                                \"dteDateofBirth\": \"1992-09-02T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"50.910-540\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Jardim S\\\\u00e3o Paulo\\\",\\\"street\\\":\\\"Rua Diamante\\\",\\\"number\\\":\\\"146\\\",\\\"complement\\\":\\\"p\\\\/18\\\",\\\"description\\\":\\\"Rua Diamante\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                                \"jsonCondo\": \"[]\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"50.910-540\",\n                                        \"state\": \"PE\",\n                                        \"city\": \"Recife\",\n                                        \"ibge\": \"2611606\",\n                                        \"district\": \"Jardim São Paulo\",\n                                        \"street\": \"Rua Diamante\",\n                                        \"number\": \"146\",\n                                        \"complement\": \"p/18\",\n                                        \"description\": \"Rua Diamante\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": null,\n                                    \"reterIRRF\": null,\n                                    \"reterINSS\": null,\n                                    \"reterPCCS\": \"0\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"empty\"\n                                },\n                                \"condo\": [],\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": []\n                            }\n                        }\n                    ]\n                }\n            }\n        },\n        {\n            \"id\": 47,\n            \"chrReference\": \"BG01225002/01\",\n            \"dteRequest\": \"2022-08-15T03:00:00.000000Z\",\n            \"chrPriority\": \"HIGH\",\n            \"chrSituation\": \"AWAITING_BUDGET\",\n            \"chrRequester\": \"RENTER\",\n            \"dteDeliveryForecast\": \"2022-08-16T03:00:00.000000Z\",\n            \"fkProperty\": 799,\n            \"txtMaintenance\": \"Tampo de Mármore está descolando da parede.\",\n            \"owners\": [\n                {\n                    \"id\": 1840,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"uchoa.thalissa@romero.net.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(43) 3882-3215\",\n                    \"chrName\": \"Valentin Barros\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"879.227.302-50\",\n                    \"chrDocumentId\": \"1433734178179\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de farmácia\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1952-11-10T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"55.042-300\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Caruaru\\\",\\\"ibge\\\":\\\"2604106\\\",\\\"district\\\":\\\"Jos\\\\u00e9 Carlos de Oliveira\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Jos\\\\u00e9 do Nascimento\\\",\\\"number\\\":\\\"136\\\",\\\"complement\\\":\\\"f\\\\/7\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Jos\\\\u00e9 do Nascimento\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"022000172-5\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"ESPÓLIO DE SOFIA CIDRAL MOREIRA\\\", \\\"agency\\\": \\\"2937\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"403.669.609-2\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"55.042-300\",\n                            \"state\": \"PE\",\n                            \"city\": \"Caruaru\",\n                            \"ibge\": \"2604106\",\n                            \"district\": \"José Carlos de Oliveira\",\n                            \"street\": \"Rua Antônio José do Nascimento\",\n                            \"number\": \"136\",\n                            \"complement\": \"f/7\",\n                            \"description\": \"Rua Antônio José do Nascimento\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": \"0\",\n                        \"reterINSS\": \"0\",\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"022000172-5\",\n                        \"bank\": \"033\",\n                        \"name\": \"ESPÓLIO DE SOFIA CIDRAL MOREIRA\",\n                        \"agency\": \"2937\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PF\",\n                        \"document\": \"403.669.609-2\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                },\n                {\n                    \"id\": 1462,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": null,\n                    \"fkManagement\": null,\n                    \"intBitwiseType\": 4,\n                    \"chrType\": \"PJ\",\n                    \"vrcEmail\": \"demian46@leal.com\",\n                    \"chrPass\": null,\n                    \"chrToken\": null,\n                    \"chrMainPhone\": \"(16) 94799-1116\",\n                    \"chrName\": \"Neves S.A.\",\n                    \"chrName2\": \"Neves S.A.\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"76.656.166/0001-22\",\n                    \"chrDocumentId\": \"2152846249526\",\n                    \"chrNacionality\": \"Brasileira\",\n                    \"chrProfession\": \"Atendente de lanchonete\",\n                    \"chrMaritalStatus\": \"SINGLE\",\n                    \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"18.685-240\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Len\\\\u00e7\\\\u00f3is Paulista\\\",\\\"ibge\\\":\\\"3526803\\\",\\\"district\\\":\\\"N\\\\u00facleo Habitacional Luis Zillo\\\",\\\"street\\\":\\\"Rua Nicola Aiello\\\",\\\"number\\\":\\\"122\\\",\\\"complement\\\":\\\"z\\\\/20\\\",\\\"description\\\":\\\"Rua Nicola Aiello\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                    \"jsonPayment\": \"{\\\"acc\\\": \\\"022000172-5\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"B I IMÓVEIS LTDA\\\", \\\"agency\\\": \\\"2937\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PJ\\\", \\\"document\\\": \\\"12.142.829/0001-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                    \"jsonCondo\": \"[]\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"18.685-240\",\n                            \"state\": \"SP\",\n                            \"city\": \"Lençóis Paulista\",\n                            \"ibge\": \"3526803\",\n                            \"district\": \"Núcleo Habitacional Luis Zillo\",\n                            \"street\": \"Rua Nicola Aiello\",\n                            \"number\": \"122\",\n                            \"complement\": \"z/20\",\n                            \"description\": \"Rua Nicola Aiello\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": \"0\",\n                        \"reterIRRF\": null,\n                        \"reterINSS\": null,\n                        \"reterPCCS\": \"0\"\n                    },\n                    \"payment\": {\n                        \"acc\": \"022000172-5\",\n                        \"bank\": \"104\",\n                        \"name\": \"B I IMÓVEIS LTDA\",\n                        \"agency\": \"2937\",\n                        \"method\": \"ted_doc\",\n                        \"accType\": \"conta_corrente\",\n                        \"docType\": \"PJ\",\n                        \"document\": \"12.142.829/0001-0\",\n                        \"operation\": null,\n                        \"hasTransferFee\": true\n                    },\n                    \"condo\": [],\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"OWNER\"\n                    ],\n                    \"attachments\": []\n                }\n            ],\n            \"renters\": [\n                {\n                    \"id\": 6011,\n                    \"ak\": 1,\n                    \"fkUser\": null,\n                    \"fkPartner\": 0,\n                    \"fkManagement\": 0,\n                    \"intBitwiseType\": 8,\n                    \"chrType\": \"PF\",\n                    \"vrcEmail\": \"lpontes@azevedo.br\",\n                    \"chrPass\": null,\n                    \"chrToken\": \"a384c040-e6c4-41b3-a2ca-6dfa4ff19a91\",\n                    \"chrMainPhone\": \"(48) 94469-4070\",\n                    \"chrName\": \"Bruno Sepúlveda\",\n                    \"chrName2\": \"\",\n                    \"chrInsider\": null,\n                    \"chrRegisterNumber\": \"873.546.060-14\",\n                    \"chrDocumentId\": \"0061805687638\",\n                    \"chrNacionality\": \"Brasileiro\",\n                    \"chrProfession\": \"Professor nível médio na educação infantil\",\n                    \"chrMaritalStatus\": \"maritalStatus\",\n                    \"dteDateofBirth\": \"1976-11-07T03:00:00.000000Z\",\n                    \"txtNote\": \"\",\n                    \"jsonAddress\": \"[{\\\"code\\\":\\\"06.844-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Embu\\\",\\\"ibge\\\":\\\"3515004\\\",\\\"district\\\":\\\"Parque Esplanada do Embu\\\",\\\"street\\\":\\\"Estrada para Votorantim\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"y\\\\/6\\\",\\\"description\\\":\\\"Estrada para Votorantim\\\"}]\",\n                    \"jsonContact\": \"[]\",\n                    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"roney.lopesctba@gmail.com\\\",\\\"emailAccounting\\\":\\\"roney.lopesctba@gmail.com\\\"}\",\n                    \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                    \"jsonAgents\": \"[]\",\n                    \"jsonRepresentatives\": \"[]\",\n                    \"jsonAttachments\": \"[290,291,292,293,294,295,296]\",\n                    \"vrcInfo\": null,\n                    \"dttRegister\": \"2022-04-25T03:00:00.000000Z\",\n                    \"dttDeleted\": null,\n                    \"address\": [\n                        {\n                            \"code\": \"06.844-310\",\n                            \"state\": \"SP\",\n                            \"city\": \"Embu\",\n                            \"ibge\": \"3515004\",\n                            \"district\": \"Parque Esplanada do Embu\",\n                            \"street\": \"Estrada para Votorantim\",\n                            \"number\": \"14\",\n                            \"complement\": \"y/6\",\n                            \"description\": \"Estrada para Votorantim\"\n                        }\n                    ],\n                    \"contact\": [],\n                    \"settings\": {\n                        \"reterISSQN\": false,\n                        \"reterIRRF\": false,\n                        \"reterINSS\": false,\n                        \"reterPCCS\": false,\n                        \"email\": \"roney.lopesctba@gmail.com\",\n                        \"emailAccounting\": \"roney.lopesctba@gmail.com\"\n                    },\n                    \"payment\": {\n                        \"method\": \"disabled\"\n                    },\n                    \"condo\": {\n                        \"billingCondition\": \"BEFORE\",\n                        \"billingDueDay\": 1\n                    },\n                    \"agents\": [],\n                    \"representatives\": [],\n                    \"types\": [\n                        \"RENTER\"\n                    ],\n                    \"attachments\": [\n                        {\n                            \"id\": 290,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 620117,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"CSLHYDDRFCQBIFTI.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"VISTORIA.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:17:40.000000Z\"\n                        },\n                        {\n                            \"id\": 291,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 183290,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"AYENVROEXASHRJSM.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"INFORMATIVO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:17:45.000000Z\"\n                        },\n                        {\n                            \"id\": 292,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 169037,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"VSPFLJILUHHFJMOU.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"COPEL.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:17:51.000000Z\"\n                        },\n                        {\n                            \"id\": 293,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 538195,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"AARCTRXIASUUZQAV.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"CONTRATO.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:17:55.000000Z\"\n                        },\n                        {\n                            \"id\": 294,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 152072,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"PKLOZWRNJTNUBZAB.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"AUT_MUDAÇA.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:17:59.000000Z\"\n                        },\n                        {\n                            \"id\": 295,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 320732,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"DJHMTCCBEPVEZMWU.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"ANEXO_1.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:18:04.000000Z\"\n                        },\n                        {\n                            \"id\": 296,\n                            \"ak\": 1,\n                            \"fkUser\": 12,\n                            \"intSize\": 189573,\n                            \"chrTarget\": \"network.partner\",\n                            \"chrPath\": \"partner/documents\",\n                            \"chrFilename\": \"RXULVCWZSZQTLWGU.pdf\",\n                            \"chrExt\": \"pdf\",\n                            \"chrName\": \"Summary.pdf\",\n                            \"chrSummary\": null,\n                            \"isAttached\": false,\n                            \"isRemoved\": false,\n                            \"dttRegister\": \"2022-04-29T14:18:07.000000Z\"\n                        }\n                    ]\n                }\n            ],\n            \"attachments\": [],\n            \"property\": {\n                \"id\": 799,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkRentalContract\": 1391,\n                \"fkCondo\": 7050,\n                \"fkManagement\": 6596,\n                \"fkOutsider\": null,\n                \"chrStatus\": \"RENTED\",\n                \"chrReference\": \"HPQ-576183\",\n                \"chrInnerReference\": \"RKI-315558\",\n                \"fkPropertyType\": 1,\n                \"chrDocument\": \"BG01225002.zieon.md\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"isActive\": true,\n                \"chrTerminationReason\": null,\n                \"dteTermination\": null,\n                \"dteNewListing\": \"2022-07-01T03:00:00.000000Z\",\n                \"dcmEvaluatedRent\": 0,\n                \"dcmExpectedRent\": 0,\n                \"dcmRentRawValue\": 1222.22,\n                \"dcmRentPercentDiscount\": 10,\n                \"dcmSale\": 0,\n                \"dcmSalePromo\": 0,\n                \"dcmArea\": 0,\n                \"dcmAreaPrivate\": 0,\n                \"dcmAreaLand\": 0,\n                \"isRentFeeFixed\": false,\n                \"chrRawOrNetBased\": null,\n                \"dcmRentFee\": 0,\n                \"intRentFeeInstallments\": 1,\n                \"dcmAdminFee\": 10,\n                \"isAdminFeeFixed\": false,\n                \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n                \"intExemptionFine\": 0,\n                \"intExclusivityPeriod\": 120,\n                \"isCondoManagementInternal\": false,\n                \"dcmCondoValue\": 250,\n                \"chrLocation\": \"URBAN\",\n                \"chrPurpose\": \"RESIDENCE\",\n                \"jsonSettings\": \"{\\\"codeWather\\\":\\\"GJ\\\\/2022\\\\/56843\\\",\\\"codeEnergy\\\":\\\"YR\\\\/2022\\\\/12428\\\",\\\"codeGas\\\":\\\"SD\\\\/2022\\\\/60284\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S K.Y.T\\\",\\\"codeGarbageFee\\\":\\\"UM\\\\/2022\\\\/33611\\\",\\\"codeFireInsurance\\\":\\\"QN\\\\/2022\\\\/86312\\\",\\\"codeSpu\\\":\\\"ZH\\\\/2022\\\\/16430\\\",\\\"isPulledDown\\\":false}\",\n                \"jsonTransfer\": \"{\\\"day\\\": 10, \\\"when\\\": \\\"FIXED\\\", \\\"endsAt\\\": null, \\\"assurance\\\": \\\"TEMPORARY\\\", \\\"assurance_months\\\": 3}\",\n                \"jsonGarages\": \"[]\",\n                \"jsonDurations\": \"[\\\"12\\\",\\\"24\\\",\\\"36\\\",\\\"30\\\"]\",\n                \"jsonAgents\": \"[]\",\n                \"jsonAttachments\": \"\",\n                \"chrAddressPostalCode\": \"80.730-030\",\n                \"chrAddressState\": \"PR\",\n                \"chrAddressCity\": \"Curitiba\",\n                \"chrAddressCityCode\": \"4106902\",\n                \"chrAddressDistrict\": \"Bigorrilho\",\n                \"chrAddressStreet\": \"Rua Martim Afonso\",\n                \"chrAddressNumber\": \"010\",\n                \"chrAddressComplement\": \"AP. 203\",\n                \"chrNotaryOffice\": null,\n                \"chrNotaryId\": null,\n                \"txtNote\": \"\",\n                \"dttRegister\": \"2022-03-21T01:06:10.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"codeWather\": \"GJ/2022/56843\",\n                    \"codeEnergy\": \"YR/2022/12428\",\n                    \"codeGas\": \"SD/2022/60284\",\n                    \"companyGas\": \"DISTRIBUIDORA DE GÁS K.Y.T\",\n                    \"codeGarbageFee\": \"UM/2022/33611\",\n                    \"codeFireInsurance\": \"QN/2022/86312\",\n                    \"codeSpu\": \"ZH/2022/16430\",\n                    \"isPulledDown\": false\n                },\n                \"transfer\": {\n                    \"day\": 10,\n                    \"when\": \"FIXED\",\n                    \"endsAt\": null,\n                    \"assurance\": \"TEMPORARY\",\n                    \"assurance_months\": 3\n                },\n                \"garages\": [],\n                \"durations\": [\n                    \"12\",\n                    \"24\",\n                    \"36\",\n                    \"30\"\n                ],\n                \"agents\": [],\n                \"dcmRentNetValue\": 1100,\n                \"dcmRentDiscountValue\": 122.22,\n                \"attachments\": [],\n                \"owners\": [\n                    {\n                        \"id\": 1078,\n                        \"ak\": 1,\n                        \"fkProperty\": 799,\n                        \"fkOwner\": 1840,\n                        \"chrOwnerType\": \"MAIN\",\n                        \"dcmRatio\": 0,\n                        \"dcmTaxPercentage\": 0,\n                        \"owner\": {\n                            \"id\": 1840,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"uchoa.thalissa@romero.net.br\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(43) 3882-3215\",\n                            \"chrName\": \"Valentin Barros\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"879.227.302-50\",\n                            \"chrDocumentId\": \"1433734178179\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Atendente de farmácia\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1952-11-10T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"55.042-300\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Caruaru\\\",\\\"ibge\\\":\\\"2604106\\\",\\\"district\\\":\\\"Jos\\\\u00e9 Carlos de Oliveira\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Jos\\\\u00e9 do Nascimento\\\",\\\"number\\\":\\\"136\\\",\\\"complement\\\":\\\"f\\\\/7\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Jos\\\\u00e9 do Nascimento\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"022000172-5\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"ESPÓLIO DE SOFIA CIDRAL MOREIRA\\\", \\\"agency\\\": \\\"2937\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"403.669.609-2\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"55.042-300\",\n                                    \"state\": \"PE\",\n                                    \"city\": \"Caruaru\",\n                                    \"ibge\": \"2604106\",\n                                    \"district\": \"José Carlos de Oliveira\",\n                                    \"street\": \"Rua Antônio José do Nascimento\",\n                                    \"number\": \"136\",\n                                    \"complement\": \"f/7\",\n                                    \"description\": \"Rua Antônio José do Nascimento\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": \"0\",\n                                \"reterINSS\": \"0\",\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"022000172-5\",\n                                \"bank\": \"033\",\n                                \"name\": \"ESPÓLIO DE SOFIA CIDRAL MOREIRA\",\n                                \"agency\": \"2937\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PF\",\n                                \"document\": \"403.669.609-2\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    },\n                    {\n                        \"id\": 1079,\n                        \"ak\": 1,\n                        \"fkProperty\": 799,\n                        \"fkOwner\": 1462,\n                        \"chrOwnerType\": \"OWNER\",\n                        \"dcmRatio\": 100,\n                        \"dcmTaxPercentage\": 100,\n                        \"owner\": {\n                            \"id\": 1462,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 4,\n                            \"chrType\": \"PJ\",\n                            \"vrcEmail\": \"demian46@leal.com\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(16) 94799-1116\",\n                            \"chrName\": \"Neves S.A.\",\n                            \"chrName2\": \"Neves S.A.\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"76.656.166/0001-22\",\n                            \"chrDocumentId\": \"2152846249526\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Atendente de lanchonete\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.685-240\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Len\\\\u00e7\\\\u00f3is Paulista\\\",\\\"ibge\\\":\\\"3526803\\\",\\\"district\\\":\\\"N\\\\u00facleo Habitacional Luis Zillo\\\",\\\"street\\\":\\\"Rua Nicola Aiello\\\",\\\"number\\\":\\\"122\\\",\\\"complement\\\":\\\"z\\\\/20\\\",\\\"description\\\":\\\"Rua Nicola Aiello\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"acc\\\": \\\"022000172-5\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"B I IMÓVEIS LTDA\\\", \\\"agency\\\": \\\"2937\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PJ\\\", \\\"document\\\": \\\"12.142.829/0001-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"18.685-240\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"Lençóis Paulista\",\n                                    \"ibge\": \"3526803\",\n                                    \"district\": \"Núcleo Habitacional Luis Zillo\",\n                                    \"street\": \"Rua Nicola Aiello\",\n                                    \"number\": \"122\",\n                                    \"complement\": \"z/20\",\n                                    \"description\": \"Rua Nicola Aiello\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": \"0\",\n                                \"reterIRRF\": null,\n                                \"reterINSS\": null,\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"acc\": \"022000172-5\",\n                                \"bank\": \"104\",\n                                \"name\": \"B I IMÓVEIS LTDA\",\n                                \"agency\": \"2937\",\n                                \"method\": \"ted_doc\",\n                                \"accType\": \"conta_corrente\",\n                                \"docType\": \"PJ\",\n                                \"document\": \"12.142.829/0001-0\",\n                                \"operation\": null,\n                                \"hasTransferFee\": true\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"OWNER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ],\n                \"contract\": {\n                    \"id\": 1391,\n                    \"ak\": 1,\n                    \"fkCompany\": 1,\n                    \"fkProperty\": 799,\n                    \"fkWallet\": 1,\n                    \"fkAdjustmentIndex\": 1,\n                    \"fkRenting\": 4527,\n                    \"intDueDay\": 5,\n                    \"intDelayedPayments\": 1,\n                    \"intFineExemptionMonths\": 0,\n                    \"isPayToLive\": false,\n                    \"hasBankFee\": true,\n                    \"dcmInterestForLate\": 0,\n                    \"dcmFineForLate\": 0,\n                    \"isAdmFeeFixed\": false,\n                    \"dcmAdmFeeValue\": 0,\n                    \"chrIdentifier\": \"HPQ-576183/02\",\n                    \"chrContractType\": \"RESIDENCE\",\n                    \"chrBusinessActivity\": null,\n                    \"chrChargeMethod\": \"EMAIL\",\n                    \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                    \"jsonBillingAddress\": \"[]\",\n                    \"jsonGuarantee\": \"{\\\"type\\\":\\\"bondsman\\\",\\\"bondsman\\\":[6015,6016]}\",\n                    \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":5920,\\\"start\\\":\\\"2022-04-26\\\",\\\"expiration\\\":\\\"2099-04-26\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":31.37,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                    \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                    \"jsonAttachments\": null,\n                    \"chrDocumentTitle\": \"Contrato de Locação\",\n                    \"chrDocument\": \"BG01225002-02.jpkos.md\",\n                    \"vrcNotes\": \"\",\n                    \"txtExtraClauses\": null,\n                    \"dteRental\": \"2022-05-01T03:00:00.000000Z\",\n                    \"dteStart\": \"2022-05-01T03:00:00.000000Z\",\n                    \"dteActivation\": null,\n                    \"dteEnd\": \"2024-10-31T03:00:00.000000Z\",\n                    \"dteLastReadjustment\": \"2022-05-01T03:00:00.000000Z\",\n                    \"dteTerminationStart\": null,\n                    \"dteTerminationEnd\": null,\n                    \"chrTerminationReason\": null,\n                    \"isExcludeRecurringExpenses\": false,\n                    \"dteVacancyDate\": null,\n                    \"isVacancyDateinTermination\": false,\n                    \"isChargeTerminationFine\": null,\n                    \"vrcTerminationsNotes\": null,\n                    \"chrStatus\": \"REGULAR\",\n                    \"chrFinancialStatus\": \"REGULAR\",\n                    \"isActive\": true,\n                    \"isDraft\": false,\n                    \"dttDeleted\": null,\n                    \"taxation\": {\n                        \"invoiceThroughSystem\": true,\n                        \"incomeTaxHold\": \"NOT\",\n                        \"dimobGenerate\": true,\n                        \"IRRFAdministrationFeeDeduction\": false\n                    },\n                    \"billingAddress\": [],\n                    \"guarantee\": {\n                        \"type\": \"bondsman\",\n                        \"bondsman\": [\n                            6015,\n                            6016\n                        ]\n                    },\n                    \"fireInsurance\": {\n                        \"subscribed\": true,\n                        \"company\": 5920,\n                        \"start\": \"2022-04-26\",\n                        \"expiration\": \"2099-04-26\",\n                        \"value\": 0,\n                        \"award\": 0,\n                        \"installment\": 31.37,\n                        \"installments\": 0,\n                        \"contract\": null,\n                        \"note\": null\n                    },\n                    \"pcf\": {\n                        \"subscribed\": true,\n                        \"percentage\": 6,\n                        \"fkAdjustmentIndex\": 7,\n                        \"note\": null\n                    },\n                    \"durationInMonths\": 30,\n                    \"attachments\": [],\n                    \"renters\": [\n                        {\n                            \"id\": 1522,\n                            \"ak\": 1,\n                            \"fkContract\": 1391,\n                            \"fkRenter\": 6011,\n                            \"isMain\": true,\n                            \"dcmRatio\": 100,\n                            \"dttDeleted\": null,\n                            \"renter\": {\n                                \"id\": 6011,\n                                \"ak\": 1,\n                                \"fkUser\": null,\n                                \"fkPartner\": 0,\n                                \"fkManagement\": 0,\n                                \"intBitwiseType\": 8,\n                                \"chrType\": \"PF\",\n                                \"vrcEmail\": \"lpontes@azevedo.br\",\n                                \"chrPass\": null,\n                                \"chrToken\": \"a384c040-e6c4-41b3-a2ca-6dfa4ff19a91\",\n                                \"chrMainPhone\": \"(48) 94469-4070\",\n                                \"chrName\": \"Bruno Sepúlveda\",\n                                \"chrName2\": \"\",\n                                \"chrInsider\": null,\n                                \"chrRegisterNumber\": \"873.546.060-14\",\n                                \"chrDocumentId\": \"0061805687638\",\n                                \"chrNacionality\": \"Brasileiro\",\n                                \"chrProfession\": \"Professor nível médio na educação infantil\",\n                                \"chrMaritalStatus\": \"maritalStatus\",\n                                \"dteDateofBirth\": \"1976-11-07T03:00:00.000000Z\",\n                                \"txtNote\": \"\",\n                                \"jsonAddress\": \"[{\\\"code\\\":\\\"06.844-310\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Embu\\\",\\\"ibge\\\":\\\"3515004\\\",\\\"district\\\":\\\"Parque Esplanada do Embu\\\",\\\"street\\\":\\\"Estrada para Votorantim\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"y\\\\/6\\\",\\\"description\\\":\\\"Estrada para Votorantim\\\"}]\",\n                                \"jsonContact\": \"[]\",\n                                \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"roney.lopesctba@gmail.com\\\",\\\"emailAccounting\\\":\\\"roney.lopesctba@gmail.com\\\"}\",\n                                \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\"}\",\n                                \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n                                \"jsonAgents\": \"[]\",\n                                \"jsonRepresentatives\": \"[]\",\n                                \"jsonAttachments\": \"[290,291,292,293,294,295,296]\",\n                                \"vrcInfo\": null,\n                                \"dttRegister\": \"2022-04-25T03:00:00.000000Z\",\n                                \"dttDeleted\": null,\n                                \"address\": [\n                                    {\n                                        \"code\": \"06.844-310\",\n                                        \"state\": \"SP\",\n                                        \"city\": \"Embu\",\n                                        \"ibge\": \"3515004\",\n                                        \"district\": \"Parque Esplanada do Embu\",\n                                        \"street\": \"Estrada para Votorantim\",\n                                        \"number\": \"14\",\n                                        \"complement\": \"y/6\",\n                                        \"description\": \"Estrada para Votorantim\"\n                                    }\n                                ],\n                                \"contact\": [],\n                                \"settings\": {\n                                    \"reterISSQN\": false,\n                                    \"reterIRRF\": false,\n                                    \"reterINSS\": false,\n                                    \"reterPCCS\": false,\n                                    \"email\": \"roney.lopesctba@gmail.com\",\n                                    \"emailAccounting\": \"roney.lopesctba@gmail.com\"\n                                },\n                                \"payment\": {\n                                    \"method\": \"disabled\"\n                                },\n                                \"condo\": {\n                                    \"billingCondition\": \"BEFORE\",\n                                    \"billingDueDay\": 1\n                                },\n                                \"agents\": [],\n                                \"representatives\": [],\n                                \"types\": [\n                                    \"RENTER\"\n                                ],\n                                \"attachments\": [\n                                    {\n                                        \"id\": 290,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 620117,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"CSLHYDDRFCQBIFTI.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"VISTORIA.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:17:40.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 291,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 183290,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"AYENVROEXASHRJSM.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"INFORMATIVO.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:17:45.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 292,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 169037,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"VSPFLJILUHHFJMOU.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"COPEL.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:17:51.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 293,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 538195,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"AARCTRXIASUUZQAV.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"CONTRATO.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:17:55.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 294,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 152072,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"PKLOZWRNJTNUBZAB.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"AUT_MUDAÇA.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:17:59.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 295,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 320732,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"DJHMTCCBEPVEZMWU.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"ANEXO_1.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:18:04.000000Z\"\n                                    },\n                                    {\n                                        \"id\": 296,\n                                        \"ak\": 1,\n                                        \"fkUser\": 12,\n                                        \"intSize\": 189573,\n                                        \"chrTarget\": \"network.partner\",\n                                        \"chrPath\": \"partner/documents\",\n                                        \"chrFilename\": \"RXULVCWZSZQTLWGU.pdf\",\n                                        \"chrExt\": \"pdf\",\n                                        \"chrName\": \"Summary.pdf\",\n                                        \"chrSummary\": null,\n                                        \"isAttached\": false,\n                                        \"isRemoved\": false,\n                                        \"dttRegister\": \"2022-04-29T14:18:07.000000Z\"\n                                    }\n                                ]\n                            }\n                        }\n                    ]\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/maintenance?page=1\",\n    \"from\": 1,\n    \"last_page\": 6,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/maintenance?page=6\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/property/maintenance?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/property/maintenance\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 51\n}"}],"_postman_id":"d8f3f4fa-cc3a-49b3-b643-63eedc6d6500"},{"name":"Cadastro","id":"5d257b57-2405-4195-a97f-0372f7e08b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 107,\r\n    \"dteRequest\": \"2022-09-01\",\r\n    \"chrPriority\": \"LOW\",\r\n    \"chrSituation\": \"BUDGET_APPROVAL\",\r\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\r\n    \"txtMaintenance\": \"Teste de Descrição.\",\r\n    \"dteDeliveryForecast\": \"2022-09-17\",\r\n    \"dteConclusion\": \"2022-09-22\",\r\n    \"chrRequester\": \"RENTER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/","description":"<p>Essa rota deve ser utilizada para o cadastro de novos chamados de manutenção, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["maintenance",""],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"c5ff4108-7f39-4675-97d8-5c5e1bac77c6","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 107,\r\n    \"dteRequest\": \"2022-09-01\",\r\n    \"chrPriority\": \"LOW\",\r\n    \"chrSituation\": \"BUDGET_APPROVAL\",\r\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\r\n    \"txtMaintenance\": \"Teste de Descrição.\",\r\n    \"dteDeliveryForecast\": \"2022-09-17\",\r\n    \"dteConclusion\": \"2022-09-22\",\r\n    \"chrRequester\": \"RENTER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 01:37:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkProperty\": 107,\n    \"dteRequest\": \"2022-09-01T03:00:00.000000Z\",\n    \"chrPriority\": \"LOW\",\n    \"chrSituation\": \"BUDGET_APPROVAL\",\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\n    \"txtMaintenance\": \"Teste de Descrição.\",\n    \"dteDeliveryForecast\": \"2022-09-17T03:00:00.000000Z\",\n    \"dteConclusion\": \"2022-09-22T03:00:00.000000Z\",\n    \"chrRequester\": \"RENTER\",\n    \"chrReference\": \"AAP-395035/02\",\n    \"id\": 57,\n    \"attachments\": []\n}"}],"_postman_id":"5d257b57-2405-4195-a97f-0372f7e08b32"},{"name":"Alteração","id":"c0f2f423-3e07-4b16-9edf-705874b65fe0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 107,\r\n    \"dteRequest\": \"2022-09-01\",\r\n    \"chrPriority\": \"LOW\",\r\n    \"chrSituation\": \"BUDGET_APPROVAL\",\r\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\r\n    \"txtMaintenance\": \"Teste de Descrição.\",\r\n    \"dteDeliveryForecast\": \"2022-09-17\",\r\n    \"dteConclusion\": \"2022-09-22\",\r\n    \"chrRequester\": \"RENTER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/57","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do chamado de manutenção na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["maintenance","57"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"ef48b178-eba5-4fa1-b523-9d6a6f20ef9d","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 107,\r\n    \"dteRequest\": \"2022-09-01\",\r\n    \"chrPriority\": \"LOW\",\r\n    \"chrSituation\": \"BUDGET_APPROVAL\",\r\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\r\n    \"txtMaintenance\": \"Teste de Descrição.\",\r\n    \"dteDeliveryForecast\": \"2022-09-17\",\r\n    \"dteConclusion\": \"2022-09-22\",\r\n    \"chrRequester\": \"RENTER\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/57"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 01:39:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 57,\n    \"ak\": 1,\n    \"fkProperty\": 107,\n    \"dteRequest\": \"2022-09-01T03:00:00.000000Z\",\n    \"chrPriority\": \"LOW\",\n    \"chrSituation\": \"BUDGET_APPROVAL\",\n    \"chrIdentifier\": \"AIR_CONDITIONING\",\n    \"chrReference\": \"AAP-395035/02\",\n    \"txtMaintenance\": \"Teste de Descrição.\",\n    \"jsonAttachments\": null,\n    \"dteDeliveryForecast\": \"2022-09-17T03:00:00.000000Z\",\n    \"dteConclusion\": \"2022-09-22T03:00:00.000000Z\",\n    \"chrRequester\": \"RENTER\",\n    \"dteRegister\": null,\n    \"dttDeleted\": null,\n    \"attachments\": []\n}"}],"_postman_id":"c0f2f423-3e07-4b16-9edf-705874b65fe0"},{"name":"Listagem Avançada","id":"0fdba402-973e-40fe-bd59-83ca53a0c6d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 0,\r\n    \"dteRequest\": [\"2015-09-01T03:00:00.000Z\", \"2022-10-01T03:00:00.000Z\"],\r\n    \"chrPriority\": [\"LOW\",\"REGULAR\",\"HIGH\"],\r\n    \"chrSituation\": [\"OPEN\",\"AWAITING_BUDGET\",\"BUDGET_APPROVED\",\"CONCLUDED\"],\r\n    \"chrIdentifier\": [\"GENERAL\",\"HEATER\",\"AIR_CONDITIONING\",\"TILE\",\"KEY_LOCKER\"],\r\n    \"chrReference\": [],\r\n    \"dteDeliveryForecast\": [\"2015-09-01T03:00:00.000Z\",\"2022-10-01T03:00:00.000Z\"],\r\n    \"dteConclusion\": [\"2015-09-01T03:00:00.000Z\",\"2022-10-01T03:00:00.000Z\"],\r\n    \"chrRequester\": [\"OWNER\",\"RENTER\",\"COMPANY\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/report/list","urlObject":{"path":["maintenance","report","list"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"297a28f0-ccad-4e24-8d33-be0923093b25","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fkProperty\": 0,\r\n    \"dteRequest\": [\"2015-09-01T03:00:00.000Z\", \"2022-10-01T03:00:00.000Z\"],\r\n    \"chrPriority\": [\"LOW\",\"REGULAR\",\"HIGH\"],\r\n    \"chrSituation\": [\"OPEN\",\"AWAITING_BUDGET\",\"BUDGET_APPROVED\",\"CONCLUDED\"],\r\n    \"chrIdentifier\": [\"GENERAL\",\"HEATER\",\"AIR_CONDITIONING\",\"TILE\",\"KEY_LOCKER\"],\r\n    \"chrReference\": [],\r\n    \"dteDeliveryForecast\": [\"2015-09-01T03:00:00.000Z\",\"2022-10-01T03:00:00.000Z\"],\r\n    \"dteConclusion\": [\"2015-09-01T03:00:00.000Z\",\"2022-10-01T03:00:00.000Z\"],\r\n    \"chrRequester\": [\"OWNER\",\"RENTER\",\"COMPANY\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/maintenance/report/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 20 Oct 2022 19:22:38 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 57,\n        \"ak\": 1,\n        \"fkProperty\": 1042,\n        \"dteRequest\": \"2022-08-26T03:00:00.000000Z\",\n        \"chrPriority\": \"HIGH\",\n        \"chrSituation\": \"OPEN\",\n        \"chrIdentifier\": \"GENERAL\",\n        \"chrReference\": \"BG02186001/01\",\n        \"txtMaintenance\": \"Solicita a abertura do chamado devido a queda de uma janela inteira da garagem. \\nProblema com fiação elétrica no quarto ( muito antiga, está ocilando). \\nFalar com sra Fabiana  41) 99982-9085.\",\n        \"jsonAttachments\": null,\n        \"dteDeliveryForecast\": \"2022-08-29T03:00:00.000000Z\",\n        \"dteConclusion\": \"2022-08-30T03:00:00.000000Z\",\n        \"chrRequester\": \"COMPANY\",\n        \"dteRegister\": null,\n        \"dttDeleted\": null,\n        \"fkRentalContract\": 627,\n        \"chrStatus\": \"RENTED\",\n        \"fkPropertyType\": 7,\n        \"isActive\": 1,\n        \"dcmRentRawValue\": \"2570.93\",\n        \"dcmRentPercentDiscount\": \"10.000000\",\n        \"chrLocation\": \"URBAN\",\n        \"chrPurpose\": \"RESIDENCE\",\n        \"chrAddressPostalCode\": \"82.310-390\",\n        \"chrAddressState\": \"PR\",\n        \"chrAddressCity\": \"Curitiba\",\n        \"chrAddressCityCode\": \"4106902\",\n        \"chrAddressDistrict\": \"Orleans\",\n        \"chrAddressStreet\": \"Rua Virgínia Dalabona\",\n        \"chrAddressNumber\": \"025\",\n        \"chrAddressComplement\": \"Casa 08\",\n        \"renterName\": \"Evandro Sanches\",\n        \"renterPhone\": \"(11) 4452-7313\",\n        \"renterRegisterNumber\": \"711.616.137-65\",\n        \"renterEmail\": \"nicole.aguiar@lovato.org\",\n        \"ownerName\": \"Alexandre Tamoio\",\n        \"ownerPhone\": \"(71) 95815-8886\",\n        \"ownerRegisterNumber\": \"992.497.847-16\",\n        \"ownerEmail\": \"demian.dominato@beltrao.br\",\n        \"attachments\": [],\n        \"property\": {\n            \"id\": 1042,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 627,\n            \"fkCondo\": 6822,\n            \"fkManagement\": 0,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"SST-283604\",\n            \"chrInnerReference\": \"SRY-889109\",\n            \"fkPropertyType\": 7,\n            \"chrDocument\": \"BG02186001.fxyew.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 2570.93,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 10,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_AND_SERVICES\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 502,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"XC\\\\/2022\\\\/52942\\\",\\\"codeEnergy\\\":\\\"DK\\\\/2022\\\\/28443\\\",\\\"codeGas\\\":\\\"LV\\\\/2022\\\\/05773\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S L.Z.R\\\",\\\"codeGarbageFee\\\":\\\"QQ\\\\/2022\\\\/97179\\\",\\\"codeFireInsurance\\\":\\\"RG\\\\/2022\\\\/09065\\\",\\\"codeSpu\\\":\\\"DS\\\\/2022\\\\/40663\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"82.310-390\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Orleans\",\n            \"chrAddressStreet\": \"Rua Virgínia Dalabona\",\n            \"chrAddressNumber\": \"025\",\n            \"chrAddressComplement\": \"Casa 08\",\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:07:41.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"XC/2022/52942\",\n                \"codeEnergy\": \"DK/2022/28443\",\n                \"codeGas\": \"LV/2022/05773\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS L.Z.R\",\n                \"codeGarbageFee\": \"QQ/2022/97179\",\n                \"codeFireInsurance\": \"RG/2022/09065\",\n                \"codeSpu\": \"DS/2022/40663\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 2313.8399999999997,\n            \"dcmRentDiscountValue\": 257.09,\n            \"attachments\": [],\n            \"owners\": [\n                {\n                    \"id\": 1412,\n                    \"ak\": 1,\n                    \"fkProperty\": 1042,\n                    \"fkOwner\": 1785,\n                    \"chrOwnerType\": \"MAIN\",\n                    \"dcmRatio\": 100,\n                    \"dcmTaxPercentage\": 100,\n                    \"owner\": {\n                        \"id\": 1785,\n                        \"ak\": 1,\n                        \"fkUser\": null,\n                        \"fkPartner\": null,\n                        \"fkManagement\": null,\n                        \"intBitwiseType\": 4,\n                        \"chrType\": \"PF\",\n                        \"vrcEmail\": \"demian.dominato@beltrao.br\",\n                        \"chrPass\": null,\n                        \"chrToken\": null,\n                        \"chrMainPhone\": \"(71) 95815-8886\",\n                        \"chrName\": \"Alexandre Tamoio\",\n                        \"chrName2\": \"\",\n                        \"chrInsider\": null,\n                        \"chrRegisterNumber\": \"992.497.847-16\",\n                        \"chrDocumentId\": \"0364662878983\",\n                        \"chrNacionality\": \"Brasileira\",\n                        \"chrProfession\": \"Professor nível médio na educação infantil\",\n                        \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                        \"dteDateofBirth\": \"1972-07-14T03:00:00.000000Z\",\n                        \"txtNote\": \"\",\n                        \"jsonAddress\": \"[{\\\"code\\\":\\\"04.771-210\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim dos Lagos\\\",\\\"street\\\":\\\"Rua Manuel Bitencourt e S\\\\u00e1\\\",\\\"number\\\":\\\"47\\\",\\\"complement\\\":\\\"k\\\\/13\\\",\\\"description\\\":\\\"Rua Manuel Bitencourt e S\\\\u00e1\\\"}]\",\n                        \"jsonContact\": \"[]\",\n                        \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                        \"jsonPayment\": \"{\\\"acc\\\": \\\"39604-4\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"EMERSON CARLOS PINTO\\\", \\\"agency\\\": \\\"3512-2\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"864.150.189-4\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                        \"jsonCondo\": \"[]\",\n                        \"jsonAgents\": \"[]\",\n                        \"jsonRepresentatives\": \"[]\",\n                        \"jsonAttachments\": \"[]\",\n                        \"vrcInfo\": null,\n                        \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                        \"dttDeleted\": null,\n                        \"address\": [\n                            {\n                                \"code\": \"04.771-210\",\n                                \"state\": \"SP\",\n                                \"city\": \"São Paulo\",\n                                \"ibge\": \"3550308\",\n                                \"district\": \"Jardim dos Lagos\",\n                                \"street\": \"Rua Manuel Bitencourt e Sá\",\n                                \"number\": \"47\",\n                                \"complement\": \"k/13\",\n                                \"description\": \"Rua Manuel Bitencourt e Sá\"\n                            }\n                        ],\n                        \"contact\": [],\n                        \"settings\": {\n                            \"reterISSQN\": \"0\",\n                            \"reterIRRF\": \"0\",\n                            \"reterINSS\": \"0\",\n                            \"reterPCCS\": \"0\"\n                        },\n                        \"payment\": {\n                            \"acc\": \"39604-4\",\n                            \"bank\": \"001\",\n                            \"name\": \"EMERSON CARLOS PINTO\",\n                            \"agency\": \"3512-2\",\n                            \"method\": \"ted_doc\",\n                            \"accType\": \"conta_corrente\",\n                            \"docType\": \"PF\",\n                            \"document\": \"864.150.189-4\",\n                            \"operation\": null,\n                            \"hasTransferFee\": true\n                        },\n                        \"condo\": [],\n                        \"agents\": [],\n                        \"representatives\": [],\n                        \"types\": [\n                            \"OWNER\"\n                        ],\n                        \"attachments\": []\n                    }\n                }\n            ],\n            \"contract\": {\n                \"id\": 627,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkProperty\": 1042,\n                \"fkWallet\": 1,\n                \"fkAdjustmentIndex\": 1,\n                \"fkRenting\": 4857,\n                \"intDueDay\": 5,\n                \"intDelayedPayments\": 3,\n                \"intFineExemptionMonths\": 0,\n                \"isPayToLive\": false,\n                \"hasBankFee\": true,\n                \"dcmInterestForLate\": 0,\n                \"dcmFineForLate\": 0,\n                \"isAdmFeeFixed\": false,\n                \"dcmAdmFeeValue\": 10,\n                \"chrIdentifier\": \"SST-283604/01\",\n                \"chrContractType\": \"RESIDENCE\",\n                \"chrBusinessActivity\": null,\n                \"chrChargeMethod\": \"EMAIL\",\n                \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                \"jsonBillingAddress\": \"[]\",\n                \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":182.4,\\\"contract\\\":null,\\\"note\\\":null}\",\n                \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2020-06-03\\\",\\\"expiration\\\":\\\"2099-06-02\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":80.25,\\\"installments\\\":0,\\\"contract\\\":\\\"4081174\\\",\\\"note\\\":null}\",\n                \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":5.5,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                \"jsonAttachments\": \"\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"chrDocument\": \"BG02186001-01.hovne.md\",\n                \"vrcNotes\": \"\",\n                \"txtExtraClauses\": null,\n                \"dteRental\": \"2020-06-03T03:00:00.000000Z\",\n                \"dteStart\": \"2020-06-03T03:00:00.000000Z\",\n                \"dteActivation\": null,\n                \"dteEnd\": \"2022-06-02T03:00:00.000000Z\",\n                \"dteLastReadjustment\": \"2022-06-01T03:00:00.000000Z\",\n                \"dteTerminationStart\": null,\n                \"dteTerminationEnd\": null,\n                \"chrTerminationReason\": null,\n                \"isExcludeRecurringExpenses\": null,\n                \"dteVacancyDate\": null,\n                \"isVacancyDateinTermination\": null,\n                \"isChargeTerminationFine\": null,\n                \"vrcTerminationsNotes\": null,\n                \"chrStatus\": \"REGULAR\",\n                \"chrFinancialStatus\": \"REGULAR\",\n                \"isActive\": true,\n                \"isDraft\": false,\n                \"dttDeleted\": null,\n                \"taxation\": {\n                    \"invoiceThroughSystem\": true,\n                    \"incomeTaxHold\": \"NOT\",\n                    \"dimobGenerate\": true,\n                    \"IRRFAdministrationFeeDeduction\": false\n                },\n                \"billingAddress\": [],\n                \"guarantee\": {\n                    \"type\": \"insurance\",\n                    \"company\": 5907,\n                    \"value\": 182.4,\n                    \"contract\": null,\n                    \"note\": null\n                },\n                \"fireInsurance\": {\n                    \"subscribed\": true,\n                    \"company\": 0,\n                    \"start\": \"2020-06-03\",\n                    \"expiration\": \"2099-06-02\",\n                    \"value\": 0,\n                    \"award\": 0,\n                    \"installment\": 80.25,\n                    \"installments\": 0,\n                    \"contract\": \"4081174\",\n                    \"note\": null\n                },\n                \"pcf\": {\n                    \"subscribed\": true,\n                    \"percentage\": 5.5,\n                    \"fkAdjustmentIndex\": 7,\n                    \"note\": null\n                },\n                \"durationInMonths\": 24,\n                \"attachments\": [],\n                \"renters\": [\n                    {\n                        \"id\": 677,\n                        \"ak\": 1,\n                        \"fkContract\": 627,\n                        \"fkRenter\": 639,\n                        \"isMain\": true,\n                        \"dcmRatio\": 100,\n                        \"dttDeleted\": null,\n                        \"renter\": {\n                            \"id\": 639,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 8,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"nicole.aguiar@lovato.org\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(11) 4452-7313\",\n                            \"chrName\": \"Evandro Sanches\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"711.616.137-65\",\n                            \"chrDocumentId\": \"1900177635285\",\n                            \"chrNacionality\": \"brasileiro\",\n                            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n                            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                            \"dteDateofBirth\": \"1975-11-04T03:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"21.941-170\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Rio de Janeiro\\\",\\\"ibge\\\":\\\"3304557\\\",\\\"district\\\":\\\"Jardim Guanabara\\\",\\\"street\\\":\\\"Rua Espumas\\\",\\\"number\\\":\\\"112\\\",\\\"complement\\\":\\\"g\\\\/13\\\",\\\"description\\\":\\\"Rua Espumas\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"21.941-170\",\n                                    \"state\": \"RJ\",\n                                    \"city\": \"Rio de Janeiro\",\n                                    \"ibge\": \"3304557\",\n                                    \"district\": \"Jardim Guanabara\",\n                                    \"street\": \"Rua Espumas\",\n                                    \"number\": \"112\",\n                                    \"complement\": \"g/13\",\n                                    \"description\": \"Rua Espumas\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": null,\n                                \"reterIRRF\": null,\n                                \"reterINSS\": null,\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"method\": \"empty\"\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"RENTER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ]\n            }\n        }\n    },\n    {\n        \"id\": 64,\n        \"ak\": 1,\n        \"fkProperty\": 777,\n        \"dteRequest\": \"2022-09-01T03:00:00.000000Z\",\n        \"chrPriority\": \"HIGH\",\n        \"chrSituation\": \"OPEN\",\n        \"chrIdentifier\": \"GENERAL\",\n        \"chrReference\": \"BG01134002/01\",\n        \"txtMaintenance\": \"Locatário sr. Mauricio  fone 41) 99500-5656/99950-1903  entrou em contato informando quando chove continua a goteira nos mesmos pontos do imóvel (na sala, no quarto e na lavanderia). Solicitamos que seja cotado o reparo.  Verificar se há mais algum problema no telhado para poder informar ao proprietário. AVISAR A IMOBILIÁRIA QUANDO FIZER O ORÇAMENTO PARA QUE POSSAMOS CONVERSAR COM O PROPRIETÁRIO.\",\n        \"jsonAttachments\": null,\n        \"dteDeliveryForecast\": \"2022-09-03T03:00:00.000000Z\",\n        \"dteConclusion\": \"2022-09-05T03:00:00.000000Z\",\n        \"chrRequester\": \"COMPANY\",\n        \"dteRegister\": null,\n        \"dttDeleted\": null,\n        \"fkRentalContract\": 1157,\n        \"chrStatus\": \"RENTED\",\n        \"fkPropertyType\": 5,\n        \"isActive\": 1,\n        \"dcmRentRawValue\": \"1530.27\",\n        \"dcmRentPercentDiscount\": \"10.000000\",\n        \"chrLocation\": \"URBAN\",\n        \"chrPurpose\": \"RESIDENCE\",\n        \"chrAddressPostalCode\": \"81.510-070\",\n        \"chrAddressState\": \"PR\",\n        \"chrAddressCity\": \"Curitiba\",\n        \"chrAddressCityCode\": \"4106902\",\n        \"chrAddressDistrict\": \"Guabirotuba\",\n        \"chrAddressStreet\": \"Rua Senador Nereu Ramos\",\n        \"chrAddressNumber\": \"324\",\n        \"chrAddressComplement\": null,\n        \"renterName\": \"Allison Corona\",\n        \"renterPhone\": \"(95) 96583-3004\",\n        \"renterRegisterNumber\": \"432.916.091-90\",\n        \"renterEmail\": \"daniel.barros@ferminiano.net\",\n        \"ownerName\": \"Leonardo Salas\",\n        \"ownerPhone\": \"(91) 93770-4298\",\n        \"ownerRegisterNumber\": \"763.214.285-15\",\n        \"ownerEmail\": \"helena.beltrao@brito.com\",\n        \"attachments\": [],\n        \"property\": {\n            \"id\": 777,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"fkRentalContract\": 1157,\n            \"fkCondo\": null,\n            \"fkManagement\": 6648,\n            \"fkOutsider\": null,\n            \"chrStatus\": \"RENTED\",\n            \"chrReference\": \"BHK-019395\",\n            \"chrInnerReference\": \"KKP-270641\",\n            \"fkPropertyType\": 5,\n            \"chrDocument\": \"BG01134002.flymf.md\",\n            \"chrDocumentTitle\": \"Contrato de Locação\",\n            \"isActive\": true,\n            \"chrTerminationReason\": null,\n            \"dteTermination\": null,\n            \"dteNewListing\": null,\n            \"dcmEvaluatedRent\": 0,\n            \"dcmExpectedRent\": 0,\n            \"dcmRentRawValue\": 1530.27,\n            \"dcmRentPercentDiscount\": 10,\n            \"dcmSale\": 0,\n            \"dcmSalePromo\": 0,\n            \"dcmArea\": 0,\n            \"dcmAreaPrivate\": 0,\n            \"dcmAreaLand\": 0,\n            \"isRentFeeFixed\": false,\n            \"chrRawOrNetBased\": null,\n            \"dcmRentFee\": 0,\n            \"intRentFeeInstallments\": 1,\n            \"dcmAdminFee\": 8,\n            \"isAdminFeeFixed\": false,\n            \"chrAdminFeeCondition\": \"RENT_VALUE_ONLY\",\n            \"intExemptionFine\": 0,\n            \"intExclusivityPeriod\": 120,\n            \"isCondoManagementInternal\": false,\n            \"dcmCondoValue\": 0,\n            \"chrLocation\": \"URBAN\",\n            \"chrPurpose\": \"RESIDENCE\",\n            \"jsonSettings\": \"{\\\"codeWather\\\":\\\"PF\\\\/2022\\\\/91998\\\",\\\"codeEnergy\\\":\\\"HJ\\\\/2022\\\\/27127\\\",\\\"codeGas\\\":\\\"TK\\\\/2022\\\\/13767\\\",\\\"companyGas\\\":\\\"DISTRIBUIDORA DE G\\\\u00c1S Z.Z.N\\\",\\\"codeGarbageFee\\\":\\\"HQ\\\\/2022\\\\/39115\\\",\\\"codeFireInsurance\\\":\\\"SG\\\\/2022\\\\/57658\\\",\\\"codeSpu\\\":\\\"NA\\\\/2022\\\\/17985\\\",\\\"isPulledDown\\\":false}\",\n            \"jsonTransfer\": \"{\\\"assurance\\\":\\\"TEMPORARY\\\",\\\"assurance_months\\\":30,\\\"endsAt\\\":null,\\\"when\\\":\\\"FIXED\\\",\\\"day\\\":10}\",\n            \"jsonGarages\": \"[]\",\n            \"jsonDurations\": \"[12,24,36]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonAttachments\": \"\",\n            \"chrAddressPostalCode\": \"81.510-070\",\n            \"chrAddressState\": \"PR\",\n            \"chrAddressCity\": \"Curitiba\",\n            \"chrAddressCityCode\": \"4106902\",\n            \"chrAddressDistrict\": \"Guabirotuba\",\n            \"chrAddressStreet\": \"Rua Senador Nereu Ramos\",\n            \"chrAddressNumber\": \"324\",\n            \"chrAddressComplement\": null,\n            \"chrNotaryOffice\": null,\n            \"chrNotaryId\": null,\n            \"txtNote\": \"\",\n            \"dttRegister\": \"2022-03-21T01:06:02.000000Z\",\n            \"dttDeleted\": null,\n            \"settings\": {\n                \"codeWather\": \"PF/2022/91998\",\n                \"codeEnergy\": \"HJ/2022/27127\",\n                \"codeGas\": \"TK/2022/13767\",\n                \"companyGas\": \"DISTRIBUIDORA DE GÁS Z.Z.N\",\n                \"codeGarbageFee\": \"HQ/2022/39115\",\n                \"codeFireInsurance\": \"SG/2022/57658\",\n                \"codeSpu\": \"NA/2022/17985\",\n                \"isPulledDown\": false\n            },\n            \"transfer\": {\n                \"assurance\": \"TEMPORARY\",\n                \"assurance_months\": 30,\n                \"endsAt\": null,\n                \"when\": \"FIXED\",\n                \"day\": 10\n            },\n            \"garages\": [],\n            \"durations\": [\n                12,\n                24,\n                36\n            ],\n            \"agents\": [],\n            \"dcmRentNetValue\": 1377.24,\n            \"dcmRentDiscountValue\": 153.03,\n            \"attachments\": [],\n            \"owners\": [\n                {\n                    \"id\": 1051,\n                    \"ak\": 1,\n                    \"fkProperty\": 777,\n                    \"fkOwner\": 4252,\n                    \"chrOwnerType\": \"MAIN\",\n                    \"dcmRatio\": 100,\n                    \"dcmTaxPercentage\": 100,\n                    \"owner\": {\n                        \"id\": 4252,\n                        \"ak\": 1,\n                        \"fkUser\": null,\n                        \"fkPartner\": null,\n                        \"fkManagement\": null,\n                        \"intBitwiseType\": 4,\n                        \"chrType\": \"PF\",\n                        \"vrcEmail\": \"helena.beltrao@brito.com\",\n                        \"chrPass\": null,\n                        \"chrToken\": null,\n                        \"chrMainPhone\": \"(91) 93770-4298\",\n                        \"chrName\": \"Leonardo Salas\",\n                        \"chrName2\": \"\",\n                        \"chrInsider\": null,\n                        \"chrRegisterNumber\": \"763.214.285-15\",\n                        \"chrDocumentId\": \"5780703056854\",\n                        \"chrNacionality\": \"Brasileira\",\n                        \"chrProfession\": \"Açougueiro\",\n                        \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n                        \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n                        \"txtNote\": \"\",\n                        \"jsonAddress\": \"[{\\\"code\\\":\\\"09.080-000\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santo Andr\\\\u00e9\\\",\\\"ibge\\\":\\\"3547809\\\",\\\"district\\\":\\\"Jardim\\\",\\\"street\\\":\\\"Avenida Dom Pedro II - at\\\\u00e9 1480 - lado par\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"i\\\\/1\\\",\\\"description\\\":\\\"Avenida Dom Pedro II - at\\\\u00e9 1480 - lado par\\\"}]\",\n                        \"jsonContact\": \"[]\",\n                        \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n                        \"jsonPayment\": \"{\\\"acc\\\": \\\"05019-5\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"NELVA MARIA Z. SGANZERLA\\\", \\\"agency\\\": \\\"7013\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"354.110.159-8\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n                        \"jsonCondo\": \"[]\",\n                        \"jsonAgents\": \"[]\",\n                        \"jsonRepresentatives\": \"[]\",\n                        \"jsonAttachments\": \"[]\",\n                        \"vrcInfo\": null,\n                        \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                        \"dttDeleted\": null,\n                        \"address\": [\n                            {\n                                \"code\": \"09.080-000\",\n                                \"state\": \"SP\",\n                                \"city\": \"Santo André\",\n                                \"ibge\": \"3547809\",\n                                \"district\": \"Jardim\",\n                                \"street\": \"Avenida Dom Pedro II - até 1480 - lado par\",\n                                \"number\": \"81\",\n                                \"complement\": \"i/1\",\n                                \"description\": \"Avenida Dom Pedro II - até 1480 - lado par\"\n                            }\n                        ],\n                        \"contact\": [],\n                        \"settings\": {\n                            \"reterISSQN\": \"0\",\n                            \"reterIRRF\": \"0\",\n                            \"reterINSS\": \"0\",\n                            \"reterPCCS\": \"0\"\n                        },\n                        \"payment\": {\n                            \"acc\": \"05019-5\",\n                            \"bank\": \"341\",\n                            \"name\": \"NELVA MARIA Z. SGANZERLA\",\n                            \"agency\": \"7013\",\n                            \"method\": \"ted_doc\",\n                            \"accType\": \"conta_corrente\",\n                            \"docType\": \"PF\",\n                            \"document\": \"354.110.159-8\",\n                            \"operation\": null,\n                            \"hasTransferFee\": true\n                        },\n                        \"condo\": [],\n                        \"agents\": [],\n                        \"representatives\": [],\n                        \"types\": [\n                            \"OWNER\"\n                        ],\n                        \"attachments\": []\n                    }\n                }\n            ],\n            \"contract\": {\n                \"id\": 1157,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkProperty\": 777,\n                \"fkWallet\": 1,\n                \"fkAdjustmentIndex\": 1,\n                \"fkRenting\": 4491,\n                \"intDueDay\": 5,\n                \"intDelayedPayments\": 3,\n                \"intFineExemptionMonths\": 0,\n                \"isPayToLive\": false,\n                \"hasBankFee\": true,\n                \"dcmInterestForLate\": 0,\n                \"dcmFineForLate\": 0,\n                \"isAdmFeeFixed\": false,\n                \"dcmAdmFeeValue\": 8,\n                \"chrIdentifier\": \"BHK-019395/01\",\n                \"chrContractType\": \"RESIDENCE\",\n                \"chrBusinessActivity\": null,\n                \"chrChargeMethod\": \"EMAIL\",\n                \"jsonTaxation\": \"{\\\"invoiceThroughSystem\\\":true,\\\"incomeTaxHold\\\":\\\"NOT\\\",\\\"dimobGenerate\\\":true,\\\"IRRFAdministrationFeeDeduction\\\":false}\",\n                \"jsonBillingAddress\": \"[]\",\n                \"jsonGuarantee\": \"{\\\"type\\\":\\\"insurance\\\",\\\"company\\\":5907,\\\"value\\\":99.36,\\\"contract\\\":null,\\\"note\\\":null}\",\n                \"jsonFireInsurance\": \"{\\\"subscribed\\\":true,\\\"company\\\":0,\\\"start\\\":\\\"2021-04-24\\\",\\\"expiration\\\":\\\"2099-04-23\\\",\\\"value\\\":0,\\\"award\\\":0,\\\"installment\\\":66.34,\\\"installments\\\":0,\\\"contract\\\":null,\\\"note\\\":null}\",\n                \"jsonPcf\": \"{\\\"subscribed\\\":true,\\\"percentage\\\":6,\\\"fkAdjustmentIndex\\\":7,\\\"note\\\":null}\",\n                \"jsonAttachments\": \"\",\n                \"chrDocumentTitle\": \"Contrato de Locação\",\n                \"chrDocument\": \"BG01134002-01.ehppp.md\",\n                \"vrcNotes\": \"\",\n                \"txtExtraClauses\": null,\n                \"dteRental\": \"2021-04-28T03:00:00.000000Z\",\n                \"dteStart\": \"2021-04-28T03:00:00.000000Z\",\n                \"dteActivation\": null,\n                \"dteEnd\": \"2023-10-27T03:00:00.000000Z\",\n                \"dteLastReadjustment\": \"2022-04-01T03:00:00.000000Z\",\n                \"dteTerminationStart\": null,\n                \"dteTerminationEnd\": null,\n                \"chrTerminationReason\": null,\n                \"isExcludeRecurringExpenses\": null,\n                \"dteVacancyDate\": null,\n                \"isVacancyDateinTermination\": null,\n                \"isChargeTerminationFine\": null,\n                \"vrcTerminationsNotes\": null,\n                \"chrStatus\": \"REGULAR\",\n                \"chrFinancialStatus\": \"REGULAR\",\n                \"isActive\": true,\n                \"isDraft\": false,\n                \"dttDeleted\": null,\n                \"taxation\": {\n                    \"invoiceThroughSystem\": true,\n                    \"incomeTaxHold\": \"NOT\",\n                    \"dimobGenerate\": true,\n                    \"IRRFAdministrationFeeDeduction\": false\n                },\n                \"billingAddress\": [],\n                \"guarantee\": {\n                    \"type\": \"insurance\",\n                    \"company\": 5907,\n                    \"value\": 99.36,\n                    \"contract\": null,\n                    \"note\": null\n                },\n                \"fireInsurance\": {\n                    \"subscribed\": true,\n                    \"company\": 0,\n                    \"start\": \"2021-04-24\",\n                    \"expiration\": \"2099-04-23\",\n                    \"value\": 0,\n                    \"award\": 0,\n                    \"installment\": 66.34,\n                    \"installments\": 0,\n                    \"contract\": null,\n                    \"note\": null\n                },\n                \"pcf\": {\n                    \"subscribed\": true,\n                    \"percentage\": 6,\n                    \"fkAdjustmentIndex\": 7,\n                    \"note\": null\n                },\n                \"durationInMonths\": 30,\n                \"attachments\": [],\n                \"renters\": [\n                    {\n                        \"id\": 1256,\n                        \"ak\": 1,\n                        \"fkContract\": 1157,\n                        \"fkRenter\": 2994,\n                        \"isMain\": true,\n                        \"dcmRatio\": 100,\n                        \"dttDeleted\": null,\n                        \"renter\": {\n                            \"id\": 2994,\n                            \"ak\": 1,\n                            \"fkUser\": null,\n                            \"fkPartner\": null,\n                            \"fkManagement\": null,\n                            \"intBitwiseType\": 8,\n                            \"chrType\": \"PF\",\n                            \"vrcEmail\": \"daniel.barros@ferminiano.net\",\n                            \"chrPass\": null,\n                            \"chrToken\": null,\n                            \"chrMainPhone\": \"(95) 96583-3004\",\n                            \"chrName\": \"Allison Corona\",\n                            \"chrName2\": \"\",\n                            \"chrInsider\": null,\n                            \"chrRegisterNumber\": \"432.916.091-90\",\n                            \"chrDocumentId\": \"6834833489148\",\n                            \"chrNacionality\": \"Brasileira\",\n                            \"chrProfession\": \"Camareiro de hotel\",\n                            \"chrMaritalStatus\": \"SINGLE\",\n                            \"dteDateofBirth\": \"1989-01-25T02:00:00.000000Z\",\n                            \"txtNote\": \"\",\n                            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.256-694\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itatiba\\\",\\\"ibge\\\":\\\"3523404\\\",\\\"district\\\":\\\"N\\\\u00facleo Residencial Afonso Zupardo\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Jo\\\\u00e3o Batista Andreatta\\\",\\\"number\\\":\\\"120\\\",\\\"complement\\\":\\\"d\\\\/4\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Jo\\\\u00e3o Batista Andreatta\\\"}]\",\n                            \"jsonContact\": \"[]\",\n                            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n                            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n                            \"jsonCondo\": \"[]\",\n                            \"jsonAgents\": \"[]\",\n                            \"jsonRepresentatives\": \"[]\",\n                            \"jsonAttachments\": \"[]\",\n                            \"vrcInfo\": null,\n                            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n                            \"dttDeleted\": null,\n                            \"address\": [\n                                {\n                                    \"code\": \"13.256-694\",\n                                    \"state\": \"SP\",\n                                    \"city\": \"Itatiba\",\n                                    \"ibge\": \"3523404\",\n                                    \"district\": \"Núcleo Residencial Afonso Zupardo\",\n                                    \"street\": \"Rua Antônio João Batista Andreatta\",\n                                    \"number\": \"120\",\n                                    \"complement\": \"d/4\",\n                                    \"description\": \"Rua Antônio João Batista Andreatta\"\n                                }\n                            ],\n                            \"contact\": [],\n                            \"settings\": {\n                                \"reterISSQN\": null,\n                                \"reterIRRF\": null,\n                                \"reterINSS\": null,\n                                \"reterPCCS\": \"0\"\n                            },\n                            \"payment\": {\n                                \"method\": \"empty\"\n                            },\n                            \"condo\": [],\n                            \"agents\": [],\n                            \"representatives\": [],\n                            \"types\": [\n                                \"RENTER\"\n                            ],\n                            \"attachments\": []\n                        }\n                    }\n                ]\n            }\n        }\n    }\n]"}],"_postman_id":"0fdba402-973e-40fe-bd59-83ca53a0c6d2"}],"id":"a0bf9947-a3ab-4f21-baa7-e34ede3ac8cf","description":"<p>Tabela de Referência:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Regras</th>\n<th>Descrição</th>\n<th>Domínio</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int unsigned</td>\n<td>auto_increment primary key</td>\n<td>Identificador</td>\n<td></td>\n</tr>\n<tr>\n<td>ak</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Identificador da Empresa - não é necessário enviar</td>\n<td></td>\n</tr>\n<tr>\n<td>fkProperty</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>ID do imóvel</td>\n<td></td>\n</tr>\n<tr>\n<td>dteRequest</td>\n<td>datetime</td>\n<td>not null</td>\n<td>Data de Abertura do Chamado</td>\n<td></td>\n</tr>\n<tr>\n<td>chrPriority</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Prioridade</td>\n<td>LOW' =&gt; 'Baixa',<br />'REGULAR' =&gt; 'Normal',<br />'HIGH' =&gt; 'Alta'</td>\n</tr>\n<tr>\n<td>chrSituation</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Situação do Chamado</td>\n<td>OPEN' =&gt; 'Novo Chamado',<br />'AWAITING_BUDGET' =&gt; 'Aguardando Orçamento',<br />'BUDGET_APPROVAL' =&gt; 'Aguardando Aprovação - Proprietário',<br />'BUDGET_APPROVED' =&gt; 'Orçamento Aprovado',<br />'IN_EXECUTION' =&gt; 'Execução - Prestador',<br />'JOB_EXECUTED' =&gt; 'Serviço Realizado - Em Finalização',<br />'CONCLUDED' =&gt; 'Concluído',<br />'CANCELED' =&gt; 'Cancelado',<br />'AWAITING_OWNER' =&gt; 'Pendência Proprietário',<br />'AWAITING_RENTER' =&gt; 'Aguardando Locatário',<br />'AWAITING_COMPANY' =&gt; 'Aguardando Imobiliária',<br />'AWAITING_THIRD_PARTY' =&gt; 'Pendência Terceiros'</td>\n</tr>\n<tr>\n<td>chrIdentifier</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Tipo do Chamado</td>\n<td>GENERAL' =&gt; 'Serviços Gerais',<br />'HEATER' =&gt; 'Aquecedor',<br />'AIR_CONDITIONING' =&gt; 'Ar Condicionado',<br />'TILE' =&gt; 'Azulejo',<br />'KEY_LOCKER' =&gt; 'Chave / Fechadura',<br />'FUMIGATION' =&gt; 'Dedetização / Descupinização',<br />'ARBITRATION' =&gt; 'Devolução com Laudo',<br />'RETURN' =&gt; 'Devolução do Imóvel',<br />'ELECTRIC' =&gt; 'Elétrica',<br />'GAS' =&gt; 'Gás',<br />'DRYWALL' =&gt; 'Gesso / Drywall',<br />'WATER' =&gt; 'Hidráulica',<br />'INFILTRATION' =&gt; 'Infiltração',<br />'WOODWORK' =&gt; 'marcenaria',<br />'FURNITURE_ASSEMBLY' =&gt; 'Montagem de Móveis',<br />'WALLPAPER' =&gt; 'Papel de Parede',<br />'MINOR_RENOVATION' =&gt; 'Pequenas Reformas',<br />'BLINDERS' =&gt; 'Persianas',<br />'PAINTING' =&gt; 'Pintura',<br />'WOODED_FLOOR' =&gt; 'Piso de Madeira',<br />'VYNIL_FLOOR' =&gt; 'Piso de Vinil',<br />'PRE_RENT_REPAIR' =&gt; 'Reparo Pré-Locação',<br />'SANITIZING' =&gt; 'Sanitização',<br />'IRONWORK' =&gt; 'Serralheria',<br />'ROOFING' =&gt; 'Telhado e Calha',<br />'GLASS' =&gt; 'Vidraceiro'</td>\n</tr>\n<tr>\n<td>chrReference</td>\n<td>char(255)</td>\n<td>not null</td>\n<td></td>\n<td>Referência do Chamado</td>\n</tr>\n<tr>\n<td>txtMaintenance</td>\n<td>text</td>\n<td>not null</td>\n<td>Descrição</td>\n<td></td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>text</td>\n<td>null</td>\n<td>Anexos</td>\n<td></td>\n</tr>\n<tr>\n<td>dteDeliveryForecast</td>\n<td>datetime</td>\n<td>not null</td>\n<td>Data Prevista de Conclusão</td>\n<td></td>\n</tr>\n<tr>\n<td>dteConclusion</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data Efetiva de Conclusão</td>\n<td></td>\n</tr>\n<tr>\n<td>chrRequester</td>\n<td>char(32)</td>\n<td>not null</td>\n<td>Responsável pela Abertura</td>\n<td>OWNER' =&gt; 'Proprietário',<br />'RENTER' =&gt; 'Inquilino',<br />'COMPANY' =&gt; 'Imobiliária'</td>\n</tr>\n<tr>\n<td>dteRegister</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data de Criação</td>\n<td></td>\n</tr>\n<tr>\n<td>dttDeleted</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data de Exclusão</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"a0bf9947-a3ab-4f21-baa7-e34ede3ac8cf"},{"name":"PESSOAS","item":[{"name":"Proprietários","item":[{"name":"Listagem","id":"da3c181c-3ea7-4d7e-855a-30acf60733f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/owner","description":"<p>Essa rota retornará uma listagem paginada de todos os proprietários que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os proprietários (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um proprietário específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrName\"</li>\n<li>\"chrName2\"</li>\n<li>\"chrRegisterNumber\"</li>\n<li>\"chrDocumentId\"</li>\n<li>\"vrcEmail\"</li>\n</ul>\n","urlObject":{"path":["partner","owner"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"0cc37ab6-2c03-4c23-8af4-1749a2961d45","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/owner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 01:53:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 4667,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Solano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"342.791.758-45\",\n            \"chrDocumentId\": \"7903074019669\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.604-061\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Araras\\\",\\\"ibge\\\":\\\"3503307\\\",\\\"district\\\":\\\"Jardim Piratininga\\\",\\\"street\\\":\\\"Rua Guarulhos\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"u\\\\/6\\\",\\\"description\\\":\\\"Rua Guarulhos\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"paulina.sepulveda@vieira.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.604-061\",\n                    \"state\": \"SP\",\n                    \"city\": \"Araras\",\n                    \"ibge\": \"3503307\",\n                    \"district\": \"Jardim Piratininga\",\n                    \"street\": \"Rua Guarulhos\",\n                    \"number\": \"14\",\n                    \"complement\": \"u/6\",\n                    \"description\": \"Rua Guarulhos\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 6078,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Saraiva\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"886.949.341-59\",\n            \"chrDocumentId\": \"0672421090845\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.152-822\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Cariacica\\\",\\\"ibge\\\":\\\"3201308\\\",\\\"district\\\":\\\"Aparecida\\\",\\\"street\\\":\\\"Rua da Passarela\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"f\\\\/9\\\",\\\"description\\\":\\\"Rua da Passarela\\\"}]\",\n            \"dttRegister\": \"2022-05-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1992-10-26T02:00:00.000000Z\",\n            \"vrcEmail\": \"bruno10@zaragoca.br\",\n            \"address\": [\n                {\n                    \"code\": \"29.152-822\",\n                    \"state\": \"ES\",\n                    \"city\": \"Cariacica\",\n                    \"ibge\": \"3201308\",\n                    \"district\": \"Aparecida\",\n                    \"street\": \"Rua da Passarela\",\n                    \"number\": \"52\",\n                    \"complement\": \"f/9\",\n                    \"description\": \"Rua da Passarela\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1680,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Rico\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"600.684.620-93\",\n            \"chrDocumentId\": \"7753699111805\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"14.805-436\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Araraquara\\\",\\\"ibge\\\":\\\"3503208\\\",\\\"district\\\":\\\"Residencial Cambuy\\\",\\\"street\\\":\\\"Avenida Miguel Mucio\\\",\\\"number\\\":\\\"137\\\",\\\"complement\\\":\\\"z\\\\/13\\\",\\\"description\\\":\\\"Avenida Miguel Mucio\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1988-07-10T03:00:00.000000Z\",\n            \"vrcEmail\": \"ramires.ana@carmona.net\",\n            \"address\": [\n                {\n                    \"code\": \"14.805-436\",\n                    \"state\": \"SP\",\n                    \"city\": \"Araraquara\",\n                    \"ibge\": \"3503208\",\n                    \"district\": \"Residencial Cambuy\",\n                    \"street\": \"Avenida Miguel Mucio\",\n                    \"number\": \"137\",\n                    \"complement\": \"z/13\",\n                    \"description\": \"Avenida Miguel Mucio\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 3267,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Reis\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"420.719.087-24\",\n            \"chrDocumentId\": \"1414949661095\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.161-737\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Serra\\\",\\\"ibge\\\":\\\"3205002\\\",\\\"district\\\":\\\"Jardim Carapina\\\",\\\"street\\\":\\\"Rua Pancas\\\",\\\"number\\\":\\\"23\\\",\\\"complement\\\":\\\"f\\\\/8\\\",\\\"description\\\":\\\"Rua Pancas\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1984-11-23T03:00:00.000000Z\",\n            \"vrcEmail\": \"verdugo.paulo@jimenes.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"29.161-737\",\n                    \"state\": \"ES\",\n                    \"city\": \"Serra\",\n                    \"ibge\": \"3205002\",\n                    \"district\": \"Jardim Carapina\",\n                    \"street\": \"Rua Pancas\",\n                    \"number\": \"23\",\n                    \"complement\": \"f/8\",\n                    \"description\": \"Rua Pancas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4567,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Prado\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"227.211.724-41\",\n            \"chrDocumentId\": \"1432868441647\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.085-475\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Campinas\\\",\\\"ibge\\\":\\\"3509502\\\",\\\"district\\\":\\\"Ch\\\\u00e1cara Santa Margarida\\\",\\\"street\\\":\\\"Rua Vicente Stancato\\\",\\\"number\\\":\\\"25\\\",\\\"complement\\\":\\\"j\\\\/18\\\",\\\"description\\\":\\\"Rua Vicente Stancato\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"sleon@darosa.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.085-475\",\n                    \"state\": \"SP\",\n                    \"city\": \"Campinas\",\n                    \"ibge\": \"3509502\",\n                    \"district\": \"Chácara Santa Margarida\",\n                    \"street\": \"Rua Vicente Stancato\",\n                    \"number\": \"25\",\n                    \"complement\": \"j/18\",\n                    \"description\": \"Rua Vicente Stancato\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4276,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Paes\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"288.727.079-60\",\n            \"chrDocumentId\": \"2016947354690\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.926-150\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Aparecida de Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5201405\\\",\\\"district\\\":\\\"Jardim Colorado\\\",\\\"street\\\":\\\"Rua W-080\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"m\\\\/12\\\",\\\"description\\\":\\\"Rua W-080\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1934-09-30T03:00:00.000000Z\",\n            \"vrcEmail\": \"qrios@velasques.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"74.926-150\",\n                    \"state\": \"GO\",\n                    \"city\": \"Aparecida de Goiânia\",\n                    \"ibge\": \"5201405\",\n                    \"district\": \"Jardim Colorado\",\n                    \"street\": \"Rua W-080\",\n                    \"number\": \"150\",\n                    \"complement\": \"m/12\",\n                    \"description\": \"Rua W-080\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4378,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Maia\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"505.657.107-53\",\n            \"chrDocumentId\": \"8000806591627\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"75.124-420\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"An\\\\u00e1polis\\\",\\\"ibge\\\":\\\"5201108\\\",\\\"district\\\":\\\"Setor Sul Jamil Miguel\\\",\\\"street\\\":\\\"Rua JM-038\\\",\\\"number\\\":\\\"49\\\",\\\"complement\\\":\\\"o\\\\/3\\\",\\\"description\\\":\\\"Rua JM-038\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1975-11-25T03:00:00.000000Z\",\n            \"vrcEmail\": \"cgoncalves@sandoval.br\",\n            \"address\": [\n                {\n                    \"code\": \"75.124-420\",\n                    \"state\": \"GO\",\n                    \"city\": \"Anápolis\",\n                    \"ibge\": \"5201108\",\n                    \"district\": \"Setor Sul Jamil Miguel\",\n                    \"street\": \"Rua JM-038\",\n                    \"number\": \"49\",\n                    \"complement\": \"o/3\",\n                    \"description\": \"Rua JM-038\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4171,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Ferminiano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"313.613.718-38\",\n            \"chrDocumentId\": \"0641633778499\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.245-574\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Bet\\\\u00e2nia\\\",\\\"street\\\":\\\"Rua Kingstown\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"n\\\\/8\\\",\\\"description\\\":\\\"Rua Kingstown\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1936-02-14T03:00:00.000000Z\",\n            \"vrcEmail\": \"esteves.ziraldo@lira.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"12.245-574\",\n                    \"state\": \"SP\",\n                    \"city\": \"São José dos Campos\",\n                    \"ibge\": \"3549904\",\n                    \"district\": \"Vila Betânia\",\n                    \"street\": \"Rua Kingstown\",\n                    \"number\": \"175\",\n                    \"complement\": \"n/8\",\n                    \"description\": \"Rua Kingstown\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4683,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Feliciano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"599.637.195-20\",\n            \"chrDocumentId\": \"1032200321603\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.069-402\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Campinas\\\",\\\"ibge\\\":\\\"3509502\\\",\\\"district\\\":\\\"Conjunto Habitacional Residencial Ol\\\\u00edmpia\\\",\\\"street\\\":\\\"Rua da Maratona\\\",\\\"number\\\":\\\"20\\\",\\\"complement\\\":\\\"j\\\\/5\\\",\\\"description\\\":\\\"Rua da Maratona\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1951-11-13T03:00:00.000000Z\",\n            \"vrcEmail\": \"espinoza.antonio@dacruz.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.069-402\",\n                    \"state\": \"SP\",\n                    \"city\": \"Campinas\",\n                    \"ibge\": \"3509502\",\n                    \"district\": \"Conjunto Habitacional Residencial Olímpia\",\n                    \"street\": \"Rua da Maratona\",\n                    \"number\": \"20\",\n                    \"complement\": \"j/5\",\n                    \"description\": \"Rua da Maratona\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2339,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Duarte\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"503.781.804-44\",\n            \"chrDocumentId\": \"7590226863174\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"81.900-230\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"S\\\\u00edtio Cercado\\\",\\\"street\\\":\\\"Rua Cruzeiro do Sul\\\",\\\"number\\\":\\\"70\\\",\\\"complement\\\":\\\"n\\\\/15\\\",\\\"description\\\":\\\"Rua Cruzeiro do Sul\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1968-08-05T03:00:00.000000Z\",\n            \"vrcEmail\": \"hortencia.aragao@reis.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"81.900-230\",\n                    \"state\": \"PR\",\n                    \"city\": \"Curitiba\",\n                    \"ibge\": \"4106902\",\n                    \"district\": \"Sítio Cercado\",\n                    \"street\": \"Rua Cruzeiro do Sul\",\n                    \"number\": \"70\",\n                    \"complement\": \"n/15\",\n                    \"description\": \"Rua Cruzeiro do Sul\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=1\",\n    \"from\": 1,\n    \"last_page\": 222,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=222\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/owner\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 2212\n}"}],"_postman_id":"da3c181c-3ea7-4d7e-855a-30acf60733f5"},{"name":"Cadastro","id":"00bb9bad-06e1-4746-ac3b-de8e8e750837","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner","description":"<p>Essa rota deve ser utilizada para o cadastro de novos proprietários, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["partner","owner"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"3a9dd331-0e39-4176-89ef-13d5e9399aca","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:33:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"jsonAttachments\": \"[]\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"fkManagement\": 0,\n    \"fkPartner\": 0,\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrType\": \"PF\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"intBitwiseType\": 4,\n    \"id\": 7219,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"00bb9bad-06e1-4746-ac3b-de8e8e750837"},{"name":"Alteração","id":"6e404051-404f-4902-90d4-911673a9e4f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner/7219","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do proprietário na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["partner","owner","7219"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"93288cbd-324b-43ac-be2b-ba075ec85e1d","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner/7219"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:34:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 4,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"6e404051-404f-4902-90d4-911673a9e4f3"},{"name":"Listagem Avançada","id":"f0ef8fb8-ca5c-4119-99c8-b19b65f75ede","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/owner/list","urlObject":{"path":["partner","report","owner","list"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"1d44037f-9fbf-4da0-8465-382093078064","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/owner/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 17:11:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 276,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 12,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"madeira.santiago@marques.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"ae118b6a-119c-4a7a-82fb-11d5cef24b46\",\n            \"chrMainPhone\": \"(24) 93819-0655\",\n            \"chrName\": \"Tábata Delgado\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"385.056.558-00\",\n            \"chrDocumentId\": \"3643312245212\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1962-10-08T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"79.106-170\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Jardim Aeroporto\\\",\\\"street\\\":\\\"Rua Veran\\\\u00f3polis\\\",\\\"number\\\":\\\"158\\\",\\\"complement\\\":\\\"t\\\\/4\\\",\\\"description\\\":\\\"Rua Veran\\\\u00f3polis\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"aparecido.faneco@gmail.com\\\",\\\"emailAccounting\\\":\\\"aparecido.faneco@gmail.com\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"0375\\\",\\\"acc\\\":\\\"00006072-9\\\",\\\"operation\\\":\\\"001\\\",\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":false}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"79.106-170\",\n                    \"state\": \"MS\",\n                    \"city\": \"Campo Grande\",\n                    \"ibge\": \"5002704\",\n                    \"district\": \"Jardim Aeroporto\",\n                    \"street\": \"Rua Veranópolis\",\n                    \"number\": \"158\",\n                    \"complement\": \"t/4\",\n                    \"description\": \"Rua Veranópolis\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": \"aparecido.faneco@gmail.com\",\n                \"emailAccounting\": \"aparecido.faneco@gmail.com\"\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"0375\",\n                \"acc\": \"00006072-9\",\n                \"operation\": \"001\",\n                \"name\": null,\n                \"docType\": \"CPF\",\n                \"document\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 496,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 12,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"faria.amanda@flores.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 4537-7416\",\n            \"chrName\": \"Violeta Aragão\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"757.072.708-84\",\n            \"chrDocumentId\": \"5034747232682\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-06-07T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"26.355-450\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Queimados\\\",\\\"ibge\\\":\\\"3304144\\\",\\\"district\\\":\\\"Cidade Jardim Cabu\\\\u00e7u\\\",\\\"street\\\":\\\"Rua Triunfo\\\",\\\"number\\\":\\\"136\\\",\\\"complement\\\":\\\"j\\\\/17\\\",\\\"description\\\":\\\"Rua Triunfo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"26.355-450\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Queimados\",\n                    \"ibge\": \"3304144\",\n                    \"district\": \"Cidade Jardim Cabuçu\",\n                    \"street\": \"Rua Triunfo\",\n                    \"number\": \"136\",\n                    \"complement\": \"j/17\",\n                    \"description\": \"Rua Triunfo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 598,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 12,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"clara.lozano@barreto.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(34) 96009-3154\",\n            \"chrName\": \"Samuel Flores\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"623.829.862-63\",\n            \"chrDocumentId\": \"0865969761368\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1980-12-04T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"56.332-290\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Petrolina\\\",\\\"ibge\\\":\\\"2611101\\\",\\\"district\\\":\\\"Jatob\\\\u00e1\\\",\\\"street\\\":\\\"Rua Carna\\\\u00faba\\\",\\\"number\\\":\\\"173\\\",\\\"complement\\\":\\\"v\\\\/8\\\",\\\"description\\\":\\\"Rua Carna\\\\u00faba\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"7416-0\\\",\\\"acc\\\":\\\"23761-2\\\",\\\"operation\\\":null,\\\"name\\\":\\\"Daniel Hoffmann Favreto\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"036.923.999-7\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"56.332-290\",\n                    \"state\": \"PE\",\n                    \"city\": \"Petrolina\",\n                    \"ibge\": \"2611101\",\n                    \"district\": \"Jatobá\",\n                    \"street\": \"Rua Carnaúba\",\n                    \"number\": \"173\",\n                    \"complement\": \"v/8\",\n                    \"description\": \"Rua Carnaúba\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"001\",\n                \"agency\": \"7416-0\",\n                \"acc\": \"23761-2\",\n                \"operation\": null,\n                \"name\": \"Daniel Hoffmann Favreto\",\n                \"docType\": \"CPF\",\n                \"document\": \"036.923.999-7\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 931,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"suzana61@queiros.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 2909-0292\",\n            \"chrName\": \"Ian Santacruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"594.465.986-64\",\n            \"chrDocumentId\": \"0344994144719\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1981-10-29T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"37.900-318\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Passos\\\",\\\"ibge\\\":\\\"3147907\\\",\\\"district\\\":\\\"Parque Casar\\\\u00e3o\\\",\\\"street\\\":\\\"Avenida Chafariz - at\\\\u00e9 1876\\\\/1877\\\",\\\"number\\\":\\\"57\\\",\\\"complement\\\":\\\"c\\\\/12\\\",\\\"description\\\":\\\"Avenida Chafariz - at\\\\u00e9 1876\\\\/1877\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"fernanda_roche@hotmail.com\\\",\\\"emailAccounting\\\":\\\"fernanda_roche@hotmail.com\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"479\\\",\\\"agency\\\":\\\"7013\\\",\\\"acc\\\":\\\"17131-4\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"37.900-318\",\n                    \"state\": \"MG\",\n                    \"city\": \"Passos\",\n                    \"ibge\": \"3147907\",\n                    \"district\": \"Parque Casarão\",\n                    \"street\": \"Avenida Chafariz - até 1876/1877\",\n                    \"number\": \"57\",\n                    \"complement\": \"c/12\",\n                    \"description\": \"Avenida Chafariz - até 1876/1877\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": \"fernanda_roche@hotmail.com\",\n                \"emailAccounting\": \"fernanda_roche@hotmail.com\"\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"479\",\n                \"agency\": \"7013\",\n                \"acc\": \"17131-4\",\n                \"operation\": null,\n                \"name\": null,\n                \"docType\": \"CPF\",\n                \"document\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1256,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rosa.elizabeth@fontes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"3beb03b1-cc8d-4982-a70f-1dd7d6ce0453\",\n            \"chrMainPhone\": \"(32) 90623-0928\",\n            \"chrName\": \"Ricardo Uchoa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"451.666.787-88\",\n            \"chrDocumentId\": \"7794630620724\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de farmácia\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1956-01-07T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"25.820-350\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Tr\\\\u00eas Rios\\\",\\\"ibge\\\":\\\"3306008\\\",\\\"district\\\":\\\"Tri\\\\u00e2ngulo\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Pacielo Filho\\\",\\\"number\\\":\\\"185\\\",\\\"complement\\\":\\\"x\\\\/18\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Pacielo Filho\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"23042-8\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ADAIR BATISTA DOS SANTOS\\\", \\\"agency\\\": \\\"3878\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"215.473.600-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"25.820-350\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Três Rios\",\n                    \"ibge\": \"3306008\",\n                    \"district\": \"Triângulo\",\n                    \"street\": \"Rua Antônio Pacielo Filho\",\n                    \"number\": \"185\",\n                    \"complement\": \"x/18\",\n                    \"description\": \"Rua Antônio Pacielo Filho\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"23042-8\",\n                \"bank\": \"341\",\n                \"name\": \"ADAIR BATISTA DOS SANTOS\",\n                \"agency\": \"3878\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"215.473.600-9\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1258,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"silvana20@lozano.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(44) 99121-9834\",\n            \"chrName\": \"Carlos Domingues\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"640.912.078-80\",\n            \"chrDocumentId\": \"8617919172353\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1954-07-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.177-222\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Sumar\\\\u00e9\\\",\\\"ibge\\\":\\\"3552403\\\",\\\"district\\\":\\\"Jardim Nova Veneza (Nova Veneza)\\\",\\\"street\\\":\\\"Rua Florian\\\\u00f3polis\\\",\\\"number\\\":\\\"13\\\",\\\"complement\\\":\\\"v\\\\/18\\\",\\\"description\\\":\\\"Rua Florian\\\\u00f3polis\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"341\\\",\\\"agency\\\":\\\"4080\\\",\\\"acc\\\":\\\"04549-7\\\",\\\"operation\\\":null,\\\"name\\\":\\\"ADALBERTO IPLINSKI\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"231.168.039-0\\\",\\\"hasTransferFee\\\":false}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"13.177-222\",\n                    \"state\": \"SP\",\n                    \"city\": \"Sumaré\",\n                    \"ibge\": \"3552403\",\n                    \"district\": \"Jardim Nova Veneza (Nova Veneza)\",\n                    \"street\": \"Rua Florianópolis\",\n                    \"number\": \"13\",\n                    \"complement\": \"v/18\",\n                    \"description\": \"Rua Florianópolis\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"341\",\n                \"agency\": \"4080\",\n                \"acc\": \"04549-7\",\n                \"operation\": null,\n                \"name\": \"ADALBERTO IPLINSKI\",\n                \"docType\": \"CPF\",\n                \"document\": \"231.168.039-0\",\n                \"hasTransferFee\": false\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1259,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"stoledo@ortega.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(16) 4537-8740\",\n            \"chrName\": \"Sabrina Duarte\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"687.214.901-98\",\n            \"chrDocumentId\": \"2454164661638\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de lojas e mercados\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1957-03-21T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"60.863-365\\\",\\\"state\\\":\\\"CE\\\",\\\"city\\\":\\\"Fortaleza\\\",\\\"ibge\\\":\\\"2304400\\\",\\\"district\\\":\\\"Barroso\\\",\\\"street\\\":\\\"Rua Leandro\\\",\\\"number\\\":\\\"173\\\",\\\"complement\\\":\\\"a\\\\/1\\\",\\\"description\\\":\\\"Rua Leandro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"0024884-3\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"ADAO RONCHI\\\", \\\"agency\\\": \\\"2995-5\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"797.937.628-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"60.863-365\",\n                    \"state\": \"CE\",\n                    \"city\": \"Fortaleza\",\n                    \"ibge\": \"2304400\",\n                    \"district\": \"Barroso\",\n                    \"street\": \"Rua Leandro\",\n                    \"number\": \"173\",\n                    \"complement\": \"a/1\",\n                    \"description\": \"Rua Leandro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"0024884-3\",\n                \"bank\": \"237\",\n                \"name\": \"ADAO RONCHI\",\n                \"agency\": \"2995-5\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"797.937.628-5\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1264,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"vitoria.batista@galindo.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(45) 94490-8258\",\n            \"chrName\": \"Benjamin Reis\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"450.421.115-73\",\n            \"chrDocumentId\": \"6116148621748\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Motociclista no transporte\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1957-03-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"71.505-030\\\",\\\"state\\\":\\\"DF\\\",\\\"city\\\":\\\"Lago Norte\\\",\\\"ibge\\\":\\\"5300108\\\",\\\"district\\\":\\\"Setor de Habita\\\\u00e7\\\\u00f5es Individuais Norte\\\",\\\"street\\\":\\\"SHIN QI 1 Conjunto 3\\\",\\\"number\\\":\\\"185\\\",\\\"complement\\\":\\\"z\\\\/3\\\",\\\"description\\\":\\\"SHIN QI 1 Conjunto 3\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"237\\\",\\\"agency\\\":\\\"2548\\\",\\\"acc\\\":\\\"0008688-6\\\",\\\"operation\\\":null,\\\"name\\\":\\\"Ademar Jose Pereira\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"388.379.949-1\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"71.505-030\",\n                    \"state\": \"DF\",\n                    \"city\": \"Lago Norte\",\n                    \"ibge\": \"5300108\",\n                    \"district\": \"Setor de Habitações Individuais Norte\",\n                    \"street\": \"SHIN QI 1 Conjunto 3\",\n                    \"number\": \"185\",\n                    \"complement\": \"z/3\",\n                    \"description\": \"SHIN QI 1 Conjunto 3\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"237\",\n                \"agency\": \"2548\",\n                \"acc\": \"0008688-6\",\n                \"operation\": null,\n                \"name\": \"Ademar Jose Pereira\",\n                \"docType\": \"CPF\",\n                \"document\": \"388.379.949-1\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1268,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"dcruz@vega.com\",\n            \"chrPass\": null,\n            \"chrToken\": \"e08115ce-3982-4ec3-906c-f540e5141efb\",\n            \"chrMainPhone\": \"(24) 97051-9599\",\n            \"chrName\": \"Luciano Uchoa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"201.639.753-53\",\n            \"chrDocumentId\": \"9542671485198\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Varredor de rua\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-04-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.681-420\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Len\\\\u00e7\\\\u00f3is Paulista\\\",\\\"ibge\\\":\\\"3526803\\\",\\\"district\\\":\\\"N\\\\u00facleo Habitacional Jo\\\\u00e3o Zillo\\\",\\\"street\\\":\\\"Rua Francisco Marins\\\",\\\"number\\\":\\\"34\\\",\\\"complement\\\":\\\"k\\\\/8\\\",\\\"description\\\":\\\"Rua Francisco Marins\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"disabled\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"341\\\",\\\"agency\\\":\\\"3834\\\",\\\"acc\\\":\\\"27103-7\\\",\\\"operation\\\":null,\\\"name\\\":\\\"ADILSON AGUIAR DA SILVA\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"021.833.779-5\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"18.681-420\",\n                    \"state\": \"SP\",\n                    \"city\": \"Lençóis Paulista\",\n                    \"ibge\": \"3526803\",\n                    \"district\": \"Núcleo Habitacional João Zillo\",\n                    \"street\": \"Rua Francisco Marins\",\n                    \"number\": \"34\",\n                    \"complement\": \"k/8\",\n                    \"description\": \"Rua Francisco Marins\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"disabled\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"341\",\n                \"agency\": \"3834\",\n                \"acc\": \"27103-7\",\n                \"operation\": null,\n                \"name\": \"ADILSON AGUIAR DA SILVA\",\n                \"docType\": \"CPF\",\n                \"document\": \"021.833.779-5\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1269,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"renata69@dasilva.net\",\n            \"chrPass\": null,\n            \"chrToken\": \"c0ec3b41-c0de-4b99-bd7c-f2fc063a4e8d\",\n            \"chrMainPhone\": \"(33) 2642-1160\",\n            \"chrName\": \"Aaron Vila\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"263.916.533-05\",\n            \"chrDocumentId\": \"6481084087720\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Agente comunitário de saúde\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1941-12-28T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"35.162-292\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Ipatinga\\\",\\\"ibge\\\":\\\"3131307\\\",\\\"district\\\":\\\"Bom Jardim\\\",\\\"street\\\":\\\"Rua Papoula\\\",\\\"number\\\":\\\"17\\\",\\\"complement\\\":\\\"a\\\\/3\\\",\\\"description\\\":\\\"Rua Papoula\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"237\\\",\\\"agency\\\":\\\"5758\\\",\\\"acc\\\":\\\"012958-5\\\",\\\"operation\\\":null,\\\"name\\\":\\\"ADILSON MORAES SEIXAS\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"005.022.949-4\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"35.162-292\",\n                    \"state\": \"MG\",\n                    \"city\": \"Ipatinga\",\n                    \"ibge\": \"3131307\",\n                    \"district\": \"Bom Jardim\",\n                    \"street\": \"Rua Papoula\",\n                    \"number\": \"17\",\n                    \"complement\": \"a/3\",\n                    \"description\": \"Rua Papoula\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"237\",\n                \"agency\": \"5758\",\n                \"acc\": \"012958-5\",\n                \"operation\": null,\n                \"name\": \"ADILSON MORAES SEIXAS\",\n                \"docType\": \"CPF\",\n                \"document\": \"005.022.949-4\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1271,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"pedro90@galindo.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(86) 99094-2266\",\n            \"chrName\": \"Mariana Galhardo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"863.061.210-05\",\n            \"chrDocumentId\": \"3908590606674\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Frentista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1943-08-06T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"89.540-000\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Santa Cec\\\\u00edlia\\\",\\\"ibge\\\":\\\"4215505\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Nereu Ramos\\\",\\\"number\\\":\\\"169\\\",\\\"complement\\\":\\\"o\\\\/20\\\",\\\"description\\\":\\\"Avenida Nereu Ramos\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"22168-90\\\", \\\"bank\\\": \\\"399\\\", \\\"name\\\": \\\"Adir Santos\\\", \\\"agency\\\": \\\"0672\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"202.205.539-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"89.540-000\",\n                    \"state\": \"SC\",\n                    \"city\": \"Santa Cecília\",\n                    \"ibge\": \"4215505\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Avenida Nereu Ramos\",\n                    \"number\": \"169\",\n                    \"complement\": \"o/20\",\n                    \"description\": \"Avenida Nereu Ramos\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"22168-90\",\n                \"bank\": \"399\",\n                \"name\": \"Adir Santos\",\n                \"agency\": \"0672\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"202.205.539-0\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1274,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"felipe06@neves.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(27) 97299-6894\",\n            \"chrName\": \"Mia Delatorre\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"611.667.284-12\",\n            \"chrDocumentId\": \"4799986331778\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Servente de obras\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-03-06T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"04.857-095\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim Varginha\\\",\\\"street\\\":\\\"Rua S\\\\u00e3o Carlos\\\",\\\"number\\\":\\\"141\\\",\\\"complement\\\":\\\"r\\\\/13\\\",\\\"description\\\":\\\"Rua S\\\\u00e3o Carlos\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"0796\\\",\\\"acc\\\":\\\"00055015-0\\\",\\\"operation\\\":\\\"013\\\",\\\"name\\\":\\\"ADIRLEI SCOPEL\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"846.801.649-7\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"04.857-095\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jardim Varginha\",\n                    \"street\": \"Rua São Carlos\",\n                    \"number\": \"141\",\n                    \"complement\": \"r/13\",\n                    \"description\": \"Rua São Carlos\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"0796\",\n                \"acc\": \"00055015-0\",\n                \"operation\": \"013\",\n                \"name\": \"ADIRLEI SCOPEL\",\n                \"docType\": \"CPF\",\n                \"document\": \"846.801.649-7\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1275,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"yserna@batista.net\",\n            \"chrPass\": null,\n            \"chrToken\": \"e0cdabef-1106-4fee-ad0b-8f8bcc5b8dba\",\n            \"chrMainPhone\": \"(35) 95667-6947\",\n            \"chrName\": \"Valentina Paz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"252.457.838-00\",\n            \"chrDocumentId\": \"6770955380076\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Frentista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-07-05T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"26.355-390\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Queimados\\\",\\\"ibge\\\":\\\"3304144\\\",\\\"district\\\":\\\"Cidade Jardim Cabu\\\\u00e7u\\\",\\\"street\\\":\\\"Rua Goi\\\\u00e2nia\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"p\\\\/14\\\",\\\"description\\\":\\\"Rua Goi\\\\u00e2nia\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"237\\\",\\\"agency\\\":\\\"3956\\\",\\\"acc\\\":\\\"4933-6\\\",\\\"operation\\\":null,\\\"name\\\":\\\"ADJANE ZANCAN MACHADO\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"010.584.249-4\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"26.355-390\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Queimados\",\n                    \"ibge\": \"3304144\",\n                    \"district\": \"Cidade Jardim Cabuçu\",\n                    \"street\": \"Rua Goiânia\",\n                    \"number\": \"150\",\n                    \"complement\": \"p/14\",\n                    \"description\": \"Rua Goiânia\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"237\",\n                \"agency\": \"3956\",\n                \"acc\": \"4933-6\",\n                \"operation\": null,\n                \"name\": \"ADJANE ZANCAN MACHADO\",\n                \"docType\": \"CPF\",\n                \"document\": \"010.584.249-4\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1280,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"carrara.gabriel@dasdores.com\",\n            \"chrPass\": null,\n            \"chrToken\": \"3a5a3e56-591e-4c4c-8ca4-aa2e44006298\",\n            \"chrMainPhone\": \"(82) 92076-4854\",\n            \"chrName\": \"Antonieta Paz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"551.880.183-14\",\n            \"chrDocumentId\": \"3396905385259\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Repositor de mercadorias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-07-02T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"16.075-079\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Ara\\\\u00e7atuba\\\",\\\"ibge\\\":\\\"3502804\\\",\\\"district\\\":\\\"Planalto\\\",\\\"street\\\":\\\"Travessa Polido\\\",\\\"number\\\":\\\"31\\\",\\\"complement\\\":\\\"z\\\\/6\\\",\\\"description\\\":\\\"Travessa Polido\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"05881-9\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ADRIANA BENELLI ROSA\\\", \\\"agency\\\": \\\"3003\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"021.677.529-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"16.075-079\",\n                    \"state\": \"SP\",\n                    \"city\": \"Araçatuba\",\n                    \"ibge\": \"3502804\",\n                    \"district\": \"Planalto\",\n                    \"street\": \"Travessa Polido\",\n                    \"number\": \"31\",\n                    \"complement\": \"z/6\",\n                    \"description\": \"Travessa Polido\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"05881-9\",\n                \"bank\": \"341\",\n                \"name\": \"ADRIANA BENELLI ROSA\",\n                \"agency\": \"3003\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"021.677.529-9\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1281,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"salome.zamana@pereira.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(83) 91811-2244\",\n            \"chrName\": \"Manuela Verdugo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"243.230.629-58\",\n            \"chrDocumentId\": \"9618852068671\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de farmácia\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1973-01-30T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.702-312\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Colatina\\\",\\\"ibge\\\":\\\"3201506\\\",\\\"district\\\":\\\"Vila Lenira\\\",\\\"street\\\":\\\"Rua C\\\\u00e9zar Ant\\\\u00f4nio Vieira\\\",\\\"number\\\":\\\"63\\\",\\\"complement\\\":\\\"j\\\\/10\\\",\\\"description\\\":\\\"Rua C\\\\u00e9zar Ant\\\\u00f4nio Vieira\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"0813\\\",\\\"acc\\\":\\\"1283-0\\\",\\\"operation\\\":null,\\\"name\\\":\\\"ADRIANA DE PAULA LACERDA SANTOS\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"875.816.129-5\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.702-312\",\n                    \"state\": \"ES\",\n                    \"city\": \"Colatina\",\n                    \"ibge\": \"3201506\",\n                    \"district\": \"Vila Lenira\",\n                    \"street\": \"Rua Cézar Antônio Vieira\",\n                    \"number\": \"63\",\n                    \"complement\": \"j/10\",\n                    \"description\": \"Rua Cézar Antônio Vieira\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"0813\",\n                \"acc\": \"1283-0\",\n                \"operation\": null,\n                \"name\": \"ADRIANA DE PAULA LACERDA SANTOS\",\n                \"docType\": \"CPF\",\n                \"document\": \"875.816.129-5\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1283,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"marin.jeronimo@esteves.net\",\n            \"chrPass\": null,\n            \"chrToken\": \"d25be157-a967-45dc-bad8-279759503e90\",\n            \"chrMainPhone\": \"(77) 97524-5534\",\n            \"chrName\": \"Tomás Santacruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"187.088.547-34\",\n            \"chrDocumentId\": \"3428827235638\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro na confecção em série\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-07-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"70.675-623\\\",\\\"state\\\":\\\"DF\\\",\\\"city\\\":\\\"Cruzeiro\\\",\\\"ibge\\\":\\\"5300108\\\",\\\"district\\\":\\\"Setor Sudoeste\\\",\\\"street\\\":\\\"QRSW 6 Bloco B-3\\\",\\\"number\\\":\\\"180\\\",\\\"complement\\\":\\\"u\\\\/6\\\",\\\"description\\\":\\\"QRSW 6 Bloco B-3\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"013000157849\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"ADRIANA INES SILVESTRO BOIKO\\\", \\\"agency\\\": \\\"1952\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"619.009.150-4\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"70.675-623\",\n                    \"state\": \"DF\",\n                    \"city\": \"Cruzeiro\",\n                    \"ibge\": \"5300108\",\n                    \"district\": \"Setor Sudoeste\",\n                    \"street\": \"QRSW 6 Bloco B-3\",\n                    \"number\": \"180\",\n                    \"complement\": \"u/6\",\n                    \"description\": \"QRSW 6 Bloco B-3\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"013000157849\",\n                \"bank\": \"104\",\n                \"name\": \"ADRIANA INES SILVESTRO BOIKO\",\n                \"agency\": \"1952\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"619.009.150-4\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1285,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"gustavo.aranda@bittencourt.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(14) 4475-7841\",\n            \"chrName\": \"Tomás Verdugo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"831.245.040-89\",\n            \"chrDocumentId\": \"5553235674405\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1972-08-19T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"35.703-281\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Sete Lagoas\\\",\\\"ibge\\\":\\\"3167202\\\",\\\"district\\\":\\\"Cidade de Deus\\\",\\\"street\\\":\\\"Rua Vinte e Sete\\\",\\\"number\\\":\\\"133\\\",\\\"complement\\\":\\\"x\\\\/13\\\",\\\"description\\\":\\\"Rua Vinte e Sete\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"34965-8\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"ADRIANO BARBOSA\\\", \\\"agency\\\": \\\"8005-5\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"922.258.379-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"35.703-281\",\n                    \"state\": \"MG\",\n                    \"city\": \"Sete Lagoas\",\n                    \"ibge\": \"3167202\",\n                    \"district\": \"Cidade de Deus\",\n                    \"street\": \"Rua Vinte e Sete\",\n                    \"number\": \"133\",\n                    \"complement\": \"x/13\",\n                    \"description\": \"Rua Vinte e Sete\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"34965-8\",\n                \"bank\": \"001\",\n                \"name\": \"ADRIANO BARBOSA\",\n                \"agency\": \"8005-5\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"922.258.379-5\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1287,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"pedro.dasdores@ortiz.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(22) 2326-6432\",\n            \"chrName\": \"Gabriela Casanova\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"346.624.737-30\",\n            \"chrDocumentId\": \"7948556873925\",\n            \"chrNacionality\": \"Brasileiro\",\n            \"chrProfession\": \"Repositor de mercadorias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-07-17T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"77.809-080\\\",\\\"state\\\":\\\"TO\\\",\\\"city\\\":\\\"Aragua\\\\u00edna\\\",\\\"ibge\\\":\\\"1702109\\\",\\\"district\\\":\\\"Setor Caraj\\\\u00e1\\\",\\\"street\\\":\\\"Avenida Guanabara\\\",\\\"number\\\":\\\"137\\\",\\\"complement\\\":\\\"y\\\\/2\\\",\\\"description\\\":\\\"Avenida Guanabara\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"28434-3\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"ADRIANO RIBEIRO\\\", \\\"agency\\\": \\\"1524\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"820.004.849-7\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"77.809-080\",\n                    \"state\": \"TO\",\n                    \"city\": \"Araguaína\",\n                    \"ibge\": \"1702109\",\n                    \"district\": \"Setor Carajá\",\n                    \"street\": \"Avenida Guanabara\",\n                    \"number\": \"137\",\n                    \"complement\": \"y/2\",\n                    \"description\": \"Avenida Guanabara\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"28434-3\",\n                \"bank\": \"104\",\n                \"name\": \"ADRIANO RIBEIRO\",\n                \"agency\": \"1524\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"820.004.849-7\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1294,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"irene04@franco.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(22) 2540-9451\",\n            \"chrName\": \"Rafael Branco\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"846.608.205-05\",\n            \"chrDocumentId\": \"4849971149700\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Motociclista no transporte\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-08-11T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"24.110-540\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Niter\\\\u00f3i\\\",\\\"ibge\\\":\\\"3303302\\\",\\\"district\\\":\\\"Engenhoca\\\",\\\"street\\\":\\\"Rua Coronel Le\\\\u00f4ncio\\\",\\\"number\\\":\\\"68\\\",\\\"complement\\\":\\\"g\\\\/19\\\",\\\"description\\\":\\\"Rua Coronel Le\\\\u00f4ncio\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"01002090-9\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"AGNALDO LUIS GUOLO\\\", \\\"agency\\\": \\\"1804\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"805.791.089-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"24.110-540\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Niterói\",\n                    \"ibge\": \"3303302\",\n                    \"district\": \"Engenhoca\",\n                    \"street\": \"Rua Coronel Leôncio\",\n                    \"number\": \"68\",\n                    \"complement\": \"g/19\",\n                    \"description\": \"Rua Coronel Leôncio\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"01002090-9\",\n                \"bank\": \"033\",\n                \"name\": \"AGNALDO LUIS GUOLO\",\n                \"agency\": \"1804\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"805.791.089-5\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1295,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"jcarmona@teles.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"e56ae986-9a5d-4a89-8621-2aed2612fd0a\",\n            \"chrMainPhone\": \"(28) 3710-8995\",\n            \"chrName\": \"Ashley Colaço\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"315.318.229-91\",\n            \"chrDocumentId\": \"5919361633902\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1960-10-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"52.081-534\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Vasco da Gama\\\",\\\"street\\\":\\\"3\\\\u00aa Travessa Cambori\\\\u00fa\\\",\\\"number\\\":\\\"183\\\",\\\"complement\\\":\\\"u\\\\/4\\\",\\\"description\\\":\\\"3\\\\u00aa Travessa Cambori\\\\u00fa\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"399\\\",\\\"agency\\\":\\\"0357\\\",\\\"acc\\\":\\\"03218-53\\\",\\\"operation\\\":null,\\\"name\\\":\\\"AGUINALDO JOAQUIM BARBOSA\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"514.898.139-3\\\",\\\"hasTransferFee\\\":false}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"52.081-534\",\n                    \"state\": \"PE\",\n                    \"city\": \"Recife\",\n                    \"ibge\": \"2611606\",\n                    \"district\": \"Vasco da Gama\",\n                    \"street\": \"3ª Travessa Camboriú\",\n                    \"number\": \"183\",\n                    \"complement\": \"u/4\",\n                    \"description\": \"3ª Travessa Camboriú\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"399\",\n                \"agency\": \"0357\",\n                \"acc\": \"03218-53\",\n                \"operation\": null,\n                \"name\": \"AGUINALDO JOAQUIM BARBOSA\",\n                \"docType\": \"CPF\",\n                \"document\": \"514.898.139-3\",\n                \"hasTransferFee\": false\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1298,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rodrigo.delatorre@padrao.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(69) 4046-8004\",\n            \"chrName\": \"Gabriela Fidalgo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"493.032.634-64\",\n            \"chrDocumentId\": \"4500754358673\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de caixa\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1963-05-07T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.205-060\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itapetininga\\\",\\\"ibge\\\":\\\"3522307\\\",\\\"district\\\":\\\"Vila Barth\\\",\\\"street\\\":\\\"Rua Doutor Pl\\\\u00ednio Ribeiro\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"s\\\\/11\\\",\\\"description\\\":\\\"Rua Doutor Pl\\\\u00ednio Ribeiro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"0695-5\\\",\\\"acc\\\":\\\"40759-3\\\",\\\"operation\\\":null,\\\"name\\\":\\\"AIRTON ANTOCHEVIS\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"498.014.149-8\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"18.205-060\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itapetininga\",\n                    \"ibge\": \"3522307\",\n                    \"district\": \"Vila Barth\",\n                    \"street\": \"Rua Doutor Plínio Ribeiro\",\n                    \"number\": \"81\",\n                    \"complement\": \"s/11\",\n                    \"description\": \"Rua Doutor Plínio Ribeiro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"001\",\n                \"agency\": \"0695-5\",\n                \"acc\": \"40759-3\",\n                \"operation\": null,\n                \"name\": \"AIRTON ANTOCHEVIS\",\n                \"docType\": \"CPF\",\n                \"document\": \"498.014.149-8\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1301,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"gil.simao@corona.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"3c2d204e-9e18-4ba4-bda1-393fb4db1902\",\n            \"chrMainPhone\": \"(43) 3698-8763\",\n            \"chrName\": \"Rafael Cruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"358.166.235-32\",\n            \"chrDocumentId\": \"6317416233449\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de conservação de vias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1984-08-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.040-150\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Taubat\\\\u00e9\\\",\\\"ibge\\\":\\\"3554102\\\",\\\"district\\\":\\\"Parque Senhor do Bonfim\\\",\\\"street\\\":\\\"Rua dos Pinheiros\\\",\\\"number\\\":\\\"134\\\",\\\"complement\\\":\\\"g\\\\/15\\\",\\\"description\\\":\\\"Rua dos Pinheiros\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"0040419-5\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"AJAN EDUARDO PEREIRA\\\", \\\"agency\\\": \\\"5749\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"046.671.209-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.040-150\",\n                    \"state\": \"SP\",\n                    \"city\": \"Taubaté\",\n                    \"ibge\": \"3554102\",\n                    \"district\": \"Parque Senhor do Bonfim\",\n                    \"street\": \"Rua dos Pinheiros\",\n                    \"number\": \"134\",\n                    \"complement\": \"g/15\",\n                    \"description\": \"Rua dos Pinheiros\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"0040419-5\",\n                \"bank\": \"237\",\n                \"name\": \"AJAN EDUARDO PEREIRA\",\n                \"agency\": \"5749\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"046.671.209-0\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1305,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"mdarosa@galhardo.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(89) 96913-8577\",\n            \"chrName\": \"Eduardo Molina\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"699.968.396-48\",\n            \"chrDocumentId\": \"0306455822383\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de caixa\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1942-09-15T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.933-450\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"S\\\\u00e3o Mateus\\\",\\\"ibge\\\":\\\"3204906\\\",\\\"district\\\":\\\"Universit\\\\u00e1rio\\\",\\\"street\\\":\\\"Rua Chile\\\",\\\"number\\\":\\\"191\\\",\\\"complement\\\":\\\"d\\\\/8\\\",\\\"description\\\":\\\"Rua Chile\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"58800-7\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ALBANO FERREIRA NASCIMENTO\\\", \\\"agency\\\": \\\"0932\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"065.319.708-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.933-450\",\n                    \"state\": \"ES\",\n                    \"city\": \"São Mateus\",\n                    \"ibge\": \"3204906\",\n                    \"district\": \"Universitário\",\n                    \"street\": \"Rua Chile\",\n                    \"number\": \"191\",\n                    \"complement\": \"d/8\",\n                    \"description\": \"Rua Chile\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"58800-7\",\n                \"bank\": \"341\",\n                \"name\": \"ALBANO FERREIRA NASCIMENTO\",\n                \"agency\": \"0932\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"065.319.708-0\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1311,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ana26@molina.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(77) 95455-6168\",\n            \"chrName\": \"Jorge Saraiva\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"913.761.893-80\",\n            \"chrDocumentId\": \"8438172759500\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1975-05-23T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"05.181-240\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jaragu\\\\u00e1\\\",\\\"street\\\":\\\"Rua Serran\\\\u00f3polis\\\",\\\"number\\\":\\\"162\\\",\\\"complement\\\":\\\"q\\\\/13\\\",\\\"description\\\":\\\"Rua Serran\\\\u00f3polis\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"22875-6\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"ALECSSANDRO JOSE BROERING\\\", \\\"agency\\\": \\\"1482\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"946.879.359-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"05.181-240\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jaraguá\",\n                    \"street\": \"Rua Serranópolis\",\n                    \"number\": \"162\",\n                    \"complement\": \"q/13\",\n                    \"description\": \"Rua Serranópolis\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"22875-6\",\n                \"bank\": \"104\",\n                \"name\": \"ALECSSANDRO JOSE BROERING\",\n                \"agency\": \"1482\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"946.879.359-1\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1314,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bpena@dominato.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"15bf060a-9372-4fc8-a00e-fd13c121f173\",\n            \"chrMainPhone\": \"(47) 2933-3671\",\n            \"chrName\": \"Abgail Pereira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"114.685.880-95\",\n            \"chrDocumentId\": \"1776612369604\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Açougueiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1963-06-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.712-100\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Cruzeiro\\\",\\\"ibge\\\":\\\"3513405\\\",\\\"district\\\":\\\"Jardim Primavera\\\",\\\"street\\\":\\\"Alameda das Magn\\\\u00f3lias\\\",\\\"number\\\":\\\"57\\\",\\\"complement\\\":\\\"j\\\\/17\\\",\\\"description\\\":\\\"Alameda das Magn\\\\u00f3lias\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"218702-7\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"Alexandre Jose Stival\\\", \\\"agency\\\": \\\"8004-7\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"580.694.539-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.712-100\",\n                    \"state\": \"SP\",\n                    \"city\": \"Cruzeiro\",\n                    \"ibge\": \"3513405\",\n                    \"district\": \"Jardim Primavera\",\n                    \"street\": \"Alameda das Magnólias\",\n                    \"number\": \"57\",\n                    \"complement\": \"j/17\",\n                    \"description\": \"Alameda das Magnólias\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"218702-7\",\n                \"bank\": \"001\",\n                \"name\": \"Alexandre Jose Stival\",\n                \"agency\": \"8004-7\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"580.694.539-1\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1315,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"leandro.dasilva@rosa.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(54) 2123-9813\",\n            \"chrName\": \"Jasmin das Neves\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"874.624.172-86\",\n            \"chrDocumentId\": \"1902303976872\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador agropecuário\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1984-07-10T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"27.281-347\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Volta Redonda\\\",\\\"ibge\\\":\\\"3306305\\\",\\\"district\\\":\\\"Bom Jesus\\\",\\\"street\\\":\\\"Avenida Waldir Sobreira Pires - de 2 a 812 - lado par\\\",\\\"number\\\":\\\"138\\\",\\\"complement\\\":\\\"w\\\\/4\\\",\\\"description\\\":\\\"Avenida Waldir Sobreira Pires - de 2 a 812 - lado par\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"01007000-9\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"ALEXANDRE LANZINI FERTONANI\\\", \\\"agency\\\": \\\"2102\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"043.509.139-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"27.281-347\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Volta Redonda\",\n                    \"ibge\": \"3306305\",\n                    \"district\": \"Bom Jesus\",\n                    \"street\": \"Avenida Waldir Sobreira Pires - de 2 a 812 - lado par\",\n                    \"number\": \"138\",\n                    \"complement\": \"w/4\",\n                    \"description\": \"Avenida Waldir Sobreira Pires - de 2 a 812 - lado par\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"01007000-9\",\n                \"bank\": \"033\",\n                \"name\": \"ALEXANDRE LANZINI FERTONANI\",\n                \"agency\": \"2102\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"043.509.139-5\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1316,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"antonio63@vasques.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(16) 91797-6567\",\n            \"chrName\": \"Isabella Serrano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"334.566.983-80\",\n            \"chrDocumentId\": \"7052433420272\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de telemarketing ativo e receptivo\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"2022-04-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.301-425\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Cachoeiro de Itapemirim\\\",\\\"ibge\\\":\\\"3201209\\\",\\\"district\\\":\\\"Vila Rica\\\",\\\"street\\\":\\\"Rua Braz Vivas\\\",\\\"number\\\":\\\"24\\\",\\\"complement\\\":\\\"s\\\\/6\\\",\\\"description\\\":\\\"Rua Braz Vivas\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"0650\\\",\\\"acc\\\":\\\"00207205-6\\\",\\\"operation\\\":\\\"013\\\",\\\"name\\\":\\\"ALEXANDRE MARCONDES JUNQUEIRA\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"045.359.929-0\\\",\\\"hasTransferFee\\\":false}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.301-425\",\n                    \"state\": \"ES\",\n                    \"city\": \"Cachoeiro de Itapemirim\",\n                    \"ibge\": \"3201209\",\n                    \"district\": \"Vila Rica\",\n                    \"street\": \"Rua Braz Vivas\",\n                    \"number\": \"24\",\n                    \"complement\": \"s/6\",\n                    \"description\": \"Rua Braz Vivas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"0650\",\n                \"acc\": \"00207205-6\",\n                \"operation\": \"013\",\n                \"name\": \"ALEXANDRE MARCONDES JUNQUEIRA\",\n                \"docType\": \"CPF\",\n                \"document\": \"045.359.929-0\",\n                \"hasTransferFee\": false\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1317,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"clara49@galhardo.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(27) 93673-8379\",\n            \"chrName\": \"Andres Paz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"974.131.947-91\",\n            \"chrDocumentId\": \"8781841648638\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1973-11-30T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.930-690\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"S\\\\u00e3o Mateus\\\",\\\"ibge\\\":\\\"3204906\\\",\\\"district\\\":\\\"Sernamby\\\",\\\"street\\\":\\\"Travessa Alfredo Cunha da Motta - lado par\\\",\\\"number\\\":\\\"119\\\",\\\"complement\\\":\\\"i\\\\/18\\\",\\\"description\\\":\\\"Travessa Alfredo Cunha da Motta - lado par\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"1\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"5136488-3\\\", \\\"bank\\\": \\\"077\\\", \\\"name\\\": \\\"ALEXANDRE OBERG PEREIRA DA CRUZ\\\", \\\"agency\\\": \\\"0001\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"017.555.829-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.930-690\",\n                    \"state\": \"ES\",\n                    \"city\": \"São Mateus\",\n                    \"ibge\": \"3204906\",\n                    \"district\": \"Sernamby\",\n                    \"street\": \"Travessa Alfredo Cunha da Motta - lado par\",\n                    \"number\": \"119\",\n                    \"complement\": \"i/18\",\n                    \"description\": \"Travessa Alfredo Cunha da Motta - lado par\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"1\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"5136488-3\",\n                \"bank\": \"077\",\n                \"name\": \"ALEXANDRE OBERG PEREIRA DA CRUZ\",\n                \"agency\": \"0001\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"017.555.829-9\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1322,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"dsanches@avila.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(16) 4714-9857\",\n            \"chrName\": \"Lucas Rangel\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"345.860.294-12\",\n            \"chrDocumentId\": \"5791516099825\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Armazenista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1961-09-05T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"09.170-160\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santo Andr\\\\u00e9\\\",\\\"ibge\\\":\\\"3547809\\\",\\\"district\\\":\\\"Jardim Vila Rica\\\",\\\"street\\\":\\\"Rua Oliveira Rolim\\\",\\\"number\\\":\\\"142\\\",\\\"complement\\\":\\\"n\\\\/15\\\",\\\"description\\\":\\\"Rua Oliveira Rolim\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"01000055-6\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"ALFREDO JOSE GONÇALVES DE ARAUJO FILHO\\\", \\\"agency\\\": \\\"3945\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"704.279.767-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"09.170-160\",\n                    \"state\": \"SP\",\n                    \"city\": \"Santo André\",\n                    \"ibge\": \"3547809\",\n                    \"district\": \"Jardim Vila Rica\",\n                    \"street\": \"Rua Oliveira Rolim\",\n                    \"number\": \"142\",\n                    \"complement\": \"n/15\",\n                    \"description\": \"Rua Oliveira Rolim\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"01000055-6\",\n                \"bank\": \"033\",\n                \"name\": \"ALFREDO JOSE GONÇALVES DE ARAUJO FILHO\",\n                \"agency\": \"3945\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"704.279.767-1\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1325,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"gabriel.ferminiano@carrara.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(31) 94250-7878\",\n            \"chrName\": \"Everton Salas\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"999.463.815-75\",\n            \"chrDocumentId\": \"7621676901488\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Servente de obras\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-10-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"09.185-610\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santo Andr\\\\u00e9\\\",\\\"ibge\\\":\\\"3547809\\\",\\\"district\\\":\\\"Jardim Pilar\\\",\\\"street\\\":\\\"Rua Caiubi\\\",\\\"number\\\":\\\"24\\\",\\\"complement\\\":\\\"x\\\\/18\\\",\\\"description\\\":\\\"Rua Caiubi\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"03481280\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"ALICIANE TORTATO\\\", \\\"agency\\\": \\\"0049\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"074.875.647-7\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"09.185-610\",\n                    \"state\": \"SP\",\n                    \"city\": \"Santo André\",\n                    \"ibge\": \"3547809\",\n                    \"district\": \"Jardim Pilar\",\n                    \"street\": \"Rua Caiubi\",\n                    \"number\": \"24\",\n                    \"complement\": \"x/18\",\n                    \"description\": \"Rua Caiubi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"03481280\",\n                \"bank\": \"237\",\n                \"name\": \"ALICIANE TORTATO\",\n                \"agency\": \"0049\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"074.875.647-7\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1329,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"xdias@medina.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(63) 94859-7633\",\n            \"chrName\": \"Benjamin Faro\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"988.312.203-90\",\n            \"chrDocumentId\": \"9413947410240\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Ajudante de motorista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-10-14T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.257-213\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itatiba\\\",\\\"ibge\\\":\\\"3523404\\\",\\\"district\\\":\\\"Novo Cruzeiro\\\",\\\"street\\\":\\\"Rua Jer\\\\u00f4nimo Franco\\\",\\\"number\\\":\\\"109\\\",\\\"complement\\\":\\\"k\\\\/2\\\",\\\"description\\\":\\\"Rua Jer\\\\u00f4nimo Franco\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"180086-8\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"Alisson Guerchewski\\\", \\\"agency\\\": \\\"1886\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"026.746.959-4\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"13.257-213\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itatiba\",\n                    \"ibge\": \"3523404\",\n                    \"district\": \"Novo Cruzeiro\",\n                    \"street\": \"Rua Jerônimo Franco\",\n                    \"number\": \"109\",\n                    \"complement\": \"k/2\",\n                    \"description\": \"Rua Jerônimo Franco\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"180086-8\",\n                \"bank\": \"237\",\n                \"name\": \"Alisson Guerchewski\",\n                \"agency\": \"1886\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"026.746.959-4\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1335,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"furtado.renata@cordeiro.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(22) 96802-0858\",\n            \"chrName\": \"Sebastião Fontes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"697.139.745-22\",\n            \"chrDocumentId\": \"7687701142287\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor em comércio atacadista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1955-06-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.315-350\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Vila Alvorada\\\",\\\"street\\\":\\\"Avenida dos Alpes\\\",\\\"number\\\":\\\"46\\\",\\\"complement\\\":\\\"q\\\\/8\\\",\\\"description\\\":\\\"Avenida dos Alpes\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"74.315-350\",\n                    \"state\": \"GO\",\n                    \"city\": \"Goiânia\",\n                    \"ibge\": \"5208707\",\n                    \"district\": \"Vila Alvorada\",\n                    \"street\": \"Avenida dos Alpes\",\n                    \"number\": \"46\",\n                    \"complement\": \"q/8\",\n                    \"description\": \"Avenida dos Alpes\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1338,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"paulina88@ramires.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"c89ed4ea-629d-467e-899b-a8c781c21c7f\",\n            \"chrMainPhone\": \"(51) 94298-3557\",\n            \"chrName\": \"Constância Santacruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"472.222.190-13\",\n            \"chrDocumentId\": \"1511964096491\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Garçom\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1949-09-11T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"66.080-055\\\",\\\"state\\\":\\\"PA\\\",\\\"city\\\":\\\"Bel\\\\u00e9m\\\",\\\"ibge\\\":\\\"1501402\\\",\\\"district\\\":\\\"Pedreira\\\",\\\"street\\\":\\\"Conjunto Bar\\\\u00e3o do Triunfo\\\",\\\"number\\\":\\\"66\\\",\\\"complement\\\":\\\"m\\\\/6\\\",\\\"description\\\":\\\"Conjunto Bar\\\\u00e3o do Triunfo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"1286\\\",\\\"acc\\\":\\\"0010001302-9\\\",\\\"operation\\\":null,\\\"name\\\":\\\"Alvaro Tadeu Adamo\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"641.726.868-3\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"66.080-055\",\n                    \"state\": \"PA\",\n                    \"city\": \"Belém\",\n                    \"ibge\": \"1501402\",\n                    \"district\": \"Pedreira\",\n                    \"street\": \"Conjunto Barão do Triunfo\",\n                    \"number\": \"66\",\n                    \"complement\": \"m/6\",\n                    \"description\": \"Conjunto Barão do Triunfo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"1286\",\n                \"acc\": \"0010001302-9\",\n                \"operation\": null,\n                \"name\": \"Alvaro Tadeu Adamo\",\n                \"docType\": \"CPF\",\n                \"document\": \"641.726.868-3\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1339,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"helena08@maldonado.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(65) 93025-5562\",\n            \"chrName\": \"Daniela Medina\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"572.801.055-56\",\n            \"chrDocumentId\": \"9462091461901\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Professor nível médio na educação infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-08-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"28.083-820\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Campos dos Goytacazes\\\",\\\"ibge\\\":\\\"3301009\\\",\\\"district\\\":\\\"Parque C\\\\u00e9u Azul\\\",\\\"street\\\":\\\"Rua N\\\",\\\"number\\\":\\\"133\\\",\\\"complement\\\":\\\"k\\\\/8\\\",\\\"description\\\":\\\"Rua N\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"11437-2\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ALYSSON BITTENCOURT\\\", \\\"agency\\\": \\\"7764\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"018.994.929-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"28.083-820\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Campos dos Goytacazes\",\n                    \"ibge\": \"3301009\",\n                    \"district\": \"Parque Céu Azul\",\n                    \"street\": \"Rua N\",\n                    \"number\": \"133\",\n                    \"complement\": \"k/8\",\n                    \"description\": \"Rua N\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"11437-2\",\n                \"bank\": \"341\",\n                \"name\": \"ALYSSON BITTENCOURT\",\n                \"agency\": \"7764\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"018.994.929-5\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1340,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"afaria@godoi.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(37) 96720-1235\",\n            \"chrName\": \"Sebastião Assunção\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"432.245.836-06\",\n            \"chrDocumentId\": \"4417442957715\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Garçom\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1967-02-15T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"70.675-623\\\",\\\"state\\\":\\\"DF\\\",\\\"city\\\":\\\"Cruzeiro\\\",\\\"ibge\\\":\\\"5300108\\\",\\\"district\\\":\\\"Setor Sudoeste\\\",\\\"street\\\":\\\"QRSW 6 Bloco B-3\\\",\\\"number\\\":\\\"77\\\",\\\"complement\\\":\\\"d\\\\/11\\\",\\\"description\\\":\\\"QRSW 6 Bloco B-3\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"341\\\",\\\"agency\\\":\\\"3835\\\",\\\"acc\\\":\\\"59943-6\\\",\\\"operation\\\":null,\\\"name\\\":\\\"AMALIA CRISTINA PYZYBYSLISKI CORTABITARTE\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"709.264.099-7\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"70.675-623\",\n                    \"state\": \"DF\",\n                    \"city\": \"Cruzeiro\",\n                    \"ibge\": \"5300108\",\n                    \"district\": \"Setor Sudoeste\",\n                    \"street\": \"QRSW 6 Bloco B-3\",\n                    \"number\": \"77\",\n                    \"complement\": \"d/11\",\n                    \"description\": \"QRSW 6 Bloco B-3\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"341\",\n                \"agency\": \"3835\",\n                \"acc\": \"59943-6\",\n                \"operation\": null,\n                \"name\": \"AMALIA CRISTINA PYZYBYSLISKI CORTABITARTE\",\n                \"docType\": \"CPF\",\n                \"document\": \"709.264.099-7\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1351,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"saraiva.leandro@queiros.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(68) 3363-8586\",\n            \"chrName\": \"Ian Lozano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"437.377.529-07\",\n            \"chrDocumentId\": \"2062218049488\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador agropecuário\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1982-07-21T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"38.411-056\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Uberl\\\\u00e2ndia\\\",\\\"ibge\\\":\\\"3170206\\\",\\\"district\\\":\\\"Copacabana\\\",\\\"street\\\":\\\"Rua Caravelas\\\",\\\"number\\\":\\\"166\\\",\\\"complement\\\":\\\"r\\\\/20\\\",\\\"description\\\":\\\"Rua Caravelas\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"720593-7\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"Ana Claudia Franci Camargo\\\", \\\"agency\\\": \\\"4444\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"038.779.109-4\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"38.411-056\",\n                    \"state\": \"MG\",\n                    \"city\": \"Uberlândia\",\n                    \"ibge\": \"3170206\",\n                    \"district\": \"Copacabana\",\n                    \"street\": \"Rua Caravelas\",\n                    \"number\": \"166\",\n                    \"complement\": \"r/20\",\n                    \"description\": \"Rua Caravelas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"720593-7\",\n                \"bank\": \"001\",\n                \"name\": \"Ana Claudia Franci Camargo\",\n                \"agency\": \"4444\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"038.779.109-4\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1357,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"vila.mario@rodrigues.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(51) 3813-1550\",\n            \"chrName\": \"Inácio Bonilha\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"299.694.768-15\",\n            \"chrDocumentId\": \"7721117321906\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1951-05-30T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"36.771-552\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Cataguases\\\",\\\"ibge\\\":\\\"3115300\\\",\\\"district\\\":\\\"Taquara Preta\\\",\\\"street\\\":\\\"Rua Maria Alcina\\\",\\\"number\\\":\\\"199\\\",\\\"complement\\\":\\\"y\\\\/9\\\",\\\"description\\\":\\\"Rua Maria Alcina\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"377197-0\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"ANA MARIA LAO\\\", \\\"agency\\\": \\\"0009-4\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"poupanca\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"859.793.339-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"36.771-552\",\n                    \"state\": \"MG\",\n                    \"city\": \"Cataguases\",\n                    \"ibge\": \"3115300\",\n                    \"district\": \"Taquara Preta\",\n                    \"street\": \"Rua Maria Alcina\",\n                    \"number\": \"199\",\n                    \"complement\": \"y/9\",\n                    \"description\": \"Rua Maria Alcina\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"377197-0\",\n                \"bank\": \"001\",\n                \"name\": \"ANA MARIA LAO\",\n                \"agency\": \"0009-4\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"poupanca\",\n                \"docType\": \"PF\",\n                \"document\": \"859.793.339-9\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1359,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"jcorreia@vasques.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(69) 97828-4548\",\n            \"chrName\": \"Giovana Paz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"545.420.891-42\",\n            \"chrDocumentId\": \"0058630711784\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-10-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"79.081-050\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Vila Piratininga\\\",\\\"street\\\":\\\"Rua Nove de Julho - de 1391\\\\/1392 ao fim\\\",\\\"number\\\":\\\"100\\\",\\\"complement\\\":\\\"j\\\\/8\\\",\\\"description\\\":\\\"Rua Nove de Julho - de 1391\\\\/1392 ao fim\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"10096-2\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ANA MARIA ZACHAROW DA SILVA\\\", \\\"agency\\\": \\\"3834\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"165.740.879-5\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"79.081-050\",\n                    \"state\": \"MS\",\n                    \"city\": \"Campo Grande\",\n                    \"ibge\": \"5002704\",\n                    \"district\": \"Vila Piratininga\",\n                    \"street\": \"Rua Nove de Julho - de 1391/1392 ao fim\",\n                    \"number\": \"100\",\n                    \"complement\": \"j/8\",\n                    \"description\": \"Rua Nove de Julho - de 1391/1392 ao fim\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"10096-2\",\n                \"bank\": \"341\",\n                \"name\": \"ANA MARIA ZACHAROW DA SILVA\",\n                \"agency\": \"3834\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"165.740.879-5\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1375,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"lserra@campos.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(38) 3784-1199\",\n            \"chrName\": \"Jácomo Balestero\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"370.755.941-68\",\n            \"chrDocumentId\": \"9849381639975\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Varredor de rua\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1987-11-02T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"30.666-540\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"Independ\\\\u00eancia\\\",\\\"street\\\":\\\"Rua Fonte de \\\\u00c1guas\\\",\\\"number\\\":\\\"11\\\",\\\"complement\\\":\\\"w\\\\/7\\\",\\\"description\\\":\\\"Rua Fonte de \\\\u00c1guas\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"1\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"08327-0\\\", \\\"bank\\\": \\\"341\\\", \\\"name\\\": \\\"ANDRE LUIS DA SILVA NAZARKO\\\", \\\"agency\\\": \\\"9190\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"058.899.999-7\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"30.666-540\",\n                    \"state\": \"MG\",\n                    \"city\": \"Belo Horizonte\",\n                    \"ibge\": \"3106200\",\n                    \"district\": \"Independência\",\n                    \"street\": \"Rua Fonte de Águas\",\n                    \"number\": \"11\",\n                    \"complement\": \"w/7\",\n                    \"description\": \"Rua Fonte de Águas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"1\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"08327-0\",\n                \"bank\": \"341\",\n                \"name\": \"ANDRE LUIS DA SILVA NAZARKO\",\n                \"agency\": \"9190\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"058.899.999-7\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1377,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"luara08@bezerra.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(86) 95305-2824\",\n            \"chrName\": \"Ivan Correia\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"322.009.186-58\",\n            \"chrDocumentId\": \"1235837016970\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Embalador\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-03-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"22.790-090\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Rio de Janeiro\\\",\\\"ibge\\\":\\\"3304557\\\",\\\"district\\\":\\\"Recreio dos Bandeirantes\\\",\\\"street\\\":\\\"Rua Zeferino de Faria\\\",\\\"number\\\":\\\"178\\\",\\\"complement\\\":\\\"w\\\\/19\\\",\\\"description\\\":\\\"Rua Zeferino de Faria\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"00100027425-2\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"Andre Martins\\\", \\\"agency\\\": \\\"0376\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"025.760.229-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"22.790-090\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Rio de Janeiro\",\n                    \"ibge\": \"3304557\",\n                    \"district\": \"Recreio dos Bandeirantes\",\n                    \"street\": \"Rua Zeferino de Faria\",\n                    \"number\": \"178\",\n                    \"complement\": \"w/19\",\n                    \"description\": \"Rua Zeferino de Faria\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"00100027425-2\",\n                \"bank\": \"104\",\n                \"name\": \"Andre Martins\",\n                \"agency\": \"0376\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"025.760.229-1\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1379,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"michele52@ferreira.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3880-5990\",\n            \"chrName\": \"Fabiana Marinho\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"717.941.905-20\",\n            \"chrDocumentId\": \"3801554814662\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1951-11-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"72.876-140\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Valpara\\\\u00edso de Goi\\\\u00e1s\\\",\\\"ibge\\\":\\\"5221858\\\",\\\"district\\\":\\\"Valparaiso I - Etapa B\\\",\\\"street\\\":\\\"Quadra 40\\\",\\\"number\\\":\\\"122\\\",\\\"complement\\\":\\\"n\\\\/5\\\",\\\"description\\\":\\\"Quadra 40\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"00136727\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"Andre Orchel\\\", \\\"agency\\\": \\\"5904-8\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"068.504.219-7\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"72.876-140\",\n                    \"state\": \"GO\",\n                    \"city\": \"Valparaíso de Goiás\",\n                    \"ibge\": \"5221858\",\n                    \"district\": \"Valparaiso I - Etapa B\",\n                    \"street\": \"Quadra 40\",\n                    \"number\": \"122\",\n                    \"complement\": \"n/5\",\n                    \"description\": \"Quadra 40\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"00136727\",\n                \"bank\": \"237\",\n                \"name\": \"Andre Orchel\",\n                \"agency\": \"5904-8\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"068.504.219-7\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1380,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"zteles@perez.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 2089-9531\",\n            \"chrName\": \"Paula Prado\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"712.259.721-08\",\n            \"chrDocumentId\": \"2661305356081\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-11-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"06.033-090\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Osasco\\\",\\\"ibge\\\":\\\"3534401\\\",\\\"district\\\":\\\"Jardim D'Abril\\\",\\\"street\\\":\\\"Rua Jap\\\\u00e3o\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"y\\\\/14\\\",\\\"description\\\":\\\"Rua Jap\\\\u00e3o\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"1524\\\",\\\"acc\\\":\\\"00038956-4\\\",\\\"operation\\\":\\\"013\\\",\\\"name\\\":\\\"ANDRE ROBERTO RIBEIRO\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"611.755.369-2\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"06.033-090\",\n                    \"state\": \"SP\",\n                    \"city\": \"Osasco\",\n                    \"ibge\": \"3534401\",\n                    \"district\": \"Jardim D'Abril\",\n                    \"street\": \"Rua Japão\",\n                    \"number\": \"52\",\n                    \"complement\": \"y/14\",\n                    \"description\": \"Rua Japão\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"1524\",\n                \"acc\": \"00038956-4\",\n                \"operation\": \"013\",\n                \"name\": \"ANDRE ROBERTO RIBEIRO\",\n                \"docType\": \"CPF\",\n                \"document\": \"611.755.369-2\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1381,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"salgado.alan@furtado.net\",\n            \"chrPass\": null,\n            \"chrToken\": \"da2fdf0e-a291-4a94-a15c-ea9bdd13098f\",\n            \"chrMainPhone\": \"(64) 4069-5780\",\n            \"chrName\": \"Josué Colaço\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"262.070.547-92\",\n            \"chrDocumentId\": \"4998225283607\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de conservação de vias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-09-21T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.066-380\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Vit\\\\u00f3ria\\\",\\\"ibge\\\":\\\"3205309\\\",\\\"district\\\":\\\"Mata da Praia\\\",\\\"street\\\":\\\"Avenida Fernando Ferrari\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"k\\\\/8\\\",\\\"description\\\":\\\"Avenida Fernando Ferrari\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"00022731-3\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"ANDRE SCHIMANKO\\\", \\\"agency\\\": \\\"2937\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"986.182.539-8\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.066-380\",\n                    \"state\": \"ES\",\n                    \"city\": \"Vitória\",\n                    \"ibge\": \"3205309\",\n                    \"district\": \"Mata da Praia\",\n                    \"street\": \"Avenida Fernando Ferrari\",\n                    \"number\": \"52\",\n                    \"complement\": \"k/8\",\n                    \"description\": \"Avenida Fernando Ferrari\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"00022731-3\",\n                \"bank\": \"104\",\n                \"name\": \"ANDRE SCHIMANKO\",\n                \"agency\": \"2937\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"986.182.539-8\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1382,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rodrigo.marques@rivera.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(79) 3294-9301\",\n            \"chrName\": \"Josué Queirós\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"205.014.551-91\",\n            \"chrDocumentId\": \"8848435884973\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de lojas e mercados\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1972-07-05T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"26.333-010\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Queimados\\\",\\\"ibge\\\":\\\"3304144\\\",\\\"district\\\":\\\"Austin\\\",\\\"street\\\":\\\"Rua Regina Maia\\\",\\\"number\\\":\\\"26\\\",\\\"complement\\\":\\\"h\\\\/6\\\",\\\"description\\\":\\\"Rua Regina Maia\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"15536-5\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"Andrea Dantas Santos\\\", \\\"agency\\\": \\\"7416-0\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"561.890.522-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"26.333-010\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Queimados\",\n                    \"ibge\": \"3304144\",\n                    \"district\": \"Austin\",\n                    \"street\": \"Rua Regina Maia\",\n                    \"number\": \"26\",\n                    \"complement\": \"h/6\",\n                    \"description\": \"Rua Regina Maia\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"15536-5\",\n                \"bank\": \"001\",\n                \"name\": \"Andrea Dantas Santos\",\n                \"agency\": \"7416-0\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"561.890.522-1\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1383,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"spacheco@vasques.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(24) 99710-3803\",\n            \"chrName\": \"Melissa Madeira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"927.224.002-60\",\n            \"chrDocumentId\": \"2294167674537\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1975-11-14T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"63.101-210\\\",\\\"state\\\":\\\"CE\\\",\\\"city\\\":\\\"Crato\\\",\\\"ibge\\\":\\\"2304202\\\",\\\"district\\\":\\\"Santa Luzia\\\",\\\"street\\\":\\\"Travessa Vicente Tavares Bezerra\\\",\\\"number\\\":\\\"168\\\",\\\"complement\\\":\\\"t\\\\/1\\\",\\\"description\\\":\\\"Travessa Vicente Tavares Bezerra\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"122767-0\\\", \\\"bank\\\": \\\"001\\\", \\\"name\\\": \\\"ANDREA GIANINI\\\", \\\"agency\\\": \\\"1869-4\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"026.240.939-9\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": false}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"63.101-210\",\n                    \"state\": \"CE\",\n                    \"city\": \"Crato\",\n                    \"ibge\": \"2304202\",\n                    \"district\": \"Santa Luzia\",\n                    \"street\": \"Travessa Vicente Tavares Bezerra\",\n                    \"number\": \"168\",\n                    \"complement\": \"t/1\",\n                    \"description\": \"Travessa Vicente Tavares Bezerra\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"122767-0\",\n                \"bank\": \"001\",\n                \"name\": \"ANDREA GIANINI\",\n                \"agency\": \"1869-4\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"026.240.939-9\",\n                \"operation\": null,\n                \"hasTransferFee\": false\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1388,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"agustina41@pena.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(43) 92471-9171\",\n            \"chrName\": \"Evandro Burgos\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"875.839.645-47\",\n            \"chrDocumentId\": \"3243387418976\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Garçom\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1976-02-28T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"31.780-560\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"Marize\\\",\\\"street\\\":\\\"Rua Tr\\\\u00eas\\\",\\\"number\\\":\\\"97\\\",\\\"complement\\\":\\\"v\\\\/15\\\",\\\"description\\\":\\\"Rua Tr\\\\u00eas\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"31541-9\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"ANDREA SILVA SOUZA\\\", \\\"agency\\\": \\\"5758-4\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"021.187.079-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"31.780-560\",\n                    \"state\": \"MG\",\n                    \"city\": \"Belo Horizonte\",\n                    \"ibge\": \"3106200\",\n                    \"district\": \"Marize\",\n                    \"street\": \"Rua Três\",\n                    \"number\": \"97\",\n                    \"complement\": \"v/15\",\n                    \"description\": \"Rua Três\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"31541-9\",\n                \"bank\": \"237\",\n                \"name\": \"ANDREA SILVA SOUZA\",\n                \"agency\": \"5758-4\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"021.187.079-0\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1391,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"xrodrigues@pereira.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(33) 95473-4984\",\n            \"chrName\": \"Horácio Burgos\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"989.591.048-76\",\n            \"chrDocumentId\": \"0469851880517\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-02-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"79.044-121\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Vivendas do Parque\\\",\\\"street\\\":\\\"Rua Jo\\\\u00e3o Batista Cardoso\\\",\\\"number\\\":\\\"180\\\",\\\"complement\\\":\\\"z\\\\/19\\\",\\\"description\\\":\\\"Rua Jo\\\\u00e3o Batista Cardoso\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"00017040-2\\\", \\\"bank\\\": \\\"104\\\", \\\"name\\\": \\\"ANDREIA RIBEIRO DE OLIVEIRA DOS SANTOS\\\", \\\"agency\\\": \\\"3397\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"poupanca\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"011.472.249-8\\\", \\\"operation\\\": \\\"13\\\", \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"79.044-121\",\n                    \"state\": \"MS\",\n                    \"city\": \"Campo Grande\",\n                    \"ibge\": \"5002704\",\n                    \"district\": \"Vivendas do Parque\",\n                    \"street\": \"Rua João Batista Cardoso\",\n                    \"number\": \"180\",\n                    \"complement\": \"z/19\",\n                    \"description\": \"Rua João Batista Cardoso\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"00017040-2\",\n                \"bank\": \"104\",\n                \"name\": \"ANDREIA RIBEIRO DE OLIVEIRA DOS SANTOS\",\n                \"agency\": \"3397\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"poupanca\",\n                \"docType\": \"PF\",\n                \"document\": \"011.472.249-8\",\n                \"operation\": \"13\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1394,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"colaco.madalena@aguiar.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(32) 91068-8625\",\n            \"chrName\": \"Pablo Perez\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"362.656.877-60\",\n            \"chrDocumentId\": \"8747886288320\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-03-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.070-580\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Sorocaba\\\",\\\"ibge\\\":\\\"3552205\\\",\\\"district\\\":\\\"Vila Nicanor Marques\\\",\\\"street\\\":\\\"Rua Professora Guiomar Ribeiro Novaes\\\",\\\"number\\\":\\\"183\\\",\\\"complement\\\":\\\"r\\\\/1\\\",\\\"description\\\":\\\"Rua Professora Guiomar Ribeiro Novaes\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"18464-0\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"ANDRESSA PASSAURA LUCHEZI\\\", \\\"agency\\\": \\\"3220-4\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"021.187.399-3\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"18.070-580\",\n                    \"state\": \"SP\",\n                    \"city\": \"Sorocaba\",\n                    \"ibge\": \"3552205\",\n                    \"district\": \"Vila Nicanor Marques\",\n                    \"street\": \"Rua Professora Guiomar Ribeiro Novaes\",\n                    \"number\": \"183\",\n                    \"complement\": \"r/1\",\n                    \"description\": \"Rua Professora Guiomar Ribeiro Novaes\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"18464-0\",\n                \"bank\": \"237\",\n                \"name\": \"ANDRESSA PASSAURA LUCHEZI\",\n                \"agency\": \"3220-4\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"021.187.399-3\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1397,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 4,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"galvao.alessandra@colaco.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"36ec013f-6b97-4496-bceb-3c60d91031c7\",\n            \"chrMainPhone\": \"(15) 4787-9837\",\n            \"chrName\": \"Allison Paz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"105.758.804-06\",\n            \"chrDocumentId\": \"2054376819978\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1944-04-27T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"96.095-250\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Pelotas\\\",\\\"ibge\\\":\\\"4314407\\\",\\\"district\\\":\\\"Laranjal\\\",\\\"street\\\":\\\"Rua Sobradinho\\\",\\\"number\\\":\\\"200\\\",\\\"complement\\\":\\\"x\\\\/2\\\",\\\"description\\\":\\\"Rua Sobradinho\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"104\\\",\\\"agency\\\":\\\"1524\\\",\\\"acc\\\":\\\"0130040894-1\\\",\\\"operation\\\":null,\\\"name\\\":\\\"Anezio Sanches\\\",\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":\\\"044.660.209-4\\\",\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"96.095-250\",\n                    \"state\": \"RS\",\n                    \"city\": \"Pelotas\",\n                    \"ibge\": \"4314407\",\n                    \"district\": \"Laranjal\",\n                    \"street\": \"Rua Sobradinho\",\n                    \"number\": \"200\",\n                    \"complement\": \"x/2\",\n                    \"description\": \"Rua Sobradinho\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": false,\n                \"reterIRRF\": false,\n                \"reterINSS\": false,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"104\",\n                \"agency\": \"1524\",\n                \"acc\": \"0130040894-1\",\n                \"operation\": null,\n                \"name\": \"Anezio Sanches\",\n                \"docType\": \"CPF\",\n                \"document\": \"044.660.209-4\",\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1402,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ypaz@queiros.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3603-7490\",\n            \"chrName\": \"Tábata da Rosa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"886.720.445-92\",\n            \"chrDocumentId\": \"8644979207258\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Frentista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-08-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.423-480\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Pindamonhangaba\\\",\\\"ibge\\\":\\\"3538006\\\",\\\"district\\\":\\\"Conjunto Residencial Araretama\\\",\\\"street\\\":\\\"Rua Tenente Jos\\\\u00e9 Lopes de Medeiros\\\",\\\"number\\\":\\\"172\\\",\\\"complement\\\":\\\"v\\\\/11\\\",\\\"description\\\":\\\"Rua Tenente Jos\\\\u00e9 Lopes de Medeiros\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"01015668-3\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"Anisio Romanini\\\", \\\"agency\\\": \\\"1467\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"101.772.569-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.423-480\",\n                    \"state\": \"SP\",\n                    \"city\": \"Pindamonhangaba\",\n                    \"ibge\": \"3538006\",\n                    \"district\": \"Conjunto Residencial Araretama\",\n                    \"street\": \"Rua Tenente José Lopes de Medeiros\",\n                    \"number\": \"172\",\n                    \"complement\": \"v/11\",\n                    \"description\": \"Rua Tenente José Lopes de Medeiros\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"01015668-3\",\n                \"bank\": \"033\",\n                \"name\": \"Anisio Romanini\",\n                \"agency\": \"1467\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"101.772.569-1\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/owner/list?page=1\",\n    \"from\": 1,\n    \"last_page\": 23,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/owner/list?page=23\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/owner/list?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/report/owner/list\",\n    \"per_page\": 50,\n    \"prev_page_url\": null,\n    \"to\": 50,\n    \"total\": 1148\n}"}],"_postman_id":"f0ef8fb8-ca5c-4119-99c8-b19b65f75ede"},{"name":"Envio de Nota Fiscal","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{},"requests":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{},"requests":{}}}],"id":"31582590-5699-4cae-acab-60c459ac2289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"id","value":"1","type":"text","uuid":"805d772c-5b31-4fda-abf0-0297d9823e4b"},{"key":"file","type":"file","uuid":"099c6a70-aa55-46e3-895f-74d063c2305a","src":"/C:/Users/Diego Gomiero/OneDrive/Desktop/nfe.pdf"},{"key":"dteEmited","value":"2025-12-12","type":"text","uuid":"2312f457-015c-4b4e-891a-1af63333e5c5"},{"key":"retention","value":"12","type":"text","uuid":"bb719c59-e3fe-48f3-b865-1190055e8e31"},{"key":"value","value":"100","type":"text","uuid":"391c2232-3269-47ef-abae-0fac1250baed"},{"key":"number","value":"998","type":"text","uuid":"1d3af3be-3c04-40c3-bea4-b6649641e227"}]},"url":"https://sandbox.properfy.com.br/api/property/invoice/create-single","urlObject":{"path":["invoice","create-single"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"90a92d43-a30c-471a-a4bf-1a50e6d1e5dc","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filter\":\"\",\r\n    \"chrStatus\":[],\r\n    \"chrFinancialStatus\":[],\r\n    \"chrFsStatus\":[\"PENDING_CHARGE_CREATION\",\"PENDING_REMITTANCE\",\"PENDING_RETURN\",\"REGISTERED\",\"RETAINED_DELAYED\",\"RETAINED_STATUS\"],\r\n    \"chrChargeMethod\":[],\r\n    \"fkInsuranceCompany\":0,\r\n    \"chrInsurance\":[],\r\n    \"dteDue\":[\"2023-10-01T03:00:00.000Z\",\"2023-10-31T03:00:00.000Z\"],\r\n    \"dteSolved\":[],\r\n    \"chrAssurance\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 13 Nov 2024 21:26:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"dteReference\": \"Novembro de 2024\",\n            \"dteDue\": \"18/11/2024\",\n            \"chrStatus\": \"PENDING_REMITTANCE\",\n            \"statusFs\": \"Aguardando Remessa\",\n            \"dcmAmount\": 6710.29,\n            \"fkContract\": 2313,\n            \"fsId\": 69230,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ST00001/02\",\n            \"renterEmail\": \"christian.vega@zaragoca.net\",\n            \"renterName\": \"Aaron Feliciano\",\n            \"renterPhone\": \"(34) 97607-8430\",\n            \"bankSlip\": \"FS-GFNYSQKG-20241118.pdf\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1338.55,\n            \"fkContract\": 2315,\n            \"fsId\": 69254,\n            \"status\": \"Em Desocupação\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ABU-279453/03\",\n            \"renterEmail\": \"demian.franco@duarte.com.br\",\n            \"renterName\": \"Abgail Escobar\",\n            \"renterPhone\": \"(11) 93785-0642\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1882.55,\n            \"fkContract\": 2295,\n            \"fsId\": 69262,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"BT00001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"07/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2120,\n            \"fkContract\": 2311,\n            \"fsId\": 69258,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"FTX00001/01\",\n            \"renterEmail\": \"franco.evandro@vieira.net.br\",\n            \"renterName\": \"Abgail Burgos\",\n            \"renterPhone\": \"(84) 93086-9019\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2000,\n            \"fkContract\": 2293,\n            \"fsId\": 69260,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Sinistro\",\n            \"chrIdentifier\": \"GD01/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1377.55,\n            \"fkContract\": 2301,\n            \"fsId\": 69264,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"KC00001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"11/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 24.55,\n            \"fkContract\": 2302,\n            \"fsId\": 69266,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"MG0001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2290.55,\n            \"fkContract\": 2313,\n            \"fsId\": 69228,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ST00001/02\",\n            \"renterEmail\": \"christian.vega@zaragoca.net\",\n            \"renterName\": \"Aaron Feliciano\",\n            \"renterPhone\": \"(34) 97607-8430\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"08/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2260,\n            \"fkContract\": 2305,\n            \"fsId\": 69268,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"TESTE/01\",\n            \"renterEmail\": \"ketlin87@soto.com\",\n            \"renterName\": \"Bruno Branco\",\n            \"renterPhone\": \"(45) 92389-4396\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1300.16,\n            \"fkContract\": 992,\n            \"fsId\": 69189,\n            \"status\": \"Em Desocupação\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZBK-341674/01\",\n            \"renterEmail\": \"usepulveda@rico.com\",\n            \"renterName\": \"Paulo Rocha\",\n            \"renterPhone\": \"(99) 3409-5523\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 928.15,\n            \"fkContract\": 1702,\n            \"fsId\": 69236,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZXB-027854/02\",\n            \"renterEmail\": \"manuel68@matias.net.br\",\n            \"renterName\": \"Júlia Solano\",\n            \"renterPhone\": \"(89) 90409-0679\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2300.8,\n            \"fkContract\": 2013,\n            \"fsId\": 69205,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Sinistro\",\n            \"chrIdentifier\": \"ZYK-074803/02\",\n            \"renterEmail\": \"bgrego@delgado.com\",\n            \"renterName\": \"Júlia Carmona\",\n            \"renterPhone\": \"(46) 99538-8328\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"04/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 3438.23,\n            \"fkContract\": 383,\n            \"fsId\": 69242,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZZE-832685/01\",\n            \"renterEmail\": \"cruz.ashley@ortega.br\",\n            \"renterName\": \"Valéria Pacheco\",\n            \"renterPhone\": \"(86) 3584-1053\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Maio de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1457.24,\n            \"fkContract\": 1434,\n            \"fsId\": 69117,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZVP-748408/01\",\n            \"renterEmail\": \"jmontenegro@desouza.com\",\n            \"renterName\": \"Abgail Sanches\",\n            \"renterPhone\": \"(55) 90307-6936\",\n            \"bankSlip\": \"\"\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs\",\n    \"per_page\": 20,\n    \"prev_page_url\": null,\n    \"to\": 14,\n    \"total\": 14,\n    \"amount\": 29428.62,\n    \"count\": 14,\n    \"id_fs\": [\n        69230,\n        69254,\n        69262,\n        69258,\n        69260,\n        69264,\n        69266,\n        69228,\n        69268,\n        69189,\n        69236,\n        69205,\n        69242,\n        69117\n    ]\n}"}],"_postman_id":"31582590-5699-4cae-acab-60c459ac2289"}],"id":"6ab70499-af20-4c98-807d-7a65d159fc79","_postman_id":"6ab70499-af20-4c98-807d-7a65d159fc79","description":""},{"name":"Fornecedores","item":[{"name":"Listagem","id":"50b6f47e-d999-4c9f-9639-52d29e77bd69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/owner","description":"<p>Essa rota retornará uma listagem paginada de todos os proprietários que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os proprietários (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um proprietário específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrName\"</li>\n<li>\"chrName2\"</li>\n<li>\"chrRegisterNumber\"</li>\n<li>\"chrDocumentId\"</li>\n<li>\"vrcEmail\"</li>\n</ul>\n","urlObject":{"path":["partner","owner"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"767d9499-bd5f-40cb-aa1c-dca29997cc74","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/owner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 01:53:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 4667,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Solano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"342.791.758-45\",\n            \"chrDocumentId\": \"7903074019669\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.604-061\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Araras\\\",\\\"ibge\\\":\\\"3503307\\\",\\\"district\\\":\\\"Jardim Piratininga\\\",\\\"street\\\":\\\"Rua Guarulhos\\\",\\\"number\\\":\\\"14\\\",\\\"complement\\\":\\\"u\\\\/6\\\",\\\"description\\\":\\\"Rua Guarulhos\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"paulina.sepulveda@vieira.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.604-061\",\n                    \"state\": \"SP\",\n                    \"city\": \"Araras\",\n                    \"ibge\": \"3503307\",\n                    \"district\": \"Jardim Piratininga\",\n                    \"street\": \"Rua Guarulhos\",\n                    \"number\": \"14\",\n                    \"complement\": \"u/6\",\n                    \"description\": \"Rua Guarulhos\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 6078,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Saraiva\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"886.949.341-59\",\n            \"chrDocumentId\": \"0672421090845\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.152-822\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Cariacica\\\",\\\"ibge\\\":\\\"3201308\\\",\\\"district\\\":\\\"Aparecida\\\",\\\"street\\\":\\\"Rua da Passarela\\\",\\\"number\\\":\\\"52\\\",\\\"complement\\\":\\\"f\\\\/9\\\",\\\"description\\\":\\\"Rua da Passarela\\\"}]\",\n            \"dttRegister\": \"2022-05-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1992-10-26T02:00:00.000000Z\",\n            \"vrcEmail\": \"bruno10@zaragoca.br\",\n            \"address\": [\n                {\n                    \"code\": \"29.152-822\",\n                    \"state\": \"ES\",\n                    \"city\": \"Cariacica\",\n                    \"ibge\": \"3201308\",\n                    \"district\": \"Aparecida\",\n                    \"street\": \"Rua da Passarela\",\n                    \"number\": \"52\",\n                    \"complement\": \"f/9\",\n                    \"description\": \"Rua da Passarela\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1680,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Rico\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"600.684.620-93\",\n            \"chrDocumentId\": \"7753699111805\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"14.805-436\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Araraquara\\\",\\\"ibge\\\":\\\"3503208\\\",\\\"district\\\":\\\"Residencial Cambuy\\\",\\\"street\\\":\\\"Avenida Miguel Mucio\\\",\\\"number\\\":\\\"137\\\",\\\"complement\\\":\\\"z\\\\/13\\\",\\\"description\\\":\\\"Avenida Miguel Mucio\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1988-07-10T03:00:00.000000Z\",\n            \"vrcEmail\": \"ramires.ana@carmona.net\",\n            \"address\": [\n                {\n                    \"code\": \"14.805-436\",\n                    \"state\": \"SP\",\n                    \"city\": \"Araraquara\",\n                    \"ibge\": \"3503208\",\n                    \"district\": \"Residencial Cambuy\",\n                    \"street\": \"Avenida Miguel Mucio\",\n                    \"number\": \"137\",\n                    \"complement\": \"z/13\",\n                    \"description\": \"Avenida Miguel Mucio\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 3267,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Reis\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"420.719.087-24\",\n            \"chrDocumentId\": \"1414949661095\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.161-737\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Serra\\\",\\\"ibge\\\":\\\"3205002\\\",\\\"district\\\":\\\"Jardim Carapina\\\",\\\"street\\\":\\\"Rua Pancas\\\",\\\"number\\\":\\\"23\\\",\\\"complement\\\":\\\"f\\\\/8\\\",\\\"description\\\":\\\"Rua Pancas\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1984-11-23T03:00:00.000000Z\",\n            \"vrcEmail\": \"verdugo.paulo@jimenes.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"29.161-737\",\n                    \"state\": \"ES\",\n                    \"city\": \"Serra\",\n                    \"ibge\": \"3205002\",\n                    \"district\": \"Jardim Carapina\",\n                    \"street\": \"Rua Pancas\",\n                    \"number\": \"23\",\n                    \"complement\": \"f/8\",\n                    \"description\": \"Rua Pancas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4567,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Prado\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"227.211.724-41\",\n            \"chrDocumentId\": \"1432868441647\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.085-475\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Campinas\\\",\\\"ibge\\\":\\\"3509502\\\",\\\"district\\\":\\\"Ch\\\\u00e1cara Santa Margarida\\\",\\\"street\\\":\\\"Rua Vicente Stancato\\\",\\\"number\\\":\\\"25\\\",\\\"complement\\\":\\\"j\\\\/18\\\",\\\"description\\\":\\\"Rua Vicente Stancato\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"sleon@darosa.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.085-475\",\n                    \"state\": \"SP\",\n                    \"city\": \"Campinas\",\n                    \"ibge\": \"3509502\",\n                    \"district\": \"Chácara Santa Margarida\",\n                    \"street\": \"Rua Vicente Stancato\",\n                    \"number\": \"25\",\n                    \"complement\": \"j/18\",\n                    \"description\": \"Rua Vicente Stancato\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4276,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Paes\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"288.727.079-60\",\n            \"chrDocumentId\": \"2016947354690\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.926-150\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Aparecida de Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5201405\\\",\\\"district\\\":\\\"Jardim Colorado\\\",\\\"street\\\":\\\"Rua W-080\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"m\\\\/12\\\",\\\"description\\\":\\\"Rua W-080\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1934-09-30T03:00:00.000000Z\",\n            \"vrcEmail\": \"qrios@velasques.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"74.926-150\",\n                    \"state\": \"GO\",\n                    \"city\": \"Aparecida de Goiânia\",\n                    \"ibge\": \"5201405\",\n                    \"district\": \"Jardim Colorado\",\n                    \"street\": \"Rua W-080\",\n                    \"number\": \"150\",\n                    \"complement\": \"m/12\",\n                    \"description\": \"Rua W-080\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4378,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Maia\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"505.657.107-53\",\n            \"chrDocumentId\": \"8000806591627\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"75.124-420\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"An\\\\u00e1polis\\\",\\\"ibge\\\":\\\"5201108\\\",\\\"district\\\":\\\"Setor Sul Jamil Miguel\\\",\\\"street\\\":\\\"Rua JM-038\\\",\\\"number\\\":\\\"49\\\",\\\"complement\\\":\\\"o\\\\/3\\\",\\\"description\\\":\\\"Rua JM-038\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1975-11-25T03:00:00.000000Z\",\n            \"vrcEmail\": \"cgoncalves@sandoval.br\",\n            \"address\": [\n                {\n                    \"code\": \"75.124-420\",\n                    \"state\": \"GO\",\n                    \"city\": \"Anápolis\",\n                    \"ibge\": \"5201108\",\n                    \"district\": \"Setor Sul Jamil Miguel\",\n                    \"street\": \"Rua JM-038\",\n                    \"number\": \"49\",\n                    \"complement\": \"o/3\",\n                    \"description\": \"Rua JM-038\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4171,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Ferminiano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"313.613.718-38\",\n            \"chrDocumentId\": \"0641633778499\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.245-574\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Vila Bet\\\\u00e2nia\\\",\\\"street\\\":\\\"Rua Kingstown\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"n\\\\/8\\\",\\\"description\\\":\\\"Rua Kingstown\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1936-02-14T03:00:00.000000Z\",\n            \"vrcEmail\": \"esteves.ziraldo@lira.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"12.245-574\",\n                    \"state\": \"SP\",\n                    \"city\": \"São José dos Campos\",\n                    \"ibge\": \"3549904\",\n                    \"district\": \"Vila Betânia\",\n                    \"street\": \"Rua Kingstown\",\n                    \"number\": \"175\",\n                    \"complement\": \"n/8\",\n                    \"description\": \"Rua Kingstown\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4683,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Feliciano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"599.637.195-20\",\n            \"chrDocumentId\": \"1032200321603\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.069-402\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Campinas\\\",\\\"ibge\\\":\\\"3509502\\\",\\\"district\\\":\\\"Conjunto Habitacional Residencial Ol\\\\u00edmpia\\\",\\\"street\\\":\\\"Rua da Maratona\\\",\\\"number\\\":\\\"20\\\",\\\"complement\\\":\\\"j\\\\/5\\\",\\\"description\\\":\\\"Rua da Maratona\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1951-11-13T03:00:00.000000Z\",\n            \"vrcEmail\": \"espinoza.antonio@dacruz.br\",\n            \"address\": [\n                {\n                    \"code\": \"13.069-402\",\n                    \"state\": \"SP\",\n                    \"city\": \"Campinas\",\n                    \"ibge\": \"3509502\",\n                    \"district\": \"Conjunto Habitacional Residencial Olímpia\",\n                    \"street\": \"Rua da Maratona\",\n                    \"number\": \"20\",\n                    \"complement\": \"j/5\",\n                    \"description\": \"Rua da Maratona\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2339,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Duarte\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"503.781.804-44\",\n            \"chrDocumentId\": \"7590226863174\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"81.900-230\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"S\\\\u00edtio Cercado\\\",\\\"street\\\":\\\"Rua Cruzeiro do Sul\\\",\\\"number\\\":\\\"70\\\",\\\"complement\\\":\\\"n\\\\/15\\\",\\\"description\\\":\\\"Rua Cruzeiro do Sul\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1968-08-05T03:00:00.000000Z\",\n            \"vrcEmail\": \"hortencia.aragao@reis.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"81.900-230\",\n                    \"state\": \"PR\",\n                    \"city\": \"Curitiba\",\n                    \"ibge\": \"4106902\",\n                    \"district\": \"Sítio Cercado\",\n                    \"street\": \"Rua Cruzeiro do Sul\",\n                    \"number\": \"70\",\n                    \"complement\": \"n/15\",\n                    \"description\": \"Rua Cruzeiro do Sul\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=1\",\n    \"from\": 1,\n    \"last_page\": 222,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=222\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/owner?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/owner\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 2212\n}"}],"_postman_id":"50b6f47e-d999-4c9f-9639-52d29e77bd69"},{"name":"Cadastro","id":"f3613206-78f2-45e9-9b5b-1f1f8c9b38ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner","description":"<p>Essa rota deve ser utilizada para o cadastro de novos proprietários, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["partner","owner"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"59a997c6-faea-4e42-8a33-49cf767bc33a","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:33:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"jsonAttachments\": \"[]\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"fkManagement\": 0,\n    \"fkPartner\": 0,\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrType\": \"PF\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"intBitwiseType\": 4,\n    \"id\": 7219,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"f3613206-78f2-45e9-9b5b-1f1f8c9b38ce"},{"name":"Alteração","id":"f346e943-c1cb-49e5-85c9-d47b59ff3553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/provider/7219","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do proprietário na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["partner","provider","7219"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"1d16e295-0b66-484c-aa38-aefac0545b9d","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/owner/7219"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:34:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 4,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"f346e943-c1cb-49e5-85c9-d47b59ff3553"}],"id":"156b2edc-9acd-454d-9a11-6af74eba9848","_postman_id":"156b2edc-9acd-454d-9a11-6af74eba9848","description":""},{"name":"Inquilinos","item":[{"name":"Listagem","id":"83383040-e76b-46bc-a35a-3ab56fa777b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/renter","description":"<p>Essa rota retornará uma listagem paginada de todos os inquilinos que corresponderem ao filtro enviado. Essa rota é mais útil quando:\nÉ necessário capturar todos os inquilinos (bastando para isso enviar a consulta sem filtro algum).\nÉ necessário capturar um inquilino específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</p>\n<p>\"chrName\"\n\"chrName2\"\n\"chrRegisterNumber\"\n\"chrDocumentId\"\n\"vrcEmail\"</p>\n","urlObject":{"path":["partner","renter"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"bc255828-2896-4f42-9ba4-3cbccadbf418","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/renter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:35:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 3634,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Verdugo\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"959.761.048-51\",\n            \"chrDocumentId\": \"5755346225559\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"54.330-675\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Jaboat\\\\u00e3o dos Guararapes\\\",\\\"ibge\\\":\\\"2607901\\\",\\\"district\\\":\\\"Cajueiro Seco\\\",\\\"street\\\":\\\"Rua Santa F\\\\u00e9\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"f\\\\/6\\\",\\\"description\\\":\\\"Rua Santa F\\\\u00e9\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1975-11-23T03:00:00.000000Z\",\n            \"vrcEmail\": \"matias.correia@desouza.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"54.330-675\",\n                    \"state\": \"PE\",\n                    \"city\": \"Jaboatão dos Guararapes\",\n                    \"ibge\": \"2607901\",\n                    \"district\": \"Cajueiro Seco\",\n                    \"street\": \"Rua Santa Fé\",\n                    \"number\": \"81\",\n                    \"complement\": \"f/6\",\n                    \"description\": \"Rua Santa Fé\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 3759,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Santiago\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"717.593.336-38\",\n            \"chrDocumentId\": \"9687681097274\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"69.087-044\\\",\\\"state\\\":\\\"AM\\\",\\\"city\\\":\\\"Manaus\\\",\\\"ibge\\\":\\\"1302603\\\",\\\"district\\\":\\\"Tancredo Neves\\\",\\\"street\\\":\\\"Rua Coral (N Floresta)\\\",\\\"number\\\":\\\"29\\\",\\\"complement\\\":\\\"s\\\\/8\\\",\\\"description\\\":\\\"Rua Coral (N Floresta)\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"oliveira.isadora@rodrigues.br\",\n            \"address\": [\n                {\n                    \"code\": \"69.087-044\",\n                    \"state\": \"AM\",\n                    \"city\": \"Manaus\",\n                    \"ibge\": \"1302603\",\n                    \"district\": \"Tancredo Neves\",\n                    \"street\": \"Rua Coral (N Floresta)\",\n                    \"number\": \"29\",\n                    \"complement\": \"s/8\",\n                    \"description\": \"Rua Coral (N Floresta)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1195,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Rico\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"197.757.500-59\",\n            \"chrDocumentId\": \"5257865719095\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.264-110\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Nova Carolina\\\",\\\"street\\\":\\\"Travessa Joaquim Juncosa\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"r\\\\/2\\\",\\\"description\\\":\\\"Travessa Joaquim Juncosa\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1977-03-31T03:00:00.000000Z\",\n            \"vrcEmail\": \"miguel.faro@sales.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"02.264-110\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Nova Carolina\",\n                    \"street\": \"Travessa Joaquim Juncosa\",\n                    \"number\": \"175\",\n                    \"complement\": \"r/2\",\n                    \"description\": \"Travessa Joaquim Juncosa\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 6441,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Perez\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"154.117.192-67\",\n            \"chrDocumentId\": \"2421956545043\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"56.600-000\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Sert\\\\u00e2nia\\\",\\\"ibge\\\":\\\"2614105\\\",\\\"district\\\":\\\"Vila Ferro Velho\\\",\\\"street\\\":\\\"Rua Severino Rodrigues\\\",\\\"number\\\":\\\"64\\\",\\\"complement\\\":\\\"n\\\\/11\\\",\\\"description\\\":\\\"Rua Severino Rodrigues\\\"}]\",\n            \"dttRegister\": \"2022-07-26T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"2000-07-12T03:00:00.000000Z\",\n            \"vrcEmail\": \"sergio.ferminiano@flores.com\",\n            \"address\": [\n                {\n                    \"code\": \"56.600-000\",\n                    \"state\": \"PE\",\n                    \"city\": \"Sertânia\",\n                    \"ibge\": \"2614105\",\n                    \"district\": \"Vila Ferro Velho\",\n                    \"street\": \"Rua Severino Rodrigues\",\n                    \"number\": \"64\",\n                    \"complement\": \"n/11\",\n                    \"description\": \"Rua Severino Rodrigues\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 3235,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Mendes\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"160.288.450-19\",\n            \"chrDocumentId\": \"8889835255279\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"06.856-830\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itapecerica da Serra\\\",\\\"ibge\\\":\\\"3522208\\\",\\\"district\\\":\\\"Jardim Valo Velho\\\",\\\"street\\\":\\\"Rua Alcides\\\",\\\"number\\\":\\\"73\\\",\\\"complement\\\":\\\"g\\\\/16\\\",\\\"description\\\":\\\"Rua Alcides\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1992-03-28T03:00:00.000000Z\",\n            \"vrcEmail\": \"melissa16@assuncao.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"06.856-830\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itapecerica da Serra\",\n                    \"ibge\": \"3522208\",\n                    \"district\": \"Jardim Valo Velho\",\n                    \"street\": \"Rua Alcides\",\n                    \"number\": \"73\",\n                    \"complement\": \"g/16\",\n                    \"description\": \"Rua Alcides\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2966,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Martines\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"799.685.899-34\",\n            \"chrDocumentId\": \"6583753008106\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"72.859-343\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Luzi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5212501\\\",\\\"district\\\":\\\"Mans\\\\u00f5es de Recreio Estrela Dalva VIII\\\",\\\"street\\\":\\\"Quadra 343\\\",\\\"number\\\":\\\"13\\\",\\\"complement\\\":\\\"k\\\\/3\\\",\\\"description\\\":\\\"Quadra 343\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1962-03-18T03:00:00.000000Z\",\n            \"vrcEmail\": \"rramires@franco.com\",\n            \"address\": [\n                {\n                    \"code\": \"72.859-343\",\n                    \"state\": \"GO\",\n                    \"city\": \"Luziânia\",\n                    \"ibge\": \"5212501\",\n                    \"district\": \"Mansões de Recreio Estrela Dalva VIII\",\n                    \"street\": \"Quadra 343\",\n                    \"number\": \"13\",\n                    \"complement\": \"k/3\",\n                    \"description\": \"Quadra 343\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2797,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Marin\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"324.075.155-01\",\n            \"chrDocumentId\": \"6793003518705\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.391-820\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Residencial Ponta Negra\\\",\\\"street\\\":\\\"Rua PN 5\\\",\\\"number\\\":\\\"179\\\",\\\"complement\\\":\\\"v\\\\/14\\\",\\\"description\\\":\\\"Rua PN 5\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1977-04-13T03:00:00.000000Z\",\n            \"vrcEmail\": \"jvieira@galindo.com\",\n            \"address\": [\n                {\n                    \"code\": \"74.391-820\",\n                    \"state\": \"GO\",\n                    \"city\": \"Goiânia\",\n                    \"ibge\": \"5208707\",\n                    \"district\": \"Residencial Ponta Negra\",\n                    \"street\": \"Rua PN 5\",\n                    \"number\": \"179\",\n                    \"complement\": \"v/14\",\n                    \"description\": \"Rua PN 5\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2824,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Fontes\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"525.931.529-40\",\n            \"chrDocumentId\": \"3140320888094\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.208-700\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Jundia\\\\u00ed\\\",\\\"ibge\\\":\\\"3525904\\\",\\\"district\\\":\\\"Jardim Fl\\\\u00f3rida\\\",\\\"street\\\":\\\"Avenida Monsenhor Hamilton Jos\\\\u00e9 Bianchi\\\",\\\"number\\\":\\\"120\\\",\\\"complement\\\":\\\"i\\\\/12\\\",\\\"description\\\":\\\"Avenida Monsenhor Hamilton Jos\\\\u00e9 Bianchi\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1966-10-04T03:00:00.000000Z\",\n            \"vrcEmail\": \"dpereira@dominato.com\",\n            \"address\": [\n                {\n                    \"code\": \"13.208-700\",\n                    \"state\": \"SP\",\n                    \"city\": \"Jundiaí\",\n                    \"ibge\": \"3525904\",\n                    \"district\": \"Jardim Flórida\",\n                    \"street\": \"Avenida Monsenhor Hamilton José Bianchi\",\n                    \"number\": \"120\",\n                    \"complement\": \"i/12\",\n                    \"description\": \"Avenida Monsenhor Hamilton José Bianchi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 890,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Ferreira\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"994.472.741-53\",\n            \"chrDocumentId\": \"7147444487934\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"37.026-660\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Varginha\\\",\\\"ibge\\\":\\\"3170701\\\",\\\"district\\\":\\\"Santa Luiza\\\",\\\"street\\\":\\\"Rua Marieta Almeida\\\",\\\"number\\\":\\\"50\\\",\\\"complement\\\":\\\"y\\\\/1\\\",\\\"description\\\":\\\"Rua Marieta Almeida\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1982-04-25T03:00:00.000000Z\",\n            \"vrcEmail\": \"emilio.casanova@sales.br\",\n            \"address\": [\n                {\n                    \"code\": \"37.026-660\",\n                    \"state\": \"MG\",\n                    \"city\": \"Varginha\",\n                    \"ibge\": \"3170701\",\n                    \"district\": \"Santa Luiza\",\n                    \"street\": \"Rua Marieta Almeida\",\n                    \"number\": \"50\",\n                    \"complement\": \"y/1\",\n                    \"description\": \"Rua Marieta Almeida\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 660,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Ferraz\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"984.872.725-68\",\n            \"chrDocumentId\": \"7290112338333\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"59.050-480\\\",\\\"state\\\":\\\"RN\\\",\\\"city\\\":\\\"Natal\\\",\\\"ibge\\\":\\\"2408102\\\",\\\"district\\\":\\\"Quintas\\\",\\\"street\\\":\\\"Avenida Industrial Jo\\\\u00e3o Francisco da Motta - at\\\\u00e9 1721\\\\/1722\\\",\\\"number\\\":\\\"191\\\",\\\"complement\\\":\\\"f\\\\/17\\\",\\\"description\\\":\\\"Avenida Industrial Jo\\\\u00e3o Francisco da Motta - at\\\\u00e9 1721\\\\/1722\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1988-04-06T03:00:00.000000Z\",\n            \"vrcEmail\": \"suzana.darosa@vale.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"59.050-480\",\n                    \"state\": \"RN\",\n                    \"city\": \"Natal\",\n                    \"ibge\": \"2408102\",\n                    \"district\": \"Quintas\",\n                    \"street\": \"Avenida Industrial João Francisco da Motta - até 1721/1722\",\n                    \"number\": \"191\",\n                    \"complement\": \"f/17\",\n                    \"description\": \"Avenida Industrial João Francisco da Motta - até 1721/1722\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/renter?page=1\",\n    \"from\": 1,\n    \"last_page\": 319,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/renter?page=319\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/renter?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/renter\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 3182\n}"}],"_postman_id":"83383040-e76b-46bc-a35a-3ab56fa777b1"},{"name":"Cadastro","id":"79cf5552-98de-4dda-b19a-53265a2a5089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/renter","description":"<p>Essa rota deve ser utilizada para o cadastro de novos inquilinos, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["partner","renter"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"7793e88c-384b-4ace-b28f-4bfee6f28b99","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/renter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:35:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 12,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\",\n        \"RENTER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"79cf5552-98de-4dda-b19a-53265a2a5089"},{"name":"Alteração","id":"7009cb04-7b76-45d8-8d9b-fd3a061b47be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/renter/7219","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do inquilino na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["partner","renter","7219"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"23e85976-7315-4597-955a-4660084ea84f","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/renter/7219"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:36:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 12,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\",\n        \"RENTER\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"7009cb04-7b76-45d8-8d9b-fd3a061b47be"},{"name":"Listagem Avançada","id":"4c4a846a-ce79-497a-84a4-6a190d0a8e73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/renter/list","urlObject":{"path":["partner","report","renter","list"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"0586bb8b-be57-4ac8-9961-2bf272f334eb","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/renter/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 17:12:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 3,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ivan.cervantes@barros.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(82) 3759-2350\",\n            \"chrName\": \"Andrea de Oliveira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"588.495.472-77\",\n            \"chrDocumentId\": \"2821913548340\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Agente comunitário de saúde\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1972-01-26T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"60.525-350\\\",\\\"state\\\":\\\"CE\\\",\\\"city\\\":\\\"Fortaleza\\\",\\\"ibge\\\":\\\"2304400\\\",\\\"district\\\":\\\"Henrique Jorge\\\",\\\"street\\\":\\\"Rua Major Chastinet\\\",\\\"number\\\":\\\"38\\\",\\\"complement\\\":\\\"j\\\\/16\\\",\\\"description\\\":\\\"Rua Major Chastinet\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"60.525-350\",\n                    \"state\": \"CE\",\n                    \"city\": \"Fortaleza\",\n                    \"ibge\": \"2304400\",\n                    \"district\": \"Henrique Jorge\",\n                    \"street\": \"Rua Major Chastinet\",\n                    \"number\": \"38\",\n                    \"complement\": \"j/16\",\n                    \"description\": \"Rua Major Chastinet\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 8,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"cervantes.isabel@furtado.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(91) 95017-9675\",\n            \"chrName\": \"Júlia Tamoio\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"135.838.723-04\",\n            \"chrDocumentId\": \"0280352468752\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista de consultório\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1965-10-16T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"26.585-360\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Mesquita\\\",\\\"ibge\\\":\\\"3302858\\\",\\\"district\\\":\\\"Chatuba\\\",\\\"street\\\":\\\"Rua Carolina\\\",\\\"number\\\":\\\"169\\\",\\\"complement\\\":\\\"q\\\\/10\\\",\\\"description\\\":\\\"Rua Carolina\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"26.585-360\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Mesquita\",\n                    \"ibge\": \"3302858\",\n                    \"district\": \"Chatuba\",\n                    \"street\": \"Rua Carolina\",\n                    \"number\": \"169\",\n                    \"complement\": \"q/10\",\n                    \"description\": \"Rua Carolina\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 11,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"tessalia.carrara@cruz.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(97) 92334-2200\",\n            \"chrName\": \"Daniela Assunção\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"906.375.857-04\",\n            \"chrDocumentId\": \"6747293070979\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-08-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"69.087-132\\\",\\\"state\\\":\\\"AM\\\",\\\"city\\\":\\\"Manaus\\\",\\\"ibge\\\":\\\"1302603\\\",\\\"district\\\":\\\"Tancredo Neves\\\",\\\"street\\\":\\\"Rua Pedras Coradas (N Floresta)\\\",\\\"number\\\":\\\"154\\\",\\\"complement\\\":\\\"r\\\\/1\\\",\\\"description\\\":\\\"Rua Pedras Coradas (N Floresta)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"69.087-132\",\n                    \"state\": \"AM\",\n                    \"city\": \"Manaus\",\n                    \"ibge\": \"1302603\",\n                    \"district\": \"Tancredo Neves\",\n                    \"street\": \"Rua Pedras Coradas (N Floresta)\",\n                    \"number\": \"154\",\n                    \"complement\": \"r/1\",\n                    \"description\": \"Rua Pedras Coradas (N Floresta)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 12,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"zbatista@vila.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(38) 99818-5269\",\n            \"chrName\": \"Gabriel Ferreira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"689.918.652-75\",\n            \"chrDocumentId\": \"6062073722104\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Varredor de rua\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1956-10-26T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.863-010\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim Almanara\\\",\\\"street\\\":\\\"Rua Castelo Novo\\\",\\\"number\\\":\\\"163\\\",\\\"complement\\\":\\\"z\\\\/10\\\",\\\"description\\\":\\\"Rua Castelo Novo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.863-010\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jardim Almanara\",\n                    \"street\": \"Rua Castelo Novo\",\n                    \"number\": \"163\",\n                    \"complement\": \"z/10\",\n                    \"description\": \"Rua Castelo Novo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 16,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"andrea.queiros@ferraz.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(95) 4822-3577\",\n            \"chrName\": \"Paulo Corona\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"426.406.093-19\",\n            \"chrDocumentId\": \"9646656484623\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-09-26T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"54.090-051\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Jaboat\\\\u00e3o dos Guararapes\\\",\\\"ibge\\\":\\\"2607901\\\",\\\"district\\\":\\\"Vila Rica\\\",\\\"street\\\":\\\"Rua Paran\\\\u00e1\\\",\\\"number\\\":\\\"181\\\",\\\"complement\\\":\\\"f\\\\/4\\\",\\\"description\\\":\\\"Rua Paran\\\\u00e1\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"54.090-051\",\n                    \"state\": \"PE\",\n                    \"city\": \"Jaboatão dos Guararapes\",\n                    \"ibge\": \"2607901\",\n                    \"district\": \"Vila Rica\",\n                    \"street\": \"Rua Paraná\",\n                    \"number\": \"181\",\n                    \"complement\": \"f/4\",\n                    \"description\": \"Rua Paraná\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 17,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rios.thales@ferraz.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(73) 98286-5838\",\n            \"chrName\": \"Gabriela Matias\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"698.834.789-50\",\n            \"chrDocumentId\": \"7585615552007\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1972-09-05T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.974-430\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Aparecida de Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5201405\\\",\\\"district\\\":\\\"Setor dos Estados\\\",\\\"street\\\":\\\"Avenida Diamante Negro\\\",\\\"number\\\":\\\"122\\\",\\\"complement\\\":\\\"j\\\\/6\\\",\\\"description\\\":\\\"Avenida Diamante Negro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"74.974-430\",\n                    \"state\": \"GO\",\n                    \"city\": \"Aparecida de Goiânia\",\n                    \"ibge\": \"5201405\",\n                    \"district\": \"Setor dos Estados\",\n                    \"street\": \"Avenida Diamante Negro\",\n                    \"number\": \"122\",\n                    \"complement\": \"j/6\",\n                    \"description\": \"Avenida Diamante Negro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 18,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ketlin.molina@ortiz.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(54) 3088-9454\",\n            \"chrName\": \"Josué Garcia\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"466.560.609-94\",\n            \"chrDocumentId\": \"6518456566038\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Frentista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-03-31T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"08.583-340\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itaquaquecetuba\\\",\\\"ibge\\\":\\\"3523107\\\",\\\"district\\\":\\\"Parque Piratininga\\\",\\\"street\\\":\\\"Rua Carlos Drumond de Andrade\\\",\\\"number\\\":\\\"158\\\",\\\"complement\\\":\\\"a\\\\/6\\\",\\\"description\\\":\\\"Rua Carlos Drumond de Andrade\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"08.583-340\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itaquaquecetuba\",\n                    \"ibge\": \"3523107\",\n                    \"district\": \"Parque Piratininga\",\n                    \"street\": \"Rua Carlos Drumond de Andrade\",\n                    \"number\": \"158\",\n                    \"complement\": \"a/6\",\n                    \"description\": \"Rua Carlos Drumond de Andrade\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 19,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"cordeiro.camilo@sandoval.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(12) 99245-6788\",\n            \"chrName\": \"Leonardo Soares\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"182.114.461-97\",\n            \"chrDocumentId\": \"4286231196548\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Servente de obras\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-04-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.258-100\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Constan\\\\u00e7a\\\",\\\"street\\\":\\\"Rua Caric\\\\u00e9\\\",\\\"number\\\":\\\"50\\\",\\\"complement\\\":\\\"t\\\\/20\\\",\\\"description\\\":\\\"Rua Caric\\\\u00e9\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.258-100\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Constança\",\n                    \"street\": \"Rua Caricé\",\n                    \"number\": \"50\",\n                    \"complement\": \"t/20\",\n                    \"description\": \"Rua Caricé\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 21,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ziraldo04@dias.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(93) 98408-7064\",\n            \"chrName\": \"Alexandre Uchoa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"834.228.441-71\",\n            \"chrDocumentId\": \"4890787171662\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1982-05-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"03.555-035\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Cidade Patriarca\\\",\\\"street\\\":\\\"Travessa \\\\u00c2ngelo Borduchi\\\",\\\"number\\\":\\\"94\\\",\\\"complement\\\":\\\"u\\\\/8\\\",\\\"description\\\":\\\"Travessa \\\\u00c2ngelo Borduchi\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"03.555-035\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Cidade Patriarca\",\n                    \"street\": \"Travessa Ângelo Borduchi\",\n                    \"number\": \"94\",\n                    \"complement\": \"u/8\",\n                    \"description\": \"Travessa Ângelo Borduchi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 24,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"escobar.irene@rezende.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(81) 2072-4134\",\n            \"chrName\": \"Nádia Zamana\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"611.547.957-64\",\n            \"chrDocumentId\": \"5965961301294\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1954-11-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"88.102-090\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9\\\",\\\"ibge\\\":\\\"4216602\\\",\\\"district\\\":\\\"Kobrasol\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Scherer\\\",\\\"number\\\":\\\"50\\\",\\\"complement\\\":\\\"x\\\\/19\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Scherer\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"88.102-090\",\n                    \"state\": \"SC\",\n                    \"city\": \"São José\",\n                    \"ibge\": \"4216602\",\n                    \"district\": \"Kobrasol\",\n                    \"street\": \"Rua Antônio Scherer\",\n                    \"number\": \"50\",\n                    \"complement\": \"x/19\",\n                    \"description\": \"Rua Antônio Scherer\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 25,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"isaac.meireles@guerra.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(79) 95940-0284\",\n            \"chrName\": \"Andrea Mendes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"499.502.071-34\",\n            \"chrDocumentId\": \"7321963155953\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-02-17T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"91.550-350\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Porto Alegre\\\",\\\"ibge\\\":\\\"4314902\\\",\\\"district\\\":\\\"Lomba do Pinheiro\\\",\\\"street\\\":\\\"Rua Quinze (Vl Mapa II)\\\",\\\"number\\\":\\\"179\\\",\\\"complement\\\":\\\"j\\\\/20\\\",\\\"description\\\":\\\"Rua Quinze (Vl Mapa II)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"91.550-350\",\n                    \"state\": \"RS\",\n                    \"city\": \"Porto Alegre\",\n                    \"ibge\": \"4314902\",\n                    \"district\": \"Lomba do Pinheiro\",\n                    \"street\": \"Rua Quinze (Vl Mapa II)\",\n                    \"number\": \"179\",\n                    \"complement\": \"j/20\",\n                    \"description\": \"Rua Quinze (Vl Mapa II)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 27,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"paulina13@deaguiar.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(91) 98482-8832\",\n            \"chrName\": \"Inácio Zaragoça\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"115.237.981-06\",\n            \"chrDocumentId\": \"0691441671601\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1975-02-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"03.371-004\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Formosa\\\",\\\"street\\\":\\\"Rua Pedro Laroche\\\",\\\"number\\\":\\\"120\\\",\\\"complement\\\":\\\"i\\\\/16\\\",\\\"description\\\":\\\"Rua Pedro Laroche\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"03.371-004\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Formosa\",\n                    \"street\": \"Rua Pedro Laroche\",\n                    \"number\": \"120\",\n                    \"complement\": \"i/16\",\n                    \"description\": \"Rua Pedro Laroche\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 30,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"simao.aragao@batista.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(66) 2746-6737\",\n            \"chrName\": \"Regina Uchoa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"875.941.365-43\",\n            \"chrDocumentId\": \"5553836366262\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-12-02T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"54.330-006\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Jaboat\\\\u00e3o dos Guararapes\\\",\\\"ibge\\\":\\\"2607901\\\",\\\"district\\\":\\\"Cajueiro Seco\\\",\\\"street\\\":\\\"Travessa Quinze de Novembro\\\",\\\"number\\\":\\\"17\\\",\\\"complement\\\":\\\"q\\\\/1\\\",\\\"description\\\":\\\"Travessa Quinze de Novembro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"54.330-006\",\n                    \"state\": \"PE\",\n                    \"city\": \"Jaboatão dos Guararapes\",\n                    \"ibge\": \"2607901\",\n                    \"district\": \"Cajueiro Seco\",\n                    \"street\": \"Travessa Quinze de Novembro\",\n                    \"number\": \"17\",\n                    \"complement\": \"q/1\",\n                    \"description\": \"Travessa Quinze de Novembro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 33,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"salas.abril@vila.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(92) 96198-2496\",\n            \"chrName\": \"Vitória Ortega\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"626.819.721-67\",\n            \"chrDocumentId\": \"7814434004152\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Trabalhador agropecuário\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-10-21T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"09.941-531\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Diadema\\\",\\\"ibge\\\":\\\"3513801\\\",\\\"district\\\":\\\"Canhema\\\",\\\"street\\\":\\\"Travessa Santana\\\",\\\"number\\\":\\\"101\\\",\\\"complement\\\":\\\"a\\\\/4\\\",\\\"description\\\":\\\"Travessa Santana\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"09.941-531\",\n                    \"state\": \"SP\",\n                    \"city\": \"Diadema\",\n                    \"ibge\": \"3513801\",\n                    \"district\": \"Canhema\",\n                    \"street\": \"Travessa Santana\",\n                    \"number\": \"101\",\n                    \"complement\": \"a/4\",\n                    \"description\": \"Travessa Santana\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 35,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"campos.abgail@aguiar.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(12) 4929-0389\",\n            \"chrName\": \"Fábio de Souza\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"809.347.770-55\",\n            \"chrDocumentId\": \"7451670030911\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Servente de obras\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1981-09-20T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"89.213-220\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Joinville\\\",\\\"ibge\\\":\\\"4209102\\\",\\\"district\\\":\\\"Nova Bras\\\\u00edlia\\\",\\\"street\\\":\\\"Rua Cidade de Montenegro\\\",\\\"number\\\":\\\"10\\\",\\\"complement\\\":\\\"q\\\\/15\\\",\\\"description\\\":\\\"Rua Cidade de Montenegro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"89.213-220\",\n                    \"state\": \"SC\",\n                    \"city\": \"Joinville\",\n                    \"ibge\": \"4209102\",\n                    \"district\": \"Nova Brasília\",\n                    \"street\": \"Rua Cidade de Montenegro\",\n                    \"number\": \"10\",\n                    \"complement\": \"q/15\",\n                    \"description\": \"Rua Cidade de Montenegro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 38,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"dmontenegro@solano.com\",\n            \"chrPass\": null,\n            \"chrToken\": \"8066f3fd-690b-41fa-9e17-fe21f148acaf\",\n            \"chrMainPhone\": \"(17) 94750-7456\",\n            \"chrName\": \"Leonardo Ávila\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"901.222.031-94\",\n            \"chrDocumentId\": \"8411760647864\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1973-03-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"06.501-155\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santana de Parna\\\\u00edba\\\",\\\"ibge\\\":\\\"3547304\\\",\\\"district\\\":\\\"Jardim Parna\\\\u00edba\\\",\\\"street\\\":\\\"Rua Luiz Pinto de Siqueira\\\",\\\"number\\\":\\\"37\\\",\\\"complement\\\":\\\"r\\\\/12\\\",\\\"description\\\":\\\"Rua Luiz Pinto de Siqueira\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"06.501-155\",\n                    \"state\": \"SP\",\n                    \"city\": \"Santana de Parnaíba\",\n                    \"ibge\": \"3547304\",\n                    \"district\": \"Jardim Parnaíba\",\n                    \"street\": \"Rua Luiz Pinto de Siqueira\",\n                    \"number\": \"37\",\n                    \"complement\": \"r/12\",\n                    \"description\": \"Rua Luiz Pinto de Siqueira\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 40,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"dvalencia@soto.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(69) 3859-5508\",\n            \"chrName\": \"Paulina Ferreira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"553.825.271-05\",\n            \"chrDocumentId\": \"0482838359325\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-12-30T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"35.903-608\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Itabira\\\",\\\"ibge\\\":\\\"3131703\\\",\\\"district\\\":\\\"Boa Esperan\\\\u00e7a\\\",\\\"street\\\":\\\"Rua Brige Pereira Gomes\\\",\\\"number\\\":\\\"181\\\",\\\"complement\\\":\\\"s\\\\/1\\\",\\\"description\\\":\\\"Rua Brige Pereira Gomes\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"35.903-608\",\n                    \"state\": \"MG\",\n                    \"city\": \"Itabira\",\n                    \"ibge\": \"3131703\",\n                    \"district\": \"Boa Esperança\",\n                    \"street\": \"Rua Brige Pereira Gomes\",\n                    \"number\": \"181\",\n                    \"complement\": \"s/1\",\n                    \"description\": \"Rua Brige Pereira Gomes\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 45,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"vieira.olivia@gomes.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(24) 99272-2955\",\n            \"chrName\": \"Carlos Vieira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"534.118.119-00\",\n            \"chrDocumentId\": \"8983321527190\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Cobrador de transportes coletivos\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1963-11-07T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"25.215-110\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Duque de Caxias\\\",\\\"ibge\\\":\\\"3301702\\\",\\\"district\\\":\\\"Parque Nossa Senhora da Penha\\\",\\\"street\\\":\\\"Rua Dulcineia\\\",\\\"number\\\":\\\"56\\\",\\\"complement\\\":\\\"h\\\\/4\\\",\\\"description\\\":\\\"Rua Dulcineia\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"25.215-110\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Duque de Caxias\",\n                    \"ibge\": \"3301702\",\n                    \"district\": \"Parque Nossa Senhora da Penha\",\n                    \"street\": \"Rua Dulcineia\",\n                    \"number\": \"56\",\n                    \"complement\": \"h/4\",\n                    \"description\": \"Rua Dulcineia\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 48,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ketlin54@molina.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(54) 3540-1954\",\n            \"chrName\": \"Daniel Paes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"735.724.470-97\",\n            \"chrDocumentId\": \"6858752817994\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-10-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"14.406-695\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Franca\\\",\\\"ibge\\\":\\\"3516200\\\",\\\"district\\\":\\\"Jardim Martins\\\",\\\"street\\\":\\\"Rua dos Guaianases\\\",\\\"number\\\":\\\"81\\\",\\\"complement\\\":\\\"x\\\\/20\\\",\\\"description\\\":\\\"Rua dos Guaianases\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"14.406-695\",\n                    \"state\": \"SP\",\n                    \"city\": \"Franca\",\n                    \"ibge\": \"3516200\",\n                    \"district\": \"Jardim Martins\",\n                    \"street\": \"Rua dos Guaianases\",\n                    \"number\": \"81\",\n                    \"complement\": \"x/20\",\n                    \"description\": \"Rua dos Guaianases\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 53,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"beatriz64@gomes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(65) 4522-8401\",\n            \"chrName\": \"Franco Pacheco\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"516.697.106-02\",\n            \"chrDocumentId\": \"0315970851935\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de caixa\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1982-07-20T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"88.302-500\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Itaja\\\\u00ed\\\",\\\"ibge\\\":\\\"4208203\\\",\\\"district\\\":\\\"Fazenda\\\",\\\"street\\\":\\\"Rua Iolanda Ardigo\\\",\\\"number\\\":\\\"26\\\",\\\"complement\\\":\\\"h\\\\/2\\\",\\\"description\\\":\\\"Rua Iolanda Ardigo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"88.302-500\",\n                    \"state\": \"SC\",\n                    \"city\": \"Itajaí\",\n                    \"ibge\": \"4208203\",\n                    \"district\": \"Fazenda\",\n                    \"street\": \"Rua Iolanda Ardigo\",\n                    \"number\": \"26\",\n                    \"complement\": \"h/2\",\n                    \"description\": \"Rua Iolanda Ardigo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 54,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ttamoio@pacheco.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(67) 99310-3225\",\n            \"chrName\": \"Amanda Zamana\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"332.547.340-76\",\n            \"chrDocumentId\": \"5553351832792\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Garçom\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-12-13T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"24.743-330\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"S\\\\u00e3o Gon\\\\u00e7alo\\\",\\\"ibge\\\":\\\"3304904\\\",\\\"district\\\":\\\"J\\\\u00f3quei Clube\\\",\\\"street\\\":\\\"Pra\\\\u00e7a Columbande\\\",\\\"number\\\":\\\"38\\\",\\\"complement\\\":\\\"u\\\\/1\\\",\\\"description\\\":\\\"Pra\\\\u00e7a Columbande\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"24.743-330\",\n                    \"state\": \"RJ\",\n                    \"city\": \"São Gonçalo\",\n                    \"ibge\": \"3304904\",\n                    \"district\": \"Jóquei Clube\",\n                    \"street\": \"Praça Columbande\",\n                    \"number\": \"38\",\n                    \"complement\": \"u/1\",\n                    \"description\": \"Praça Columbande\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 63,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"kpacheco@ferreira.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(34) 90508-1059\",\n            \"chrName\": \"Vicente Galindo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"295.095.649-15\",\n            \"chrDocumentId\": \"6026466898442\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Motociclista no transporte\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1956-01-15T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"58.085-420\\\",\\\"state\\\":\\\"PB\\\",\\\"city\\\":\\\"Jo\\\\u00e3o Pessoa\\\",\\\"ibge\\\":\\\"2507507\\\",\\\"district\\\":\\\"Cruz das Armas\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Am\\\\u00e9rico\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"k\\\\/10\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Am\\\\u00e9rico\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"58.085-420\",\n                    \"state\": \"PB\",\n                    \"city\": \"João Pessoa\",\n                    \"ibge\": \"2507507\",\n                    \"district\": \"Cruz das Armas\",\n                    \"street\": \"Rua José Américo\",\n                    \"number\": \"175\",\n                    \"complement\": \"k/10\",\n                    \"description\": \"Rua José Américo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 68,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"mariana.casanova@beltrao.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(28) 3074-7527\",\n            \"chrName\": \"Julieta Ávila\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"693.490.041-35\",\n            \"chrDocumentId\": \"9550043854517\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Motociclista no transporte\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1980-02-04T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"32.146-060\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Contagem\\\",\\\"ibge\\\":\\\"3118601\\\",\\\"district\\\":\\\"Cabral\\\",\\\"street\\\":\\\"Alameda Dezenove\\\",\\\"number\\\":\\\"43\\\",\\\"complement\\\":\\\"q\\\\/11\\\",\\\"description\\\":\\\"Alameda Dezenove\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"32.146-060\",\n                    \"state\": \"MG\",\n                    \"city\": \"Contagem\",\n                    \"ibge\": \"3118601\",\n                    \"district\": \"Cabral\",\n                    \"street\": \"Alameda Dezenove\",\n                    \"number\": \"43\",\n                    \"complement\": \"q/11\",\n                    \"description\": \"Alameda Dezenove\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 70,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"nchaves@meireles.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(81) 4209-7525\",\n            \"chrName\": \"Gabriela Matos\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"349.608.955-51\",\n            \"chrDocumentId\": \"2402546157811\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Camareiro de hotel\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1957-10-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"50.680-260\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Recife\\\",\\\"ibge\\\":\\\"2611606\\\",\\\"district\\\":\\\"Iputinga\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Stival\\\",\\\"number\\\":\\\"183\\\",\\\"complement\\\":\\\"q\\\\/10\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Stival\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"50.680-260\",\n                    \"state\": \"PE\",\n                    \"city\": \"Recife\",\n                    \"ibge\": \"2611606\",\n                    \"district\": \"Iputinga\",\n                    \"street\": \"Rua José Stival\",\n                    \"number\": \"183\",\n                    \"complement\": \"q/10\",\n                    \"description\": \"Rua José Stival\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 74,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"alexandre28@camacho.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 95282-3933\",\n            \"chrName\": \"Mariana Aragão\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"338.550.649-20\",\n            \"chrDocumentId\": \"0127174817941\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-04-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"11.075-671\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santos\\\",\\\"ibge\\\":\\\"3548500\\\",\\\"district\\\":\\\"Campo Grande\\\",\\\"street\\\":\\\"Rua Carlos Gomes - de 65\\\\/66 a 143\\\\/144\\\",\\\"number\\\":\\\"75\\\",\\\"complement\\\":\\\"c\\\\/1\\\",\\\"description\\\":\\\"Rua Carlos Gomes - de 65\\\\/66 a 143\\\\/144\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"11.075-671\",\n                    \"state\": \"SP\",\n                    \"city\": \"Santos\",\n                    \"ibge\": \"3548500\",\n                    \"district\": \"Campo Grande\",\n                    \"street\": \"Rua Carlos Gomes - de 65/66 a 143/144\",\n                    \"number\": \"75\",\n                    \"complement\": \"c/1\",\n                    \"description\": \"Rua Carlos Gomes - de 65/66 a 143/144\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 78,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"isabel.bittencourt@urias.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3718-9418\",\n            \"chrName\": \"Andres Padrão\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"994.062.741-67\",\n            \"chrDocumentId\": \"8818360120119\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Atendente de farmácia\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-07-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"25.640-280\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Petr\\\\u00f3polis\\\",\\\"ibge\\\":\\\"3303906\\\",\\\"district\\\":\\\"Castelanea\\\",\\\"street\\\":\\\"Rua Pedro Gall\\\",\\\"number\\\":\\\"44\\\",\\\"complement\\\":\\\"r\\\\/4\\\",\\\"description\\\":\\\"Rua Pedro Gall\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"25.640-280\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Petrópolis\",\n                    \"ibge\": \"3303906\",\n                    \"district\": \"Castelanea\",\n                    \"street\": \"Rua Pedro Gall\",\n                    \"number\": \"44\",\n                    \"complement\": \"r/4\",\n                    \"description\": \"Rua Pedro Gall\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 79,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"paz.rafaela@furtado.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(21) 92510-7853\",\n            \"chrName\": \"Valéria Valdez\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"299.388.906-01\",\n            \"chrDocumentId\": \"3556761518996\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Professor nível médio na educação infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-05-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"27.273-330\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Volta Redonda\\\",\\\"ibge\\\":\\\"3306305\\\",\\\"district\\\":\\\"Siderl\\\\u00e2ndia\\\",\\\"street\\\":\\\"Rua Seis\\\",\\\"number\\\":\\\"157\\\",\\\"complement\\\":\\\"u\\\\/8\\\",\\\"description\\\":\\\"Rua Seis\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"27.273-330\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Volta Redonda\",\n                    \"ibge\": \"3306305\",\n                    \"district\": \"Siderlândia\",\n                    \"street\": \"Rua Seis\",\n                    \"number\": \"157\",\n                    \"complement\": \"u/8\",\n                    \"description\": \"Rua Seis\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 81,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"franco.desouza@rosa.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(42) 97985-1363\",\n            \"chrName\": \"Gabriel Meireles\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"234.940.170-77\",\n            \"chrDocumentId\": \"9995513006949\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de telemarketing receptivo\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1986-03-04T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.955-085\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Mirante\\\",\\\"street\\\":\\\"Pra\\\\u00e7a Hilda dos Santos\\\",\\\"number\\\":\\\"132\\\",\\\"complement\\\":\\\"l\\\\/4\\\",\\\"description\\\":\\\"Pra\\\\u00e7a Hilda dos Santos\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.955-085\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Mirante\",\n                    \"street\": \"Praça Hilda dos Santos\",\n                    \"number\": \"132\",\n                    \"complement\": \"l/4\",\n                    \"description\": \"Praça Hilda dos Santos\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 82,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"kmendes@goncalves.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(32) 4309-1726\",\n            \"chrName\": \"Alonso Padrão\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"178.722.202-02\",\n            \"chrDocumentId\": \"3049859084412\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Embalador\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1975-05-11T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.604-240\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Lorena\\\",\\\"ibge\\\":\\\"3527207\\\",\\\"district\\\":\\\"Vila Geny\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Pel\\\\u00facio\\\",\\\"number\\\":\\\"36\\\",\\\"complement\\\":\\\"c\\\\/13\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Pel\\\\u00facio\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.604-240\",\n                    \"state\": \"SP\",\n                    \"city\": \"Lorena\",\n                    \"ibge\": \"3527207\",\n                    \"district\": \"Vila Geny\",\n                    \"street\": \"Rua Antônio Pelúcio\",\n                    \"number\": \"36\",\n                    \"complement\": \"c/13\",\n                    \"description\": \"Rua Antônio Pelúcio\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 84,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"valencia.christopher@godoi.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(11) 2851-6915\",\n            \"chrName\": \"Estêvão Garcia\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"430.193.334-40\",\n            \"chrDocumentId\": \"9702580412879\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1984-07-14T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"66.635-165\\\",\\\"state\\\":\\\"PA\\\",\\\"city\\\":\\\"Bel\\\\u00e9m\\\",\\\"ibge\\\":\\\"1501402\\\",\\\"district\\\":\\\"Parque Verde\\\",\\\"street\\\":\\\"Vila Nossa Senhora das Gra\\\\u00e7as\\\",\\\"number\\\":\\\"21\\\",\\\"complement\\\":\\\"l\\\\/12\\\",\\\"description\\\":\\\"Vila Nossa Senhora das Gra\\\\u00e7as\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"66.635-165\",\n                    \"state\": \"PA\",\n                    \"city\": \"Belém\",\n                    \"ibge\": \"1501402\",\n                    \"district\": \"Parque Verde\",\n                    \"street\": \"Vila Nossa Senhora das Graças\",\n                    \"number\": \"21\",\n                    \"complement\": \"l/12\",\n                    \"description\": \"Vila Nossa Senhora das Graças\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 87,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"meireles.thiago@ferreira.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(65) 98203-9609\",\n            \"chrName\": \"Christopher Lozano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"417.404.366-36\",\n            \"chrDocumentId\": \"9927037206069\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de lanchonete\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-06-15T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"11.677-175\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Caraguatatuba\\\",\\\"ibge\\\":\\\"3510500\\\",\\\"district\\\":\\\"Massagua\\\\u00e7u\\\",\\\"street\\\":\\\"Rua Manoel Paix\\\\u00e3o\\\",\\\"number\\\":\\\"12\\\",\\\"complement\\\":\\\"d\\\\/18\\\",\\\"description\\\":\\\"Rua Manoel Paix\\\\u00e3o\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"11.677-175\",\n                    \"state\": \"SP\",\n                    \"city\": \"Caraguatatuba\",\n                    \"ibge\": \"3510500\",\n                    \"district\": \"Massaguaçu\",\n                    \"street\": \"Rua Manoel Paixão\",\n                    \"number\": \"12\",\n                    \"complement\": \"d/18\",\n                    \"description\": \"Rua Manoel Paixão\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 93,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"kestrada@carrara.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(61) 3681-9695\",\n            \"chrName\": \"Elizabeth Marinho\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"369.818.038-36\",\n            \"chrDocumentId\": \"9267571406543\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1981-10-24T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"96.209-080\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Rio Grande\\\",\\\"ibge\\\":\\\"4315602\\\",\\\"district\\\":\\\"Cassino\\\",\\\"street\\\":\\\"Rua Dez\\\",\\\"number\\\":\\\"168\\\",\\\"complement\\\":\\\"n\\\\/2\\\",\\\"description\\\":\\\"Rua Dez\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"96.209-080\",\n                    \"state\": \"RS\",\n                    \"city\": \"Rio Grande\",\n                    \"ibge\": \"4315602\",\n                    \"district\": \"Cassino\",\n                    \"street\": \"Rua Dez\",\n                    \"number\": \"168\",\n                    \"complement\": \"n/2\",\n                    \"description\": \"Rua Dez\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 98,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"christopher.mendonca@sales.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(48) 4593-4820\",\n            \"chrName\": \"Felipe Neves\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"535.000.357-79\",\n            \"chrDocumentId\": \"9147477066106\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-02-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"82.980-100\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Cajuru\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Moreira Lopes\\\",\\\"number\\\":\\\"79\\\",\\\"complement\\\":\\\"i\\\\/9\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Moreira Lopes\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"82.980-100\",\n                    \"state\": \"PR\",\n                    \"city\": \"Curitiba\",\n                    \"ibge\": \"4106902\",\n                    \"district\": \"Cajuru\",\n                    \"street\": \"Rua Antônio Moreira Lopes\",\n                    \"number\": \"79\",\n                    \"complement\": \"i/9\",\n                    \"description\": \"Rua Antônio Moreira Lopes\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 109,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"campos.estevao@aragao.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(65) 3313-5853\",\n            \"chrName\": \"Maitê Gomes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"126.726.232-01\",\n            \"chrDocumentId\": \"5195042408053\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1993-04-17T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"96.508-100\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Cachoeira do Sul\\\",\\\"ibge\\\":\\\"4303004\\\",\\\"district\\\":\\\"Parque Xangri-l\\\\u00e1\\\",\\\"street\\\":\\\"Rua Carlos Salzano Vieira da Cunha (Prq Xangri-l\\\\u00e1)\\\",\\\"number\\\":\\\"98\\\",\\\"complement\\\":\\\"c\\\\/3\\\",\\\"description\\\":\\\"Rua Carlos Salzano Vieira da Cunha (Prq Xangri-l\\\\u00e1)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"96.508-100\",\n                    \"state\": \"RS\",\n                    \"city\": \"Cachoeira do Sul\",\n                    \"ibge\": \"4303004\",\n                    \"district\": \"Parque Xangri-lá\",\n                    \"street\": \"Rua Carlos Salzano Vieira da Cunha (Prq Xangri-lá)\",\n                    \"number\": \"98\",\n                    \"complement\": \"c/3\",\n                    \"description\": \"Rua Carlos Salzano Vieira da Cunha (Prq Xangri-lá)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 111,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"camila.rico@davila.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(99) 96023-4205\",\n            \"chrName\": \"Valentina Mendes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"204.259.997-26\",\n            \"chrDocumentId\": \"1025325689913\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1967-05-04T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"57.300-380\\\",\\\"state\\\":\\\"AL\\\",\\\"city\\\":\\\"Arapiraca\\\",\\\"ibge\\\":\\\"2700300\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Trinta de Outubro\\\",\\\"number\\\":\\\"103\\\",\\\"complement\\\":\\\"q\\\\/9\\\",\\\"description\\\":\\\"Rua Trinta de Outubro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"57.300-380\",\n                    \"state\": \"AL\",\n                    \"city\": \"Arapiraca\",\n                    \"ibge\": \"2700300\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Rua Trinta de Outubro\",\n                    \"number\": \"103\",\n                    \"complement\": \"q/9\",\n                    \"description\": \"Rua Trinta de Outubro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 112,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"leonardo.ortiz@teles.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(85) 98512-0071\",\n            \"chrName\": \"Nádia Zaragoça\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"214.091.937-80\",\n            \"chrDocumentId\": \"9868616512396\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1992-10-23T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"39.804-423\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Te\\\\u00f3filo Otoni\\\",\\\"ibge\\\":\\\"3168606\\\",\\\"district\\\":\\\"Joaquim Pedrosa\\\",\\\"street\\\":\\\"Rua Frei Hil\\\\u00e1rio\\\",\\\"number\\\":\\\"134\\\",\\\"complement\\\":\\\"p\\\\/13\\\",\\\"description\\\":\\\"Rua Frei Hil\\\\u00e1rio\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"39.804-423\",\n                    \"state\": \"MG\",\n                    \"city\": \"Teófilo Otoni\",\n                    \"ibge\": \"3168606\",\n                    \"district\": \"Joaquim Pedrosa\",\n                    \"street\": \"Rua Frei Hilário\",\n                    \"number\": \"134\",\n                    \"complement\": \"p/13\",\n                    \"description\": \"Rua Frei Hilário\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 113,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bonilha.mel@gomes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(45) 3896-5839\",\n            \"chrName\": \"Norma Fontes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"736.541.147-33\",\n            \"chrDocumentId\": \"3287189878830\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-05-08T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.030-100\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Central\\\",\\\"street\\\":\\\"Avenida Araguaia - at\\\\u00e9 569 - lado \\\\u00edmpar\\\",\\\"number\\\":\\\"170\\\",\\\"complement\\\":\\\"e\\\\/3\\\",\\\"description\\\":\\\"Avenida Araguaia - at\\\\u00e9 569 - lado \\\\u00edmpar\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"74.030-100\",\n                    \"state\": \"GO\",\n                    \"city\": \"Goiânia\",\n                    \"ibge\": \"5208707\",\n                    \"district\": \"Setor Central\",\n                    \"street\": \"Avenida Araguaia - até 569 - lado ímpar\",\n                    \"number\": \"170\",\n                    \"complement\": \"e/3\",\n                    \"description\": \"Avenida Araguaia - até 569 - lado ímpar\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 115,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"batista.emanuel@pedrosa.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(41) 95220-1379\",\n            \"chrName\": \"Ornela Romero\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"649.625.167-36\",\n            \"chrDocumentId\": \"0704270511326\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Camareiro de hotel\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1986-05-19T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"75.134-200\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"An\\\\u00e1polis\\\",\\\"ibge\\\":\\\"5201108\\\",\\\"district\\\":\\\"Para\\\\u00edso\\\",\\\"street\\\":\\\"Rua \\\\u00d4mega\\\",\\\"number\\\":\\\"88\\\",\\\"complement\\\":\\\"g\\\\/13\\\",\\\"description\\\":\\\"Rua \\\\u00d4mega\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"75.134-200\",\n                    \"state\": \"GO\",\n                    \"city\": \"Anápolis\",\n                    \"ibge\": \"5201108\",\n                    \"district\": \"Paraíso\",\n                    \"street\": \"Rua Ômega\",\n                    \"number\": \"88\",\n                    \"complement\": \"g/13\",\n                    \"description\": \"Rua Ômega\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 119,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ivana02@deoliveira.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(81) 91593-0880\",\n            \"chrName\": \"Isabel Zambrano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"404.502.870-68\",\n            \"chrDocumentId\": \"1436842889810\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Agente comunitário de saúde\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1953-11-17T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.235-020\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Jos\\\\u00e9 dos Campos\\\",\\\"ibge\\\":\\\"3549904\\\",\\\"district\\\":\\\"Jardim Am\\\\u00e9rica\\\",\\\"street\\\":\\\"Rua Paissandu\\\",\\\"number\\\":\\\"76\\\",\\\"complement\\\":\\\"y\\\\/19\\\",\\\"description\\\":\\\"Rua Paissandu\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.235-020\",\n                    \"state\": \"SP\",\n                    \"city\": \"São José dos Campos\",\n                    \"ibge\": \"3549904\",\n                    \"district\": \"Jardim América\",\n                    \"street\": \"Rua Paissandu\",\n                    \"number\": \"76\",\n                    \"complement\": \"y/19\",\n                    \"description\": \"Rua Paissandu\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 123,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ferminiano.suzana@caldeira.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(83) 2711-9409\",\n            \"chrName\": \"Máximo Grego\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"300.568.459-87\",\n            \"chrDocumentId\": \"1539247345377\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Embalador\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-07-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"90.810-071\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Porto Alegre\\\",\\\"ibge\\\":\\\"4314902\\\",\\\"district\\\":\\\"Cristal\\\",\\\"street\\\":\\\"Beco Um (Rua Capivari)\\\",\\\"number\\\":\\\"78\\\",\\\"complement\\\":\\\"d\\\\/20\\\",\\\"description\\\":\\\"Beco Um (Rua Capivari)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"90.810-071\",\n                    \"state\": \"RS\",\n                    \"city\": \"Porto Alegre\",\n                    \"ibge\": \"4314902\",\n                    \"district\": \"Cristal\",\n                    \"street\": \"Beco Um (Rua Capivari)\",\n                    \"number\": \"78\",\n                    \"complement\": \"d/20\",\n                    \"description\": \"Beco Um (Rua Capivari)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 124,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"sbrito@zaragoca.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(49) 2077-3815\",\n            \"chrName\": \"Adriano das Dores\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"404.349.675-30\",\n            \"chrDocumentId\": \"8705220030673\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1990-10-30T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"38.407-018\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Uberl\\\\u00e2ndia\\\",\\\"ibge\\\":\\\"3170206\\\",\\\"district\\\":\\\"Dom Almir\\\",\\\"street\\\":\\\"Rua Persist\\\\u00eancia\\\",\\\"number\\\":\\\"42\\\",\\\"complement\\\":\\\"h\\\\/3\\\",\\\"description\\\":\\\"Rua Persist\\\\u00eancia\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"38.407-018\",\n                    \"state\": \"MG\",\n                    \"city\": \"Uberlândia\",\n                    \"ibge\": \"3170206\",\n                    \"district\": \"Dom Almir\",\n                    \"street\": \"Rua Persistência\",\n                    \"number\": \"42\",\n                    \"complement\": \"h/3\",\n                    \"description\": \"Rua Persistência\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 126,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"saraiva.evandro@lira.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(54) 2630-8409\",\n            \"chrName\": \"Luciana Galhardo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"615.480.417-26\",\n            \"chrDocumentId\": \"4241008786534\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1986-01-10T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"73.803-160\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Formosa\\\",\\\"ibge\\\":\\\"5208004\\\",\\\"district\\\":\\\"Setor Industrial II\\\",\\\"street\\\":\\\"Rua 10\\\",\\\"number\\\":\\\"185\\\",\\\"complement\\\":\\\"h\\\\/13\\\",\\\"description\\\":\\\"Rua 10\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"73.803-160\",\n                    \"state\": \"GO\",\n                    \"city\": \"Formosa\",\n                    \"ibge\": \"5208004\",\n                    \"district\": \"Setor Industrial II\",\n                    \"street\": \"Rua 10\",\n                    \"number\": \"185\",\n                    \"complement\": \"h/13\",\n                    \"description\": \"Rua 10\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 133,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"carmona.allison@chaves.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 4215-8458\",\n            \"chrName\": \"Nádia Aguiar\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"603.292.525-00\",\n            \"chrDocumentId\": \"2640110638021\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1943-09-24T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.930-110\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Picinin\\\",\\\"street\\\":\\\"Rua Henri Potiron\\\",\\\"number\\\":\\\"94\\\",\\\"complement\\\":\\\"w\\\\/17\\\",\\\"description\\\":\\\"Rua Henri Potiron\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.930-110\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Picinin\",\n                    \"street\": \"Rua Henri Potiron\",\n                    \"number\": \"94\",\n                    \"complement\": \"w/17\",\n                    \"description\": \"Rua Henri Potiron\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 134,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"estevao.aranda@pedrosa.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(24) 3878-8156\",\n            \"chrName\": \"Inácio Leon\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"126.554.044-67\",\n            \"chrDocumentId\": \"3893408408607\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Garçom\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1962-10-31T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"24.342-825\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Niter\\\\u00f3i\\\",\\\"ibge\\\":\\\"3303302\\\",\\\"district\\\":\\\"Serra Grande\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 Flor\\\\u00eancio Pereira (Lot Soter)\\\",\\\"number\\\":\\\"106\\\",\\\"complement\\\":\\\"e\\\\/12\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 Flor\\\\u00eancio Pereira (Lot Soter)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"24.342-825\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Niterói\",\n                    \"ibge\": \"3303302\",\n                    \"district\": \"Serra Grande\",\n                    \"street\": \"Rua José Florêncio Pereira (Lot Soter)\",\n                    \"number\": \"106\",\n                    \"complement\": \"e/12\",\n                    \"description\": \"Rua José Florêncio Pereira (Lot Soter)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 135,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"norma46@dacruz.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 4780-6901\",\n            \"chrName\": \"Nádia Ramires\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"356.382.238-78\",\n            \"chrDocumentId\": \"3130429398972\",\n            \"chrNacionality\": \"Brasileiro\",\n            \"chrProfession\": \"Vendedor em comércio atacadista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-03-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"78.923-250\\\",\\\"state\\\":\\\"RO\\\",\\\"city\\\":\\\"Porto Velho\\\",\\\"ibge\\\":\\\"1100205\\\",\\\"district\\\":\\\"Concei\\\\u00e7\\\\u00e3o\\\",\\\"street\\\":\\\"Rua Jo\\\\u00e3o Paulo II\\\",\\\"number\\\":\\\"75\\\",\\\"complement\\\":\\\"u\\\\/16\\\",\\\"description\\\":\\\"Rua Jo\\\\u00e3o Paulo II\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"78.923-250\",\n                    \"state\": \"RO\",\n                    \"city\": \"Porto Velho\",\n                    \"ibge\": \"1100205\",\n                    \"district\": \"Conceição\",\n                    \"street\": \"Rua João Paulo II\",\n                    \"number\": \"75\",\n                    \"complement\": \"u/16\",\n                    \"description\": \"Rua João Paulo II\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 143,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"luciana.sepulveda@rios.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(88) 4894-0997\",\n            \"chrName\": \"Ariana Zambrano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"984.280.259-08\",\n            \"chrDocumentId\": \"9929857194584\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1968-12-23T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"04.856-230\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim Novo Horizonte\\\",\\\"street\\\":\\\"Rua Sult\\\\u00e3o das Matas\\\",\\\"number\\\":\\\"80\\\",\\\"complement\\\":\\\"c\\\\/20\\\",\\\"description\\\":\\\"Rua Sult\\\\u00e3o das Matas\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"04.856-230\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jardim Novo Horizonte\",\n                    \"street\": \"Rua Sultão das Matas\",\n                    \"number\": \"80\",\n                    \"complement\": \"c/20\",\n                    \"description\": \"Rua Sultão das Matas\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 147,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"maximiano.delatorre@cortes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(37) 96543-1332\",\n            \"chrName\": \"Salomé Ferreira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"801.388.443-05\",\n            \"chrDocumentId\": \"4899971017830\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Açougueiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1991-11-10T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"09.960-410\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Diadema\\\",\\\"ibge\\\":\\\"3513801\\\",\\\"district\\\":\\\"Vila Nogueira\\\",\\\"street\\\":\\\"Rua Jos\\\\u00e9 de Barros Lima\\\",\\\"number\\\":\\\"34\\\",\\\"complement\\\":\\\"x\\\\/11\\\",\\\"description\\\":\\\"Rua Jos\\\\u00e9 de Barros Lima\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"09.960-410\",\n                    \"state\": \"SP\",\n                    \"city\": \"Diadema\",\n                    \"ibge\": \"3513801\",\n                    \"district\": \"Vila Nogueira\",\n                    \"street\": \"Rua José de Barros Lima\",\n                    \"number\": \"34\",\n                    \"complement\": \"x/11\",\n                    \"description\": \"Rua José de Barros Lima\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 148,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"carlos.queiros@soares.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(91) 3284-0272\",\n            \"chrName\": \"Alan Pereira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"755.711.616-04\",\n            \"chrDocumentId\": \"8636454231726\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1992-01-16T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"21.020-390\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Rio de Janeiro\\\",\\\"ibge\\\":\\\"3304557\\\",\\\"district\\\":\\\"Penha\\\",\\\"street\\\":\\\"Rua Fuas Roupinho\\\",\\\"number\\\":\\\"199\\\",\\\"complement\\\":\\\"i\\\\/16\\\",\\\"description\\\":\\\"Rua Fuas Roupinho\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"21.020-390\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Rio de Janeiro\",\n                    \"ibge\": \"3304557\",\n                    \"district\": \"Penha\",\n                    \"street\": \"Rua Fuas Roupinho\",\n                    \"number\": \"199\",\n                    \"complement\": \"i/16\",\n                    \"description\": \"Rua Fuas Roupinho\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 149,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"abgail96@torres.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(43) 92431-3327\",\n            \"chrName\": \"Amanda Cordeiro\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"228.023.248-02\",\n            \"chrDocumentId\": \"4900642061497\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Embalador\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1994-03-14T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.702-450\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Cruzeiro\\\",\\\"ibge\\\":\\\"3513405\\\",\\\"district\\\":\\\"Vila Washington Beleza\\\",\\\"street\\\":\\\"Rua dos Andradas - de 541\\\\/542 a 949\\\\/950\\\",\\\"number\\\":\\\"169\\\",\\\"complement\\\":\\\"q\\\\/18\\\",\\\"description\\\":\\\"Rua dos Andradas - de 541\\\\/542 a 949\\\\/950\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.702-450\",\n                    \"state\": \"SP\",\n                    \"city\": \"Cruzeiro\",\n                    \"ibge\": \"3513405\",\n                    \"district\": \"Vila Washington Beleza\",\n                    \"street\": \"Rua dos Andradas - de 541/542 a 949/950\",\n                    \"number\": \"169\",\n                    \"complement\": \"q/18\",\n                    \"description\": \"Rua dos Andradas - de 541/542 a 949/950\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 155,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 8,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"fabiana84@brito.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(16) 2898-0744\",\n            \"chrName\": \"Noelí Caldeira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"598.575.641-60\",\n            \"chrDocumentId\": \"3538326990599\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cobrador de transportes coletivos\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1965-09-05T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"05.877-210\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim Guaruj\\\\u00e1\\\",\\\"street\\\":\\\"Rua Doutor Jo\\\\u00e3o Baptista Parmigiani\\\",\\\"number\\\":\\\"199\\\",\\\"complement\\\":\\\"r\\\\/13\\\",\\\"description\\\":\\\"Rua Doutor Jo\\\\u00e3o Baptista Parmigiani\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"05.877-210\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jardim Guarujá\",\n                    \"street\": \"Rua Doutor João Baptista Parmigiani\",\n                    \"number\": \"199\",\n                    \"complement\": \"r/13\",\n                    \"description\": \"Rua Doutor João Baptista Parmigiani\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\"\n            ],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/renter/list?page=1\",\n    \"from\": 1,\n    \"last_page\": 22,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/renter/list?page=22\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/renter/list?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/report/renter/list\",\n    \"per_page\": 50,\n    \"prev_page_url\": null,\n    \"to\": 50,\n    \"total\": 1061\n}"}],"_postman_id":"4c4a846a-ce79-497a-84a4-6a190d0a8e73"}],"id":"0c569980-0bf7-4986-8950-43ecd210184c","_postman_id":"0c569980-0bf7-4986-8950-43ecd210184c","description":""},{"name":"Fiadores","item":[{"name":"Listagem","id":"3269008d-c966-49eb-b9e3-329ff91d7160","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman","description":"<p>Essa rota retornará uma listagem paginada de todos os fiadores que corresponderem ao filtro enviado. Essa rota é mais útil quando:</p>\n<ol>\n<li>É necessário capturar todos os fiadores (bastando para isso enviar a consulta sem filtro algum).</li>\n<li>É necessário capturar um fiador específico. Para isso, deve ser enviado o parâmetro \"filter\", através do qual pode ser enviado qualquer um dos campos a seguir:</li>\n</ol>\n<ul>\n<li>\"chrName\"</li>\n<li>\"chrName2\"</li>\n<li>\"chrRegisterNumber\"</li>\n<li>\"chrDocumentId\"</li>\n<li>\"vrcEmail\"</li>\n</ul>\n","urlObject":{"path":["partner","bondsman"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"f4f1dd1d-e5b1-4606-ae24-e25e3310bde2","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:36:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 5307,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Rivera\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"304.732.906-00\",\n            \"chrDocumentId\": \"8238848027785\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"64.495-000\\\",\\\"state\\\":\\\"PI\\\",\\\"city\\\":\\\"Jardim do Mulato\\\",\\\"ibge\\\":\\\"2205250\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Jaime Soares\\\",\\\"number\\\":\\\"64\\\",\\\"complement\\\":\\\"m\\\\/10\\\",\\\"description\\\":\\\"Avenida Jaime Soares\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1949-01-28T03:00:00.000000Z\",\n            \"vrcEmail\": \"pdelvalle@batista.org\",\n            \"address\": [\n                {\n                    \"code\": \"64.495-000\",\n                    \"state\": \"PI\",\n                    \"city\": \"Jardim do Mulato\",\n                    \"ibge\": \"2205250\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Avenida Jaime Soares\",\n                    \"number\": \"64\",\n                    \"complement\": \"m/10\",\n                    \"description\": \"Avenida Jaime Soares\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4958,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Queirós\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"746.304.159-04\",\n            \"chrDocumentId\": \"6970376947401\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"72.465-370\\\",\\\"state\\\":\\\"DF\\\",\\\"city\\\":\\\"Gama\\\",\\\"ibge\\\":\\\"5300108\\\",\\\"district\\\":\\\"Setor Leste\\\",\\\"street\\\":\\\"Quadra 37\\\",\\\"number\\\":\\\"168\\\",\\\"complement\\\":\\\"m\\\\/8\\\",\\\"description\\\":\\\"Quadra 37\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1966-05-11T03:00:00.000000Z\",\n            \"vrcEmail\": \"giovana.grego@marin.com\",\n            \"address\": [\n                {\n                    \"code\": \"72.465-370\",\n                    \"state\": \"DF\",\n                    \"city\": \"Gama\",\n                    \"ibge\": \"5300108\",\n                    \"district\": \"Setor Leste\",\n                    \"street\": \"Quadra 37\",\n                    \"number\": \"168\",\n                    \"complement\": \"m/8\",\n                    \"description\": \"Quadra 37\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 5269,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Pena\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"480.567.079-72\",\n            \"chrDocumentId\": \"5691592296080\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"20.221-193\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Rio de Janeiro\\\",\\\"ibge\\\":\\\"3304557\\\",\\\"district\\\":\\\"Gamboa\\\",\\\"street\\\":\\\"Rua do Livramento - at\\\\u00e9 126 - lado par\\\",\\\"number\\\":\\\"99\\\",\\\"complement\\\":\\\"l\\\\/6\\\",\\\"description\\\":\\\"Rua do Livramento - at\\\\u00e9 126 - lado par\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"ccolaco@fidalgo.org\",\n            \"address\": [\n                {\n                    \"code\": \"20.221-193\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Rio de Janeiro\",\n                    \"ibge\": \"3304557\",\n                    \"district\": \"Gamboa\",\n                    \"street\": \"Rua do Livramento - até 126 - lado par\",\n                    \"number\": \"99\",\n                    \"complement\": \"l/6\",\n                    \"description\": \"Rua do Livramento - até 126 - lado par\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 5573,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Lozano\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"107.084.538-80\",\n            \"chrDocumentId\": \"4757816293364\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"67.130-670\\\",\\\"state\\\":\\\"PA\\\",\\\"city\\\":\\\"Ananindeua\\\",\\\"ibge\\\":\\\"1500800\\\",\\\"district\\\":\\\"Coqueiro\\\",\\\"street\\\":\\\"Estrada da Provid\\\\u00eancia - at\\\\u00e9 km 1,400 - lado par\\\",\\\"number\\\":\\\"160\\\",\\\"complement\\\":\\\"x\\\\/3\\\",\\\"description\\\":\\\"Estrada da Provid\\\\u00eancia - at\\\\u00e9 km 1,400 - lado par\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1979-10-09T03:00:00.000000Z\",\n            \"vrcEmail\": \"rodrigo96@teles.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"67.130-670\",\n                    \"state\": \"PA\",\n                    \"city\": \"Ananindeua\",\n                    \"ibge\": \"1500800\",\n                    \"district\": \"Coqueiro\",\n                    \"street\": \"Estrada da Providência - até km 1,400 - lado par\",\n                    \"number\": \"160\",\n                    \"complement\": \"x/3\",\n                    \"description\": \"Estrada da Providência - até km 1,400 - lado par\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 6162,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Guerra\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"525.547.051-19\",\n            \"chrDocumentId\": \"4072829997669\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"17.602-490\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Tup\\\\u00e3\\\",\\\"ibge\\\":\\\"3555000\\\",\\\"district\\\":\\\"Jardim Itaipu\\\",\\\"street\\\":\\\"Rua Euclides da Cunha\\\",\\\"number\\\":\\\"88\\\",\\\"complement\\\":\\\"n\\\\/10\\\",\\\"description\\\":\\\"Rua Euclides da Cunha\\\"}]\",\n            \"dttRegister\": \"2022-06-15T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1956-04-23T03:00:00.000000Z\",\n            \"vrcEmail\": \"julia.sanches@dasneves.com\",\n            \"address\": [\n                {\n                    \"code\": \"17.602-490\",\n                    \"state\": \"SP\",\n                    \"city\": \"Tupã\",\n                    \"ibge\": \"3555000\",\n                    \"district\": \"Jardim Itaipu\",\n                    \"street\": \"Rua Euclides da Cunha\",\n                    \"number\": \"88\",\n                    \"complement\": \"n/10\",\n                    \"description\": \"Rua Euclides da Cunha\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 2824,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Fontes\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"525.931.529-40\",\n            \"chrDocumentId\": \"3140320888094\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.208-700\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Jundia\\\\u00ed\\\",\\\"ibge\\\":\\\"3525904\\\",\\\"district\\\":\\\"Jardim Fl\\\\u00f3rida\\\",\\\"street\\\":\\\"Avenida Monsenhor Hamilton Jos\\\\u00e9 Bianchi\\\",\\\"number\\\":\\\"120\\\",\\\"complement\\\":\\\"i\\\\/12\\\",\\\"description\\\":\\\"Avenida Monsenhor Hamilton Jos\\\\u00e9 Bianchi\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1966-10-04T03:00:00.000000Z\",\n            \"vrcEmail\": \"dpereira@dominato.com\",\n            \"address\": [\n                {\n                    \"code\": \"13.208-700\",\n                    \"state\": \"SP\",\n                    \"city\": \"Jundiaí\",\n                    \"ibge\": \"3525904\",\n                    \"district\": \"Jardim Flórida\",\n                    \"street\": \"Avenida Monsenhor Hamilton José Bianchi\",\n                    \"number\": \"120\",\n                    \"complement\": \"i/12\",\n                    \"description\": \"Avenida Monsenhor Hamilton José Bianchi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 5499,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Ferreira\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"579.604.298-04\",\n            \"chrDocumentId\": \"7160439069465\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"88.516-160\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Lages\\\",\\\"ibge\\\":\\\"4209300\\\",\\\"district\\\":\\\"Caroba\\\",\\\"street\\\":\\\"Rua do Lim\\\\u00e3o\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"q\\\\/10\\\",\\\"description\\\":\\\"Rua do Lim\\\\u00e3o\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1956-08-18T03:00:00.000000Z\",\n            \"vrcEmail\": \"thalissa16@ramires.br\",\n            \"address\": [\n                {\n                    \"code\": \"88.516-160\",\n                    \"state\": \"SC\",\n                    \"city\": \"Lages\",\n                    \"ibge\": \"4209300\",\n                    \"district\": \"Caroba\",\n                    \"street\": \"Rua do Limão\",\n                    \"number\": \"150\",\n                    \"complement\": \"q/10\",\n                    \"description\": \"Rua do Limão\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 4930,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Chaves\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"229.549.057-00\",\n            \"chrDocumentId\": \"2242338832945\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"59.122-340\\\",\\\"state\\\":\\\"RN\\\",\\\"city\\\":\\\"Natal\\\",\\\"ibge\\\":\\\"2408102\\\",\\\"district\\\":\\\"Paju\\\\u00e7ara\\\",\\\"street\\\":\\\"Rua Taguatinga\\\",\\\"number\\\":\\\"91\\\",\\\"complement\\\":\\\"v\\\\/1\\\",\\\"description\\\":\\\"Rua Taguatinga\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1964-01-05T02:00:00.000000Z\",\n            \"vrcEmail\": \"santana.joaquin@soto.com.br\",\n            \"address\": [\n                {\n                    \"code\": \"59.122-340\",\n                    \"state\": \"RN\",\n                    \"city\": \"Natal\",\n                    \"ibge\": \"2408102\",\n                    \"district\": \"Pajuçara\",\n                    \"street\": \"Rua Taguatinga\",\n                    \"number\": \"91\",\n                    \"complement\": \"v/1\",\n                    \"description\": \"Rua Taguatinga\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 5870,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Ziraldo Aranda\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"933.099.033-97\",\n            \"chrDocumentId\": \"7732162155375\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.608-334\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Botucatu\\\",\\\"ibge\\\":\\\"3507506\\\",\\\"district\\\":\\\"Vila Casa Branca\\\",\\\"street\\\":\\\"Rua Floriano Sim\\\\u00f5es - de 402\\\\/403 ao fim\\\",\\\"number\\\":\\\"44\\\",\\\"complement\\\":\\\"q\\\\/10\\\",\\\"description\\\":\\\"Rua Floriano Sim\\\\u00f5es - de 402\\\\/403 ao fim\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1970-08-02T03:00:00.000000Z\",\n            \"vrcEmail\": \"dasilva.thales@meireles.org\",\n            \"address\": [\n                {\n                    \"code\": \"18.608-334\",\n                    \"state\": \"SP\",\n                    \"city\": \"Botucatu\",\n                    \"ibge\": \"3507506\",\n                    \"district\": \"Vila Casa Branca\",\n                    \"street\": \"Rua Floriano Simões - de 402/403 ao fim\",\n                    \"number\": \"44\",\n                    \"complement\": \"q/10\",\n                    \"description\": \"Rua Floriano Simões - de 402/403 ao fim\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1312,\n            \"chrType\": \"PF\",\n            \"chrName\": \"Vitória Zaragoça\",\n            \"chrName2\": \"\",\n            \"chrRegisterNumber\": \"884.079.631-27\",\n            \"chrDocumentId\": \"0289897675013\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"17.053-852\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Bauru\\\",\\\"ibge\\\":\\\"3506003\\\",\\\"district\\\":\\\"Residencial Lago Sul\\\",\\\"street\\\":\\\"Rua Manoel Maria Cardoso\\\",\\\"number\\\":\\\"163\\\",\\\"complement\\\":\\\"r\\\\/2\\\",\\\"description\\\":\\\"Rua Manoel Maria Cardoso\\\"}]\",\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dteDateofBirth\": \"1700-01-01T03:06:28.000000Z\",\n            \"vrcEmail\": \"ifeliciano@ortiz.net.br\",\n            \"address\": [\n                {\n                    \"code\": \"17.053-852\",\n                    \"state\": \"SP\",\n                    \"city\": \"Bauru\",\n                    \"ibge\": \"3506003\",\n                    \"district\": \"Residencial Lago Sul\",\n                    \"street\": \"Rua Manoel Maria Cardoso\",\n                    \"number\": \"163\",\n                    \"complement\": \"r/2\",\n                    \"description\": \"Rua Manoel Maria Cardoso\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": [],\n            \"payment\": [],\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/bondsman?page=1\",\n    \"from\": 1,\n    \"last_page\": 158,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/bondsman?page=158\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/bondsman?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/bondsman\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 1576\n}"}],"_postman_id":"3269008d-c966-49eb-b9e3-329ff91d7160"},{"name":"Cadastro","id":"55a9dee1-d099-4f28-b00d-0415e46faff5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman","description":"<p>Essa rota deve ser utilizada para o cadastro de novos fiadores, conforme exemplo abaixo. Para mais detalhes dos campos a serem enviados, consultar tabela de referência acima.</p>\n","urlObject":{"path":["partner","bondsman"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"778392d9-8f87-4752-b7b3-d817d7742dab","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:37:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 28,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\",\n        \"RENTER\",\n        \"BONDSMAN\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"55a9dee1-d099-4f28-b00d-0415e46faff5"},{"name":"Alteração","id":"f82294fe-f49e-4144-8ade-233ec7022898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman/7219","description":"<p>Para editar um cadastro já existente, bastante enviar o método PUT e incluir o ID do fiador na rota, conforme exemplo abaixo. Todos os campos podem ser editados, exceto o próprio ID.</p>\n","urlObject":{"path":["partner","bondsman","7219"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"29c7d422-bc3a-459c-89a3-703737e14641","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"types\": [],\r\n    \"fkManagement\": 0,\r\n    \"fkPartner\": 0,\r\n    \"vrcEmail\": \"teste@proprietario.com.br\",\r\n    \"chrMainPhone\": \"+55 41 3015-2727\",\r\n    \"chrType\": \"PF\",\r\n    \"chrName\": \"Nome do Proprietário\",\r\n    \"chrName2\": \"\",\r\n    \"chrInsider\": \"VIP\",\r\n    \"chrRegisterNumber\": \"934.343.410-30\",\r\n    \"chrDocumentId\": \"12234654\",\r\n    \"chrNacionality\": \"Brasileiro\",\r\n    \"chrProfession\": \"Empresário\",\r\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\r\n    \"dteDateofBirth\": \"2022-09-01\",\r\n    \"txtNote\": \"Teste de alerta\",\r\n    \"attachments\": [],\r\n    \"payment\": {\r\n        \"method\": \"ted_doc\",\r\n        \"accType\": \"conta_corrente\",\r\n        \"bank\": \"001\",\r\n        \"agency\": \"1234\",\r\n        \"acc\": \"456878-5\",\r\n        \"operation\": \"\",\r\n        \"name\": \"\",\r\n        \"docType\": \"\",\r\n        \"document\": \"\",\r\n        \"hasTransferFee\": true\r\n    },\r\n    \"settings\": {\r\n        \"reterISSQN\": false,\r\n        \"reterIRRF\": false,\r\n        \"reterINSS\": false,\r\n        \"reterPCCS\": false,\r\n        \"email\": \"teste@proprietario.com.br\",\r\n        \"emailAccounting\": \"teste@proprietario.com.br\"\r\n    },\r\n    \"condo\": {\r\n        \"billingCondition\": \"BEFORE\",\r\n        \"billingDueDay\": 1\r\n    },\r\n    \"contact\": [\r\n        {\r\n            \"type\": \"CHARGE_EMAIL\",\r\n            \"description\": \"E-mail da contabilidade\",\r\n            \"value\": \"financeiro@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"EMAIL\",\r\n            \"description\": \"Email secundário\",\r\n            \"value\": \"segundoemail@proprietario.com.br\"\r\n        },\r\n        {\r\n            \"type\": \"MOBILE\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 94854-7785\"\r\n        },\r\n        {\r\n            \"type\": \"WATSAPP\",\r\n            \"description\": \"\",\r\n            \"value\": \"(41) 98789-7854\"\r\n        },\r\n        {\r\n            \"type\": \"WEBSITE\",\r\n            \"description\": \"Empresa do proprietário\",\r\n            \"value\": \"https://sitedoproprietario.com.br\"\r\n        }\r\n    ],\r\n    \"representatives\": [],\r\n    \"address\": [\r\n        {\r\n            \"description\": \"Casa\",\r\n            \"code\": \"80.250-210\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Centro\",\r\n            \"street\": \"Avenida Sete de Setembro\",\r\n            \"number\": \"4220\",\r\n            \"complement\": \"ap 101\"\r\n        },\r\n        {\r\n            \"description\": \"Escritório\",\r\n            \"code\": \"81.540-090\",\r\n            \"state\": \"PR\",\r\n            \"city\": \"Curitiba\",\r\n            \"ibge\": \"4106902\",\r\n            \"district\": \"Jardim das Américas\",\r\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\r\n            \"number\": \"974\",\r\n            \"complement\": \"casa 3\"\r\n        }\r\n    ],\r\n    \"assets\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/bondsman/7219"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 13:37:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7219,\n    \"ak\": 1,\n    \"fkUser\": null,\n    \"fkPartner\": 0,\n    \"fkManagement\": 0,\n    \"intBitwiseType\": 28,\n    \"chrType\": \"PF\",\n    \"vrcEmail\": \"teste@proprietario.com.br\",\n    \"chrPass\": null,\n    \"chrToken\": null,\n    \"chrMainPhone\": \"+55 41 3015-2727\",\n    \"chrName\": \"Nome do Proprietário\",\n    \"chrName2\": null,\n    \"chrInsider\": \"VIP\",\n    \"chrRegisterNumber\": \"934.343.410-30\",\n    \"chrDocumentId\": \"12234654\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Empresário\",\n    \"chrMaritalStatus\": \"SEPARATE_PROPERTY_RULING\",\n    \"dteDateofBirth\": \"2022-09-01T03:00:00.000000Z\",\n    \"txtNote\": \"Teste de alerta\",\n    \"jsonAddress\": \"[{\\\"description\\\":\\\"Casa\\\",\\\"code\\\":\\\"80.250-210\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida Sete de Setembro\\\",\\\"number\\\":\\\"4220\\\",\\\"complement\\\":\\\"ap 101\\\"},{\\\"description\\\":\\\"Escrit\\\\u00f3rio\\\",\\\"code\\\":\\\"81.540-090\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Curitiba\\\",\\\"ibge\\\":\\\"4106902\\\",\\\"district\\\":\\\"Jardim das Am\\\\u00e9ricas\\\",\\\"street\\\":\\\"Rua Coronel Alfredo Ferreira da Costa\\\",\\\"number\\\":\\\"974\\\",\\\"complement\\\":\\\"casa 3\\\"}]\",\n    \"jsonContact\": \"[{\\\"type\\\":\\\"CHARGE_EMAIL\\\",\\\"description\\\":\\\"E-mail da contabilidade\\\",\\\"value\\\":\\\"financeiro@proprietario.com.br\\\"},{\\\"type\\\":\\\"EMAIL\\\",\\\"description\\\":\\\"Email secund\\\\u00e1rio\\\",\\\"value\\\":\\\"segundoemail@proprietario.com.br\\\"},{\\\"type\\\":\\\"MOBILE\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 94854-7785\\\"},{\\\"type\\\":\\\"WATSAPP\\\",\\\"description\\\":null,\\\"value\\\":\\\"(41) 98789-7854\\\"},{\\\"type\\\":\\\"WEBSITE\\\",\\\"description\\\":\\\"Empresa do propriet\\\\u00e1rio\\\",\\\"value\\\":\\\"https:\\\\/\\\\/sitedoproprietario.com.br\\\"}]\",\n    \"jsonSettings\": \"{\\\"reterISSQN\\\":false,\\\"reterIRRF\\\":false,\\\"reterINSS\\\":false,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"teste@proprietario.com.br\\\",\\\"emailAccounting\\\":\\\"teste@proprietario.com.br\\\"}\",\n    \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"001\\\",\\\"agency\\\":\\\"1234\\\",\\\"acc\\\":\\\"456878-5\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":null,\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n    \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n    \"jsonAgents\": \"[]\",\n    \"jsonRepresentatives\": \"[]\",\n    \"jsonAttachments\": \"[]\",\n    \"vrcInfo\": null,\n    \"dttRegister\": \"2022-09-05T03:00:00.000000Z\",\n    \"dttDeleted\": null,\n    \"address\": [\n        {\n            \"description\": \"Casa\",\n            \"code\": \"80.250-210\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Centro\",\n            \"street\": \"Avenida Sete de Setembro\",\n            \"number\": \"4220\",\n            \"complement\": \"ap 101\"\n        },\n        {\n            \"description\": \"Escritório\",\n            \"code\": \"81.540-090\",\n            \"state\": \"PR\",\n            \"city\": \"Curitiba\",\n            \"ibge\": \"4106902\",\n            \"district\": \"Jardim das Américas\",\n            \"street\": \"Rua Coronel Alfredo Ferreira da Costa\",\n            \"number\": \"974\",\n            \"complement\": \"casa 3\"\n        }\n    ],\n    \"contact\": [\n        {\n            \"type\": \"CHARGE_EMAIL\",\n            \"description\": \"E-mail da contabilidade\",\n            \"value\": \"financeiro@proprietario.com.br\"\n        },\n        {\n            \"type\": \"EMAIL\",\n            \"description\": \"Email secundário\",\n            \"value\": \"segundoemail@proprietario.com.br\"\n        },\n        {\n            \"type\": \"MOBILE\",\n            \"description\": null,\n            \"value\": \"(41) 94854-7785\"\n        },\n        {\n            \"type\": \"WATSAPP\",\n            \"description\": null,\n            \"value\": \"(41) 98789-7854\"\n        },\n        {\n            \"type\": \"WEBSITE\",\n            \"description\": \"Empresa do proprietário\",\n            \"value\": \"https://sitedoproprietario.com.br\"\n        }\n    ],\n    \"settings\": {\n        \"reterISSQN\": false,\n        \"reterIRRF\": false,\n        \"reterINSS\": false,\n        \"reterPCCS\": false,\n        \"email\": \"teste@proprietario.com.br\",\n        \"emailAccounting\": \"teste@proprietario.com.br\"\n    },\n    \"payment\": {\n        \"method\": \"ted_doc\",\n        \"accType\": \"conta_corrente\",\n        \"bank\": \"001\",\n        \"agency\": \"1234\",\n        \"acc\": \"456878-5\",\n        \"operation\": null,\n        \"name\": null,\n        \"docType\": null,\n        \"document\": null,\n        \"hasTransferFee\": true\n    },\n    \"condo\": {\n        \"billingCondition\": \"BEFORE\",\n        \"billingDueDay\": 1\n    },\n    \"agents\": [],\n    \"representatives\": [],\n    \"types\": [\n        \"OWNER\",\n        \"RENTER\",\n        \"BONDSMAN\"\n    ],\n    \"attachments\": []\n}"}],"_postman_id":"f82294fe-f49e-4144-8ade-233ec7022898"},{"name":"Listagem Avançada","id":"79f7787c-cff7-467b-ad3e-6f4c66d663e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list","urlObject":{"path":["partner","report","bondsman","list"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"89025faf-f4d6-4de4-b631-2f9a263b95b1","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrType\": [\"PF\", \"PJ\"],\r\n    \"activeContract\": [\"ACTIVE\", \"INACTIVE\"],\r\n    \"chrMaritalStatus\": [\"SEPARATE_PROPERTY_RULING\", \"PARTIAL_PROPERTY_RULING\", \"COMMUNITY_PROPERTY_RULING\"],\r\n    \"dteDateofBirth\": [\"1940-09-01T03:00:00.000Z\",\"2022-09-01T03:00:00.000Z\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 17:12:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 19,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"cordeiro.camilo@sandoval.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(12) 99245-6788\",\n            \"chrName\": \"Leonardo Soares\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"182.114.461-97\",\n            \"chrDocumentId\": \"4286231196548\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Servente de obras\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-04-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.258-100\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Constan\\\\u00e7a\\\",\\\"street\\\":\\\"Rua Caric\\\\u00e9\\\",\\\"number\\\":\\\"50\\\",\\\"complement\\\":\\\"t\\\\/20\\\",\\\"description\\\":\\\"Rua Caric\\\\u00e9\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.258-100\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Constança\",\n                    \"street\": \"Rua Caricé\",\n                    \"number\": \"50\",\n                    \"complement\": \"t/20\",\n                    \"description\": \"Rua Caricé\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 21,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ziraldo04@dias.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(93) 98408-7064\",\n            \"chrName\": \"Alexandre Uchoa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"834.228.441-71\",\n            \"chrDocumentId\": \"4890787171662\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1982-05-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"03.555-035\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Cidade Patriarca\\\",\\\"street\\\":\\\"Travessa \\\\u00c2ngelo Borduchi\\\",\\\"number\\\":\\\"94\\\",\\\"complement\\\":\\\"u\\\\/8\\\",\\\"description\\\":\\\"Travessa \\\\u00c2ngelo Borduchi\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"03.555-035\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Cidade Patriarca\",\n                    \"street\": \"Travessa Ângelo Borduchi\",\n                    \"number\": \"94\",\n                    \"complement\": \"u/8\",\n                    \"description\": \"Travessa Ângelo Borduchi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 74,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"alexandre28@camacho.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 95282-3933\",\n            \"chrName\": \"Mariana Aragão\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"338.550.649-20\",\n            \"chrDocumentId\": \"0127174817941\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-04-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"11.075-671\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Santos\\\",\\\"ibge\\\":\\\"3548500\\\",\\\"district\\\":\\\"Campo Grande\\\",\\\"street\\\":\\\"Rua Carlos Gomes - de 65\\\\/66 a 143\\\\/144\\\",\\\"number\\\":\\\"75\\\",\\\"complement\\\":\\\"c\\\\/1\\\",\\\"description\\\":\\\"Rua Carlos Gomes - de 65\\\\/66 a 143\\\\/144\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"11.075-671\",\n                    \"state\": \"SP\",\n                    \"city\": \"Santos\",\n                    \"ibge\": \"3548500\",\n                    \"district\": \"Campo Grande\",\n                    \"street\": \"Rua Carlos Gomes - de 65/66 a 143/144\",\n                    \"number\": \"75\",\n                    \"complement\": \"c/1\",\n                    \"description\": \"Rua Carlos Gomes - de 65/66 a 143/144\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 111,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"camila.rico@davila.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(99) 96023-4205\",\n            \"chrName\": \"Valentina Mendes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"204.259.997-26\",\n            \"chrDocumentId\": \"1025325689913\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1967-05-04T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"57.300-380\\\",\\\"state\\\":\\\"AL\\\",\\\"city\\\":\\\"Arapiraca\\\",\\\"ibge\\\":\\\"2700300\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Rua Trinta de Outubro\\\",\\\"number\\\":\\\"103\\\",\\\"complement\\\":\\\"q\\\\/9\\\",\\\"description\\\":\\\"Rua Trinta de Outubro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"57.300-380\",\n                    \"state\": \"AL\",\n                    \"city\": \"Arapiraca\",\n                    \"ibge\": \"2700300\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Rua Trinta de Outubro\",\n                    \"number\": \"103\",\n                    \"complement\": \"q/9\",\n                    \"description\": \"Rua Trinta de Outubro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 113,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bonilha.mel@gomes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(45) 3896-5839\",\n            \"chrName\": \"Norma Fontes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"736.541.147-33\",\n            \"chrDocumentId\": \"3287189878830\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1977-05-08T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"74.030-100\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Goi\\\\u00e2nia\\\",\\\"ibge\\\":\\\"5208707\\\",\\\"district\\\":\\\"Setor Central\\\",\\\"street\\\":\\\"Avenida Araguaia - at\\\\u00e9 569 - lado \\\\u00edmpar\\\",\\\"number\\\":\\\"170\\\",\\\"complement\\\":\\\"e\\\\/3\\\",\\\"description\\\":\\\"Avenida Araguaia - at\\\\u00e9 569 - lado \\\\u00edmpar\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"74.030-100\",\n                    \"state\": \"GO\",\n                    \"city\": \"Goiânia\",\n                    \"ibge\": \"5208707\",\n                    \"district\": \"Setor Central\",\n                    \"street\": \"Avenida Araguaia - até 569 - lado ímpar\",\n                    \"number\": \"170\",\n                    \"complement\": \"e/3\",\n                    \"description\": \"Avenida Araguaia - até 569 - lado ímpar\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 161,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"soto.alonso@mendes.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(87) 3760-5639\",\n            \"chrName\": \"Silvana Cruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"802.522.395-71\",\n            \"chrDocumentId\": \"8497027521092\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Repositor de mercadorias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1968-07-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"92.020-060\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Canoas\\\",\\\"ibge\\\":\\\"4304606\\\",\\\"district\\\":\\\"Marechal Rondon\\\",\\\"street\\\":\\\"Rua Guararapes (Vila Rosa)\\\",\\\"number\\\":\\\"82\\\",\\\"complement\\\":\\\"k\\\\/4\\\",\\\"description\\\":\\\"Rua Guararapes (Vila Rosa)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"92.020-060\",\n                    \"state\": \"RS\",\n                    \"city\": \"Canoas\",\n                    \"ibge\": \"4304606\",\n                    \"district\": \"Marechal Rondon\",\n                    \"street\": \"Rua Guararapes (Vila Rosa)\",\n                    \"number\": \"82\",\n                    \"complement\": \"k/4\",\n                    \"description\": \"Rua Guararapes (Vila Rosa)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 213,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"irene.ortega@balestero.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(86) 90318-9661\",\n            \"chrName\": \"Demian Sanches\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"374.374.262-42\",\n            \"chrDocumentId\": \"3044892645358\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1967-09-20T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"07.179-297\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Guarulhos\\\",\\\"ibge\\\":\\\"3518800\\\",\\\"district\\\":\\\"Jardim Santa Paula\\\",\\\"street\\\":\\\"Rua Dez\\\",\\\"number\\\":\\\"59\\\",\\\"complement\\\":\\\"k\\\\/19\\\",\\\"description\\\":\\\"Rua Dez\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"07.179-297\",\n                    \"state\": \"SP\",\n                    \"city\": \"Guarulhos\",\n                    \"ibge\": \"3518800\",\n                    \"district\": \"Jardim Santa Paula\",\n                    \"street\": \"Rua Dez\",\n                    \"number\": \"59\",\n                    \"complement\": \"k/19\",\n                    \"description\": \"Rua Dez\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 215,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"paula.uchoa@gil.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(67) 97307-2949\",\n            \"chrName\": \"Camila Solano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"343.501.617-59\",\n            \"chrDocumentId\": \"4712050516402\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de farmácia\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1964-08-16T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"28.610-360\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Nova Friburgo\\\",\\\"ibge\\\":\\\"3303401\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Vila Juvenal Marques\\\",\\\"number\\\":\\\"152\\\",\\\"complement\\\":\\\"y\\\\/15\\\",\\\"description\\\":\\\"Vila Juvenal Marques\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"28.610-360\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Nova Friburgo\",\n                    \"ibge\": \"3303401\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Vila Juvenal Marques\",\n                    \"number\": \"152\",\n                    \"complement\": \"y/15\",\n                    \"description\": \"Vila Juvenal Marques\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 238,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rodrigues.andres@neves.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(77) 97000-7131\",\n            \"chrName\": \"Sara Caldeira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"303.015.991-49\",\n            \"chrDocumentId\": \"8530670907536\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-02-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"30.520-100\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"Vila Magnesita\\\",\\\"street\\\":\\\"Rua Ni\\\\u00f3bio\\\",\\\"number\\\":\\\"111\\\",\\\"complement\\\":\\\"j\\\\/9\\\",\\\"description\\\":\\\"Rua Ni\\\\u00f3bio\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"30.520-100\",\n                    \"state\": \"MG\",\n                    \"city\": \"Belo Horizonte\",\n                    \"ibge\": \"3106200\",\n                    \"district\": \"Vila Magnesita\",\n                    \"street\": \"Rua Nióbio\",\n                    \"number\": \"111\",\n                    \"complement\": \"j/9\",\n                    \"description\": \"Rua Nióbio\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 253,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"christopher94@salazar.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(45) 2757-6387\",\n            \"chrName\": \"Francisco Carrara\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"488.642.000-10\",\n            \"chrDocumentId\": \"6490706817410\",\n            \"chrNacionality\": \"brasileiro\",\n            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1954-10-26T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.255-665\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itatiba\\\",\\\"ibge\\\":\\\"3523404\\\",\\\"district\\\":\\\"N\\\\u00facleo Residencial Porto Seguro\\\",\\\"street\\\":\\\"Rua Victor Ant\\\\u00f4nio Caponegro\\\",\\\"number\\\":\\\"31\\\",\\\"complement\\\":\\\"g\\\\/18\\\",\\\"description\\\":\\\"Rua Victor Ant\\\\u00f4nio Caponegro\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"13.255-665\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itatiba\",\n                    \"ibge\": \"3523404\",\n                    \"district\": \"Núcleo Residencial Porto Seguro\",\n                    \"street\": \"Rua Victor Antônio Caponegro\",\n                    \"number\": \"31\",\n                    \"complement\": \"g/18\",\n                    \"description\": \"Rua Victor Antônio Caponegro\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 264,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"martines.isaac@toledo.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(89) 98613-5829\",\n            \"chrName\": \"Kevin Correia\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"958.677.016-89\",\n            \"chrDocumentId\": \"7587359679293\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista de consultório\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1957-07-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"40.710-565\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Salvador\\\",\\\"ibge\\\":\\\"2927408\\\",\\\"district\\\":\\\"Plataforma\\\",\\\"street\\\":\\\"Travessa Igua\\\\u00e7u\\\",\\\"number\\\":\\\"115\\\",\\\"complement\\\":\\\"t\\\\/4\\\",\\\"description\\\":\\\"Travessa Igua\\\\u00e7u\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"40.710-565\",\n                    \"state\": \"BA\",\n                    \"city\": \"Salvador\",\n                    \"ibge\": \"2927408\",\n                    \"district\": \"Plataforma\",\n                    \"street\": \"Travessa Iguaçu\",\n                    \"number\": \"115\",\n                    \"complement\": \"t/4\",\n                    \"description\": \"Travessa Iguaçu\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 269,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ydeaguiar@urias.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(34) 96522-2974\",\n            \"chrName\": \"Vitória da Silva\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"433.603.131-27\",\n            \"chrDocumentId\": \"1944388884639\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Camareiro de hotel\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1957-03-27T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"07.176-260\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Guarulhos\\\",\\\"ibge\\\":\\\"3518800\\\",\\\"district\\\":\\\"Vila Nova Bonsucesso\\\",\\\"street\\\":\\\"Rua Orenoco\\\",\\\"number\\\":\\\"138\\\",\\\"complement\\\":\\\"p\\\\/15\\\",\\\"description\\\":\\\"Rua Orenoco\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"07.176-260\",\n                    \"state\": \"SP\",\n                    \"city\": \"Guarulhos\",\n                    \"ibge\": \"3518800\",\n                    \"district\": \"Vila Nova Bonsucesso\",\n                    \"street\": \"Rua Orenoco\",\n                    \"number\": \"138\",\n                    \"complement\": \"p/15\",\n                    \"description\": \"Rua Orenoco\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 282,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"allison41@reis.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(48) 4101-7376\",\n            \"chrName\": \"Dante Balestero\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"377.812.962-73\",\n            \"chrDocumentId\": \"8934221549791\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de lojas e mercados\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1960-03-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"30.810-005\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Belo Horizonte\\\",\\\"ibge\\\":\\\"3106200\\\",\\\"district\\\":\\\"S\\\\u00e3o Jos\\\\u00e9\\\",\\\"street\\\":\\\"Avenida Presidente Tancredo Neves - at\\\\u00e9 900 - lado par\\\",\\\"number\\\":\\\"106\\\",\\\"complement\\\":\\\"b\\\\/12\\\",\\\"description\\\":\\\"Avenida Presidente Tancredo Neves - at\\\\u00e9 900 - lado par\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"30.810-005\",\n                    \"state\": \"MG\",\n                    \"city\": \"Belo Horizonte\",\n                    \"ibge\": \"3106200\",\n                    \"district\": \"São José\",\n                    \"street\": \"Avenida Presidente Tancredo Neves - até 900 - lado par\",\n                    \"number\": \"106\",\n                    \"complement\": \"b/12\",\n                    \"description\": \"Avenida Presidente Tancredo Neves - até 900 - lado par\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 286,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"cristovao.fernandes@toledo.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(44) 4972-8692\",\n            \"chrName\": \"Francisco Feliciano\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"358.291.551-41\",\n            \"chrDocumentId\": \"3879580405745\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro na confecção em série\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1963-03-09T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"06.670-180\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itapevi\\\",\\\"ibge\\\":\\\"3522505\\\",\\\"district\\\":\\\"Transurb\\\",\\\"street\\\":\\\"Alameda dos Ing\\\\u00e1s\\\",\\\"number\\\":\\\"71\\\",\\\"complement\\\":\\\"q\\\\/13\\\",\\\"description\\\":\\\"Alameda dos Ing\\\\u00e1s\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"06.670-180\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itapevi\",\n                    \"ibge\": \"3522505\",\n                    \"district\": \"Transurb\",\n                    \"street\": \"Alameda dos Ingás\",\n                    \"number\": \"71\",\n                    \"complement\": \"q/13\",\n                    \"description\": \"Alameda dos Ingás\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 417,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"maite.valentin@flores.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(69) 2103-2115\",\n            \"chrName\": \"Christopher Brito\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"729.916.776-00\",\n            \"chrDocumentId\": \"1308920943822\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cobrador de transportes coletivos\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1981-10-20T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"69.067-372\\\",\\\"state\\\":\\\"AM\\\",\\\"city\\\":\\\"Manaus\\\",\\\"ibge\\\":\\\"1302603\\\",\\\"district\\\":\\\"Petr\\\\u00f3polis\\\",\\\"street\\\":\\\"Rua Agapito Pereira\\\",\\\"number\\\":\\\"136\\\",\\\"complement\\\":\\\"z\\\\/2\\\",\\\"description\\\":\\\"Rua Agapito Pereira\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"69.067-372\",\n                    \"state\": \"AM\",\n                    \"city\": \"Manaus\",\n                    \"ibge\": \"1302603\",\n                    \"district\": \"Petrópolis\",\n                    \"street\": \"Rua Agapito Pereira\",\n                    \"number\": \"136\",\n                    \"complement\": \"z/2\",\n                    \"description\": \"Rua Agapito Pereira\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 477,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ksalazar@pereira.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(83) 93360-9124\",\n            \"chrName\": \"Estêvão Marques\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"783.530.754-58\",\n            \"chrDocumentId\": \"8169435301144\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1969-08-06T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"57.081-185\\\",\\\"state\\\":\\\"AL\\\",\\\"city\\\":\\\"Macei\\\\u00f3\\\",\\\"ibge\\\":\\\"2704302\\\",\\\"district\\\":\\\"Tabuleiro do Martins\\\",\\\"street\\\":\\\"Avenida Alberto Alves da C\\\\u00e2mara\\\",\\\"number\\\":\\\"42\\\",\\\"complement\\\":\\\"b\\\\/11\\\",\\\"description\\\":\\\"Avenida Alberto Alves da C\\\\u00e2mara\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":null,\\\"emailAccounting\\\":null}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"57.081-185\",\n                    \"state\": \"AL\",\n                    \"city\": \"Maceió\",\n                    \"ibge\": \"2704302\",\n                    \"district\": \"Tabuleiro do Martins\",\n                    \"street\": \"Avenida Alberto Alves da Câmara\",\n                    \"number\": \"42\",\n                    \"complement\": \"b/11\",\n                    \"description\": \"Avenida Alberto Alves da Câmara\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": null,\n                \"emailAccounting\": null\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 513,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"qavila@lozano.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"6d4ee7fb-13c4-43ba-8363-933cbb6538eb\",\n            \"chrMainPhone\": \"(73) 93594-2575\",\n            \"chrName\": \"Abgail Serra\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"619.198.663-70\",\n            \"chrDocumentId\": \"6553906994413\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1958-11-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"77.445-360\\\",\\\"state\\\":\\\"TO\\\",\\\"city\\\":\\\"Gurupi\\\",\\\"ibge\\\":\\\"1709500\\\",\\\"district\\\":\\\"Cidade Industrial\\\",\\\"street\\\":\\\"Rua Salvador\\\",\\\"number\\\":\\\"171\\\",\\\"complement\\\":\\\"c\\\\/7\\\",\\\"description\\\":\\\"Rua Salvador\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"77.445-360\",\n                    \"state\": \"TO\",\n                    \"city\": \"Gurupi\",\n                    \"ibge\": \"1709500\",\n                    \"district\": \"Cidade Industrial\",\n                    \"street\": \"Rua Salvador\",\n                    \"number\": \"171\",\n                    \"complement\": \"c/7\",\n                    \"description\": \"Rua Salvador\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 521,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bcervantes@ortega.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(82) 4178-2324\",\n            \"chrName\": \"Natália Galindo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"452.500.913-69\",\n            \"chrDocumentId\": \"9958432608647\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1967-12-18T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"19.063-450\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Presidente Prudente\\\",\\\"ibge\\\":\\\"3541406\\\",\\\"district\\\":\\\"Jardim Vale do Sol\\\",\\\"street\\\":\\\"Rua Dimas Fustinoni\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"d\\\\/17\\\",\\\"description\\\":\\\"Rua Dimas Fustinoni\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"19.063-450\",\n                    \"state\": \"SP\",\n                    \"city\": \"Presidente Prudente\",\n                    \"ibge\": \"3541406\",\n                    \"district\": \"Jardim Vale do Sol\",\n                    \"street\": \"Rua Dimas Fustinoni\",\n                    \"number\": \"175\",\n                    \"complement\": \"d/17\",\n                    \"description\": \"Rua Dimas Fustinoni\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 535,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"fidalgo.david@aranda.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(86) 2721-9494\",\n            \"chrName\": \"Isadora Caldeira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"969.020.897-79\",\n            \"chrDocumentId\": \"3905387090872\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador de serviços de limpeza\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-02-16T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"44.080-460\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Feira de Santana\\\",\\\"ibge\\\":\\\"2910800\\\",\\\"district\\\":\\\"Muchila I\\\",\\\"street\\\":\\\"Rua Condor\\\",\\\"number\\\":\\\"84\\\",\\\"complement\\\":\\\"s\\\\/12\\\",\\\"description\\\":\\\"Rua Condor\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"44.080-460\",\n                    \"state\": \"BA\",\n                    \"city\": \"Feira de Santana\",\n                    \"ibge\": \"2910800\",\n                    \"district\": \"Muchila I\",\n                    \"street\": \"Rua Condor\",\n                    \"number\": \"84\",\n                    \"complement\": \"s/12\",\n                    \"description\": \"Rua Condor\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 600,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"laura.beltrao@vieira.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(92) 98644-8660\",\n            \"chrName\": \"Alma Valdez\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"475.282.807-39\",\n            \"chrDocumentId\": \"4680264128291\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Atendente de lojas e mercados\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1978-04-18T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"08.710-560\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Mogi das Cruzes\\\",\\\"ibge\\\":\\\"3530607\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Pra\\\\u00e7a da Bandeira\\\",\\\"number\\\":\\\"199\\\",\\\"complement\\\":\\\"i\\\\/11\\\",\\\"description\\\":\\\"Pra\\\\u00e7a da Bandeira\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"08.710-560\",\n                    \"state\": \"SP\",\n                    \"city\": \"Mogi das Cruzes\",\n                    \"ibge\": \"3530607\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Praça da Bandeira\",\n                    \"number\": \"199\",\n                    \"complement\": \"i/11\",\n                    \"description\": \"Praça da Bandeira\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 607,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"tessalia.pontes@faro.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(22) 3821-4198\",\n            \"chrName\": \"Adriana Ferreira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"862.392.565-36\",\n            \"chrDocumentId\": \"4717463531159\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1983-09-01T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"83.325-194\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Pinhais\\\",\\\"ibge\\\":\\\"4119152\\\",\\\"district\\\":\\\"Ch\\\\u00e1caras Atuba\\\",\\\"street\\\":\\\"Rua Porto Belo\\\",\\\"number\\\":\\\"132\\\",\\\"complement\\\":\\\"y\\\\/15\\\",\\\"description\\\":\\\"Rua Porto Belo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"83.325-194\",\n                    \"state\": \"PR\",\n                    \"city\": \"Pinhais\",\n                    \"ibge\": \"4119152\",\n                    \"district\": \"Chácaras Atuba\",\n                    \"street\": \"Rua Porto Belo\",\n                    \"number\": \"132\",\n                    \"complement\": \"y/15\",\n                    \"description\": \"Rua Porto Belo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 636,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"tais.deaguiar@darosa.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(65) 4660-4415\",\n            \"chrName\": \"Emanuel Galhardo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"811.306.614-40\",\n            \"chrDocumentId\": \"3337052395926\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Armazenista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1989-03-14T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"29.177-165\\\",\\\"state\\\":\\\"ES\\\",\\\"city\\\":\\\"Serra\\\",\\\"ibge\\\":\\\"3205002\\\",\\\"district\\\":\\\"Fazenda Cascata\\\",\\\"street\\\":\\\"Rua do Cravo\\\",\\\"number\\\":\\\"11\\\",\\\"complement\\\":\\\"g\\\\/17\\\",\\\"description\\\":\\\"Rua do Cravo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"29.177-165\",\n                    \"state\": \"ES\",\n                    \"city\": \"Serra\",\n                    \"ibge\": \"3205002\",\n                    \"district\": \"Fazenda Cascata\",\n                    \"street\": \"Rua do Cravo\",\n                    \"number\": \"11\",\n                    \"complement\": \"g/17\",\n                    \"description\": \"Rua do Cravo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 654,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"thalissa.campos@valdez.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(98) 4917-4341\",\n            \"chrName\": \"Ketlin Faro\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"245.016.789-76\",\n            \"chrDocumentId\": \"3406088650945\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1953-11-23T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"66.615-820\\\",\\\"state\\\":\\\"PA\\\",\\\"city\\\":\\\"Bel\\\\u00e9m\\\",\\\"ibge\\\":\\\"1501402\\\",\\\"district\\\":\\\"Marambaia\\\",\\\"street\\\":\\\"Conjunto Magalh\\\\u00e3es Barata\\\",\\\"number\\\":\\\"155\\\",\\\"complement\\\":\\\"m\\\\/2\\\",\\\"description\\\":\\\"Conjunto Magalh\\\\u00e3es Barata\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"66.615-820\",\n                    \"state\": \"PA\",\n                    \"city\": \"Belém\",\n                    \"ibge\": \"1501402\",\n                    \"district\": \"Marambaia\",\n                    \"street\": \"Conjunto Magalhães Barata\",\n                    \"number\": \"155\",\n                    \"complement\": \"m/2\",\n                    \"description\": \"Conjunto Magalhães Barata\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 738,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ptoledo@mendonca.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(67) 4155-8783\",\n            \"chrName\": \"Leandro Azevedo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"617.434.735-40\",\n            \"chrDocumentId\": \"5481253575670\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista em geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-10-12T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"58.075-040\\\",\\\"state\\\":\\\"PB\\\",\\\"city\\\":\\\"Jo\\\\u00e3o Pessoa\\\",\\\"ibge\\\":\\\"2507507\\\",\\\"district\\\":\\\"Ernesto Geisel\\\",\\\"street\\\":\\\"Rua Universit\\\\u00e1ria Ruth Magalh\\\\u00e3es\\\",\\\"number\\\":\\\"172\\\",\\\"complement\\\":\\\"l\\\\/17\\\",\\\"description\\\":\\\"Rua Universit\\\\u00e1ria Ruth Magalh\\\\u00e3es\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"58.075-040\",\n                    \"state\": \"PB\",\n                    \"city\": \"João Pessoa\",\n                    \"ibge\": \"2507507\",\n                    \"district\": \"Ernesto Geisel\",\n                    \"street\": \"Rua Universitária Ruth Magalhães\",\n                    \"number\": \"172\",\n                    \"complement\": \"l/17\",\n                    \"description\": \"Rua Universitária Ruth Magalhães\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 745,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"helena.escobar@queiros.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(33) 99408-2310\",\n            \"chrName\": \"Juliana Rico\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"300.607.449-10\",\n            \"chrDocumentId\": \"0645627048822\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de conservação de vias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1974-12-15T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.952-100\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Vila Renato (Zona Norte)\\\",\\\"street\\\":\\\"Travessa Armando Fiori\\\",\\\"number\\\":\\\"144\\\",\\\"complement\\\":\\\"i\\\\/14\\\",\\\"description\\\":\\\"Travessa Armando Fiori\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.952-100\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Vila Renato (Zona Norte)\",\n                    \"street\": \"Travessa Armando Fiori\",\n                    \"number\": \"144\",\n                    \"complement\": \"i/14\",\n                    \"description\": \"Travessa Armando Fiori\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 774,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"sofia.fontes@dasneves.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(93) 97719-9600\",\n            \"chrName\": \"David Aguiar\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"150.580.547-36\",\n            \"chrDocumentId\": \"6546574057626\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1970-09-08T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"44.080-460\\\",\\\"state\\\":\\\"BA\\\",\\\"city\\\":\\\"Feira de Santana\\\",\\\"ibge\\\":\\\"2910800\\\",\\\"district\\\":\\\"Muchila I\\\",\\\"street\\\":\\\"Rua Condor\\\",\\\"number\\\":\\\"68\\\",\\\"complement\\\":\\\"a\\\\/13\\\",\\\"description\\\":\\\"Rua Condor\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"44.080-460\",\n                    \"state\": \"BA\",\n                    \"city\": \"Feira de Santana\",\n                    \"ibge\": \"2910800\",\n                    \"district\": \"Muchila I\",\n                    \"street\": \"Rua Condor\",\n                    \"number\": \"68\",\n                    \"complement\": \"a/13\",\n                    \"description\": \"Rua Condor\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 776,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"wdelgado@gomes.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(45) 90274-8250\",\n            \"chrName\": \"Christian Faria\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"396.355.655-26\",\n            \"chrDocumentId\": \"7890241458973\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Costureiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1964-12-20T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"79.003-023\\\",\\\"state\\\":\\\"MS\\\",\\\"city\\\":\\\"Campo Grande\\\",\\\"ibge\\\":\\\"5002704\\\",\\\"district\\\":\\\"Itanhang\\\\u00e1 Park\\\",\\\"street\\\":\\\"Rua Geraldo Vasques\\\",\\\"number\\\":\\\"190\\\",\\\"complement\\\":\\\"z\\\\/2\\\",\\\"description\\\":\\\"Rua Geraldo Vasques\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"79.003-023\",\n                    \"state\": \"MS\",\n                    \"city\": \"Campo Grande\",\n                    \"ibge\": \"5002704\",\n                    \"district\": \"Itanhangá Park\",\n                    \"street\": \"Rua Geraldo Vasques\",\n                    \"number\": \"190\",\n                    \"complement\": \"z/2\",\n                    \"description\": \"Rua Geraldo Vasques\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 780,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rafaela75@martines.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"8361dcb1-40e2-4bbb-8471-42a02645ed71\",\n            \"chrMainPhone\": \"(42) 97539-1548\",\n            \"chrName\": \"Antônio Leon\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"829.544.673-80\",\n            \"chrDocumentId\": \"6736838030145\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1988-02-22T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"89.227-067\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Joinville\\\",\\\"ibge\\\":\\\"4209102\\\",\\\"district\\\":\\\"Iriri\\\\u00fa\\\",\\\"street\\\":\\\"Rua Churchil\\\",\\\"number\\\":\\\"60\\\",\\\"complement\\\":\\\"g\\\\/6\\\",\\\"description\\\":\\\"Rua Churchil\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"89.227-067\",\n                    \"state\": \"SC\",\n                    \"city\": \"Joinville\",\n                    \"ibge\": \"4209102\",\n                    \"district\": \"Iririú\",\n                    \"street\": \"Rua Churchil\",\n                    \"number\": \"60\",\n                    \"complement\": \"g/6\",\n                    \"description\": \"Rua Churchil\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 833,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bmeireles@mendes.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(87) 2712-1958\",\n            \"chrName\": \"Lucas Delvalle\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"702.018.688-22\",\n            \"chrDocumentId\": \"5418559963727\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Operador de telemarketing receptivo\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-02-02T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"91.120-654\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Porto Alegre\\\",\\\"ibge\\\":\\\"4314902\\\",\\\"district\\\":\\\"Sarandi\\\",\\\"street\\\":\\\"Acesso Quinze E (Vl N Bras\\\\u00edlia)\\\",\\\"number\\\":\\\"180\\\",\\\"complement\\\":\\\"x\\\\/10\\\",\\\"description\\\":\\\"Acesso Quinze E (Vl N Bras\\\\u00edlia)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"91.120-654\",\n                    \"state\": \"RS\",\n                    \"city\": \"Porto Alegre\",\n                    \"ibge\": \"4314902\",\n                    \"district\": \"Sarandi\",\n                    \"street\": \"Acesso Quinze E (Vl N Brasília)\",\n                    \"number\": \"180\",\n                    \"complement\": \"x/10\",\n                    \"description\": \"Acesso Quinze E (Vl N Brasília)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 839,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"yfeliciano@fidalgo.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(66) 97441-1309\",\n            \"chrName\": \"Agostinho Roque\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"363.290.831-18\",\n            \"chrDocumentId\": \"4763045273694\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Almoxarife\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1985-05-11T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"38.304-186\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Ituiutaba\\\",\\\"ibge\\\":\\\"3134202\\\",\\\"district\\\":\\\"Brasil\\\",\\\"street\\\":\\\"Travessa Peru\\\",\\\"number\\\":\\\"101\\\",\\\"complement\\\":\\\"g\\\\/2\\\",\\\"description\\\":\\\"Travessa Peru\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"38.304-186\",\n                    \"state\": \"MG\",\n                    \"city\": \"Ituiutaba\",\n                    \"ibge\": \"3134202\",\n                    \"district\": \"Brasil\",\n                    \"street\": \"Travessa Peru\",\n                    \"number\": \"101\",\n                    \"complement\": \"g/2\",\n                    \"description\": \"Travessa Peru\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 841,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bbalestero@zamana.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(12) 95741-7433\",\n            \"chrName\": \"Clara Galhardo\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"792.965.808-20\",\n            \"chrDocumentId\": \"5328514233305\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Motociclista no transporte\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1985-11-17T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"96.405-580\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Bag\\\\u00e9\\\",\\\"ibge\\\":\\\"4301602\\\",\\\"district\\\":\\\"Tarum\\\\u00e3\\\",\\\"street\\\":\\\"Travessa Lidio A. Collares\\\",\\\"number\\\":\\\"34\\\",\\\"complement\\\":\\\"p\\\\/1\\\",\\\"description\\\":\\\"Travessa Lidio A. Collares\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"96.405-580\",\n                    \"state\": \"RS\",\n                    \"city\": \"Bagé\",\n                    \"ibge\": \"4301602\",\n                    \"district\": \"Tarumã\",\n                    \"street\": \"Travessa Lidio A. Collares\",\n                    \"number\": \"34\",\n                    \"complement\": \"p/1\",\n                    \"description\": \"Travessa Lidio A. Collares\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 870,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"marques.luciano@medina.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(17) 2661-6106\",\n            \"chrName\": \"Jerônimo Ramires\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"402.479.536-87\",\n            \"chrDocumentId\": \"9836609443918\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Repositor de mercadorias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1956-10-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"24.060-007\\\",\\\"state\\\":\\\"RJ\\\",\\\"city\\\":\\\"Niter\\\\u00f3i\\\",\\\"ibge\\\":\\\"3303302\\\",\\\"district\\\":\\\"S\\\\u00e3o Louren\\\\u00e7o\\\",\\\"street\\\":\\\"Rua Doutor Paulo Ara\\\\u00fajo\\\",\\\"number\\\":\\\"129\\\",\\\"complement\\\":\\\"k\\\\/10\\\",\\\"description\\\":\\\"Rua Doutor Paulo Ara\\\\u00fajo\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"24.060-007\",\n                    \"state\": \"RJ\",\n                    \"city\": \"Niterói\",\n                    \"ibge\": \"3303302\",\n                    \"district\": \"São Lourenço\",\n                    \"street\": \"Rua Doutor Paulo Araújo\",\n                    \"number\": \"129\",\n                    \"complement\": \"k/10\",\n                    \"description\": \"Rua Doutor Paulo Araújo\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 931,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"suzana61@queiros.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(47) 2909-0292\",\n            \"chrName\": \"Ian Santacruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"594.465.986-64\",\n            \"chrDocumentId\": \"0344994144719\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Inspetor de alunos de escola pública\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1981-10-29T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"37.900-318\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Passos\\\",\\\"ibge\\\":\\\"3147907\\\",\\\"district\\\":\\\"Parque Casar\\\\u00e3o\\\",\\\"street\\\":\\\"Avenida Chafariz - at\\\\u00e9 1876\\\\/1877\\\",\\\"number\\\":\\\"57\\\",\\\"complement\\\":\\\"c\\\\/12\\\",\\\"description\\\":\\\"Avenida Chafariz - at\\\\u00e9 1876\\\\/1877\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":false,\\\"email\\\":\\\"fernanda_roche@hotmail.com\\\",\\\"emailAccounting\\\":\\\"fernanda_roche@hotmail.com\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"ted_doc\\\",\\\"accType\\\":\\\"conta_corrente\\\",\\\"bank\\\":\\\"479\\\",\\\"agency\\\":\\\"7013\\\",\\\"acc\\\":\\\"17131-4\\\",\\\"operation\\\":null,\\\"name\\\":null,\\\"docType\\\":\\\"CPF\\\",\\\"document\\\":null,\\\"hasTransferFee\\\":true}\",\n            \"jsonCondo\": \"{\\\"billingCondition\\\":\\\"BEFORE\\\",\\\"billingDueDay\\\":1}\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"37.900-318\",\n                    \"state\": \"MG\",\n                    \"city\": \"Passos\",\n                    \"ibge\": \"3147907\",\n                    \"district\": \"Parque Casarão\",\n                    \"street\": \"Avenida Chafariz - até 1876/1877\",\n                    \"number\": \"57\",\n                    \"complement\": \"c/12\",\n                    \"description\": \"Avenida Chafariz - até 1876/1877\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": false,\n                \"email\": \"fernanda_roche@hotmail.com\",\n                \"emailAccounting\": \"fernanda_roche@hotmail.com\"\n            },\n            \"payment\": {\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"bank\": \"479\",\n                \"agency\": \"7013\",\n                \"acc\": \"17131-4\",\n                \"operation\": null,\n                \"name\": null,\n                \"docType\": \"CPF\",\n                \"document\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": {\n                \"billingCondition\": \"BEFORE\",\n                \"billingDueDay\": 1\n            },\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1028,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"luzia.lozano@leal.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(75) 99193-4219\",\n            \"chrName\": \"Mateus Santacruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"991.081.805-12\",\n            \"chrDocumentId\": \"7821044494289\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1979-10-21T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"97.543-575\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Alegrete\\\",\\\"ibge\\\":\\\"4300406\\\",\\\"district\\\":\\\"Prado\\\",\\\"street\\\":\\\"Rua Zacaria Vilaverde\\\",\\\"number\\\":\\\"114\\\",\\\"complement\\\":\\\"v\\\\/1\\\",\\\"description\\\":\\\"Rua Zacaria Vilaverde\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"97.543-575\",\n                    \"state\": \"RS\",\n                    \"city\": \"Alegrete\",\n                    \"ibge\": \"4300406\",\n                    \"district\": \"Prado\",\n                    \"street\": \"Rua Zacaria Vilaverde\",\n                    \"number\": \"114\",\n                    \"complement\": \"v/1\",\n                    \"description\": \"Rua Zacaria Vilaverde\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1039,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"jlutero@ramos.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(19) 92608-1420\",\n            \"chrName\": \"Sebastião Escobar\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"168.700.291-64\",\n            \"chrDocumentId\": \"3385104723604\",\n            \"chrNacionality\": \"brasileira\",\n            \"chrProfession\": \"Ajudante de motorista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1995-12-11T02:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.050-049\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Campinas\\\",\\\"ibge\\\":\\\"3509502\\\",\\\"district\\\":\\\"Vila Mimosa\\\",\\\"street\\\":\\\"Pra\\\\u00e7a dos Girass\\\\u00f3is\\\",\\\"number\\\":\\\"109\\\",\\\"complement\\\":\\\"e\\\\/1\\\",\\\"description\\\":\\\"Pra\\\\u00e7a dos Girass\\\\u00f3is\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"13.050-049\",\n                    \"state\": \"SP\",\n                    \"city\": \"Campinas\",\n                    \"ibge\": \"3509502\",\n                    \"district\": \"Vila Mimosa\",\n                    \"street\": \"Praça dos Girassóis\",\n                    \"number\": \"109\",\n                    \"complement\": \"e/1\",\n                    \"description\": \"Praça dos Girassóis\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1048,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"zferreira@cruz.net\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(16) 3705-6806\",\n            \"chrName\": \"Sara Guerra\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"145.413.979-00\",\n            \"chrDocumentId\": \"9898851902486\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1951-09-18T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"60.710-000\\\",\\\"state\\\":\\\"CE\\\",\\\"city\\\":\\\"Fortaleza\\\",\\\"ibge\\\":\\\"2304400\\\",\\\"district\\\":\\\"Parangaba\\\",\\\"street\\\":\\\"Avenida Godofredo Maciel - at\\\\u00e9 1249\\\\/1250\\\",\\\"number\\\":\\\"167\\\",\\\"complement\\\":\\\"w\\\\/20\\\",\\\"description\\\":\\\"Avenida Godofredo Maciel - at\\\\u00e9 1249\\\\/1250\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"60.710-000\",\n                    \"state\": \"CE\",\n                    \"city\": \"Fortaleza\",\n                    \"ibge\": \"2304400\",\n                    \"district\": \"Parangaba\",\n                    \"street\": \"Avenida Godofredo Maciel - até 1249/1250\",\n                    \"number\": \"167\",\n                    \"complement\": \"w/20\",\n                    \"description\": \"Avenida Godofredo Maciel - até 1249/1250\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1155,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"fvaldez@santacruz.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(81) 4920-3646\",\n            \"chrName\": \"Emanuel Mendonça\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"930.532.429-07\",\n            \"chrDocumentId\": \"4677156514690\",\n            \"chrNacionality\": \"Brasileiro\",\n            \"chrProfession\": \"Açougueiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1986-10-24T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"07.080-120\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Guarulhos\\\",\\\"ibge\\\":\\\"3518800\\\",\\\"district\\\":\\\"Pican\\\\u00e7o\\\",\\\"street\\\":\\\"Rua Antonieta\\\",\\\"number\\\":\\\"43\\\",\\\"complement\\\":\\\"g\\\\/9\\\",\\\"description\\\":\\\"Rua Antonieta\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"07.080-120\",\n                    \"state\": \"SP\",\n                    \"city\": \"Guarulhos\",\n                    \"ibge\": \"3518800\",\n                    \"district\": \"Picanço\",\n                    \"street\": \"Rua Antonieta\",\n                    \"number\": \"43\",\n                    \"complement\": \"g/9\",\n                    \"description\": \"Rua Antonieta\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1160,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 24,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"osepulveda@ramires.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3078-2454\",\n            \"chrName\": \"Salomé Sanches\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"762.389.060-30\",\n            \"chrDocumentId\": \"1592836875057\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Ajudante de motorista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1972-11-27T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"08.578-010\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Itaquaquecetuba\\\",\\\"ibge\\\":\\\"3523107\\\",\\\"district\\\":\\\"Rio Abaixo\\\",\\\"street\\\":\\\"Rodovia Ayrton Senna da Silva\\\",\\\"number\\\":\\\"177\\\",\\\"complement\\\":\\\"n\\\\/12\\\",\\\"description\\\":\\\"Rodovia Ayrton Senna da Silva\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"08.578-010\",\n                    \"state\": \"SP\",\n                    \"city\": \"Itaquaquecetuba\",\n                    \"ibge\": \"3523107\",\n                    \"district\": \"Rio Abaixo\",\n                    \"street\": \"Rodovia Ayrton Senna da Silva\",\n                    \"number\": \"177\",\n                    \"complement\": \"n/12\",\n                    \"description\": \"Rodovia Ayrton Senna da Silva\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1248,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 28,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"jimenes.alonso@desouza.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(71) 2963-6804\",\n            \"chrName\": \"Matias Valentin\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"664.719.690-07\",\n            \"chrDocumentId\": \"8171598807323\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de conservação de vias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1960-04-02T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"55.636-000\\\",\\\"state\\\":\\\"PE\\\",\\\"city\\\":\\\"Ch\\\\u00e3 Grande\\\",\\\"ibge\\\":\\\"2604502\\\",\\\"district\\\":\\\"Centro\\\",\\\"street\\\":\\\"Avenida S\\\\u00e3o Jos\\\\u00e9\\\",\\\"number\\\":\\\"124\\\",\\\"complement\\\":\\\"v\\\\/2\\\",\\\"description\\\":\\\"Avenida S\\\\u00e3o Jos\\\\u00e9\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"55.636-000\",\n                    \"state\": \"PE\",\n                    \"city\": \"Chã Grande\",\n                    \"ibge\": \"2604502\",\n                    \"district\": \"Centro\",\n                    \"street\": \"Avenida São José\",\n                    \"number\": \"124\",\n                    \"complement\": \"v/2\",\n                    \"description\": \"Avenida São José\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"RENTER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1273,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"isabel57@torres.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(41) 92972-3142\",\n            \"chrName\": \"Nicole Branco\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"812.503.959-76\",\n            \"chrDocumentId\": \"1764422638289\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Trabalhador da manutenção de edificações\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1964-09-27T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"89.809-175\\\",\\\"state\\\":\\\"SC\\\",\\\"city\\\":\\\"Chapec\\\\u00f3\\\",\\\"ibge\\\":\\\"4204202\\\",\\\"district\\\":\\\"Engenho Braun\\\",\\\"street\\\":\\\"Servid\\\\u00e3o Lu\\\\u00edz J. Aiolfi\\\",\\\"number\\\":\\\"164\\\",\\\"complement\\\":\\\"c\\\\/6\\\",\\\"description\\\":\\\"Servid\\\\u00e3o Lu\\\\u00edz J. Aiolfi\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"89.809-175\",\n                    \"state\": \"SC\",\n                    \"city\": \"Chapecó\",\n                    \"ibge\": \"4204202\",\n                    \"district\": \"Engenho Braun\",\n                    \"street\": \"Servidão Luíz J. Aiolfi\",\n                    \"number\": \"164\",\n                    \"complement\": \"c/6\",\n                    \"description\": \"Servidão Luíz J. Aiolfi\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1301,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"gil.simao@corona.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": \"3c2d204e-9e18-4ba4-bda1-393fb4db1902\",\n            \"chrMainPhone\": \"(43) 3698-8763\",\n            \"chrName\": \"Rafael Cruz\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"358.166.235-32\",\n            \"chrDocumentId\": \"6317416233449\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de conservação de vias\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1984-08-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.040-150\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Taubat\\\\u00e9\\\",\\\"ibge\\\":\\\"3554102\\\",\\\"district\\\":\\\"Parque Senhor do Bonfim\\\",\\\"street\\\":\\\"Rua dos Pinheiros\\\",\\\"number\\\":\\\"134\\\",\\\"complement\\\":\\\"g\\\\/15\\\",\\\"description\\\":\\\"Rua dos Pinheiros\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"0040419-5\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"AJAN EDUARDO PEREIRA\\\", \\\"agency\\\": \\\"5749\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"046.671.209-0\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.040-150\",\n                    \"state\": \"SP\",\n                    \"city\": \"Taubaté\",\n                    \"ibge\": \"3554102\",\n                    \"district\": \"Parque Senhor do Bonfim\",\n                    \"street\": \"Rua dos Pinheiros\",\n                    \"number\": \"134\",\n                    \"complement\": \"g/15\",\n                    \"description\": \"Rua dos Pinheiros\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"0040419-5\",\n                \"bank\": \"237\",\n                \"name\": \"AJAN EDUARDO PEREIRA\",\n                \"agency\": \"5749\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"046.671.209-0\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1379,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"michele52@ferreira.com.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3880-5990\",\n            \"chrName\": \"Fabiana Marinho\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"717.941.905-20\",\n            \"chrDocumentId\": \"3801554814662\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Auxiliar de desenvolvimento infantil\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1951-11-25T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"72.876-140\\\",\\\"state\\\":\\\"GO\\\",\\\"city\\\":\\\"Valpara\\\\u00edso de Goi\\\\u00e1s\\\",\\\"ibge\\\":\\\"5221858\\\",\\\"district\\\":\\\"Valparaiso I - Etapa B\\\",\\\"street\\\":\\\"Quadra 40\\\",\\\"number\\\":\\\"122\\\",\\\"complement\\\":\\\"n\\\\/5\\\",\\\"description\\\":\\\"Quadra 40\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"00136727\\\", \\\"bank\\\": \\\"237\\\", \\\"name\\\": \\\"Andre Orchel\\\", \\\"agency\\\": \\\"5904-8\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"068.504.219-7\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"72.876-140\",\n                    \"state\": \"GO\",\n                    \"city\": \"Valparaíso de Goiás\",\n                    \"ibge\": \"5221858\",\n                    \"district\": \"Valparaiso I - Etapa B\",\n                    \"street\": \"Quadra 40\",\n                    \"number\": \"122\",\n                    \"complement\": \"n/5\",\n                    \"description\": \"Quadra 40\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"00136727\",\n                \"bank\": \"237\",\n                \"name\": \"Andre Orchel\",\n                \"agency\": \"5904-8\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"068.504.219-7\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1402,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ypaz@queiros.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(94) 3603-7490\",\n            \"chrName\": \"Tábata da Rosa\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"886.720.445-92\",\n            \"chrDocumentId\": \"8644979207258\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Frentista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-08-13T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"12.423-480\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Pindamonhangaba\\\",\\\"ibge\\\":\\\"3538006\\\",\\\"district\\\":\\\"Conjunto Residencial Araretama\\\",\\\"street\\\":\\\"Rua Tenente Jos\\\\u00e9 Lopes de Medeiros\\\",\\\"number\\\":\\\"172\\\",\\\"complement\\\":\\\"v\\\\/11\\\",\\\"description\\\":\\\"Rua Tenente Jos\\\\u00e9 Lopes de Medeiros\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":\\\"0\\\",\\\"reterINSS\\\":\\\"0\\\",\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"acc\\\": \\\"01015668-3\\\", \\\"bank\\\": \\\"033\\\", \\\"name\\\": \\\"Anisio Romanini\\\", \\\"agency\\\": \\\"1467\\\", \\\"method\\\": \\\"ted_doc\\\", \\\"accType\\\": \\\"conta_corrente\\\", \\\"docType\\\": \\\"PF\\\", \\\"document\\\": \\\"101.772.569-1\\\", \\\"operation\\\": null, \\\"hasTransferFee\\\": true}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"12.423-480\",\n                    \"state\": \"SP\",\n                    \"city\": \"Pindamonhangaba\",\n                    \"ibge\": \"3538006\",\n                    \"district\": \"Conjunto Residencial Araretama\",\n                    \"street\": \"Rua Tenente José Lopes de Medeiros\",\n                    \"number\": \"172\",\n                    \"complement\": \"v/11\",\n                    \"description\": \"Rua Tenente José Lopes de Medeiros\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": \"0\",\n                \"reterINSS\": \"0\",\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"acc\": \"01015668-3\",\n                \"bank\": \"033\",\n                \"name\": \"Anisio Romanini\",\n                \"agency\": \"1467\",\n                \"method\": \"ted_doc\",\n                \"accType\": \"conta_corrente\",\n                \"docType\": \"PF\",\n                \"document\": \"101.772.569-1\",\n                \"operation\": null,\n                \"hasTransferFee\": true\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1451,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"bdelgado@cervantes.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(89) 99281-0669\",\n            \"chrName\": \"Catarina Leal\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"305.068.597-20\",\n            \"chrDocumentId\": \"6565490379131\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de farmácia\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1949-07-06T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"18.117-217\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Votorantim\\\",\\\"ibge\\\":\\\"3557006\\\",\\\"district\\\":\\\"Parque Jata\\\\u00ed\\\",\\\"street\\\":\\\"Rua Mathilde Bolleta Bonilha\\\",\\\"number\\\":\\\"51\\\",\\\"complement\\\":\\\"k\\\\/18\\\",\\\"description\\\":\\\"Rua Mathilde Bolleta Bonilha\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"18.117-217\",\n                    \"state\": \"SP\",\n                    \"city\": \"Votorantim\",\n                    \"ibge\": \"3557006\",\n                    \"district\": \"Parque Jataí\",\n                    \"street\": \"Rua Mathilde Bolleta Bonilha\",\n                    \"number\": \"51\",\n                    \"complement\": \"k/18\",\n                    \"description\": \"Rua Mathilde Bolleta Bonilha\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1456,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"martines.demian@garcia.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(49) 2319-3758\",\n            \"chrName\": \"Abgail Tamoio\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"346.317.446-42\",\n            \"chrDocumentId\": \"4120487271320\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Recepcionista de consultório\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1964-07-19T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"09.855-670\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Bernardo do Campo\\\",\\\"ibge\\\":\\\"3548708\\\",\\\"district\\\":\\\"Cooperativa\\\",\\\"street\\\":\\\"Rua Massaranduba (Parque das \\\\u00c1rvores)\\\",\\\"number\\\":\\\"150\\\",\\\"complement\\\":\\\"n\\\\/16\\\",\\\"description\\\":\\\"Rua Massaranduba (Parque das \\\\u00c1rvores)\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"09.855-670\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Bernardo do Campo\",\n                    \"ibge\": \"3548708\",\n                    \"district\": \"Cooperativa\",\n                    \"street\": \"Rua Massaranduba (Parque das Árvores)\",\n                    \"number\": \"150\",\n                    \"complement\": \"n/16\",\n                    \"description\": \"Rua Massaranduba (Parque das Árvores)\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1582,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"rsales@duarte.com\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(81) 93425-9630\",\n            \"chrName\": \"Paulo Paes\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"176.042.794-22\",\n            \"chrDocumentId\": \"9180266488300\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Atendente de lanchonete\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1952-04-17T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"02.962-070\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"ibge\\\":\\\"3550308\\\",\\\"district\\\":\\\"Jardim Monjolo\\\",\\\"street\\\":\\\"Rua Gino Mazone\\\",\\\"number\\\":\\\"86\\\",\\\"complement\\\":\\\"f\\\\/13\\\",\\\"description\\\":\\\"Rua Gino Mazone\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":\\\"0\\\",\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"02.962-070\",\n                    \"state\": \"SP\",\n                    \"city\": \"São Paulo\",\n                    \"ibge\": \"3550308\",\n                    \"district\": \"Jardim Monjolo\",\n                    \"street\": \"Rua Gino Mazone\",\n                    \"number\": \"86\",\n                    \"complement\": \"f/13\",\n                    \"description\": \"Rua Gino Mazone\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": \"0\",\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1605,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"agostinho.perez@mascarenhas.net.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(67) 4712-6743\",\n            \"chrName\": \"Sabrina Pena\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"166.538.009-89\",\n            \"chrDocumentId\": \"9122160242080\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Magarefe\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1971-01-11T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"94.950-000\\\",\\\"state\\\":\\\"RS\\\",\\\"city\\\":\\\"Cachoeirinha\\\",\\\"ibge\\\":\\\"4303103\\\",\\\"district\\\":\\\"Vila Parque Bras\\\\u00edlia\\\",\\\"street\\\":\\\"Avenida General Flores da Cunha - de 2331\\\\/2332 a 3420\\\\/3421\\\",\\\"number\\\":\\\"175\\\",\\\"complement\\\":\\\"r\\\\/11\\\",\\\"description\\\":\\\"Avenida General Flores da Cunha - de 2331\\\\/2332 a 3420\\\\/3421\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"94.950-000\",\n                    \"state\": \"RS\",\n                    \"city\": \"Cachoeirinha\",\n                    \"ibge\": \"4303103\",\n                    \"district\": \"Vila Parque Brasília\",\n                    \"street\": \"Avenida General Flores da Cunha - de 2331/2332 a 3420/3421\",\n                    \"number\": \"175\",\n                    \"complement\": \"r/11\",\n                    \"description\": \"Avenida General Flores da Cunha - de 2331/2332 a 3420/3421\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1694,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ziraldo65@mendonca.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(87) 4529-2972\",\n            \"chrName\": \"Antonieta Lira\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"665.478.042-67\",\n            \"chrDocumentId\": \"2996758620326\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Vendedor de comércio varejista\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1960-11-02T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"35.701-367\\\",\\\"state\\\":\\\"MG\\\",\\\"city\\\":\\\"Sete Lagoas\\\",\\\"ibge\\\":\\\"3167202\\\",\\\"district\\\":\\\"Montreal\\\",\\\"street\\\":\\\"Avenida Perimetral - de 02011\\\\/2012 a 4199\\\\/04200\\\",\\\"number\\\":\\\"27\\\",\\\"complement\\\":\\\"f\\\\/18\\\",\\\"description\\\":\\\"Avenida Perimetral - de 02011\\\\/2012 a 4199\\\\/04200\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"35.701-367\",\n                    \"state\": \"MG\",\n                    \"city\": \"Sete Lagoas\",\n                    \"ibge\": \"3167202\",\n                    \"district\": \"Montreal\",\n                    \"street\": \"Avenida Perimetral - de 02011/2012 a 4199/04200\",\n                    \"number\": \"27\",\n                    \"complement\": \"f/18\",\n                    \"description\": \"Avenida Perimetral - de 02011/2012 a 4199/04200\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1737,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"gbarros@goncalves.org\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(34) 3220-4260\",\n            \"chrName\": \"Emília Medina\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"662.255.440-46\",\n            \"chrDocumentId\": \"5422036159778\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Cozinheiro geral\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1951-05-31T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"84.172-260\\\",\\\"state\\\":\\\"PR\\\",\\\"city\\\":\\\"Castro\\\",\\\"ibge\\\":\\\"4104907\\\",\\\"district\\\":\\\"Jardim dos Banc\\\\u00e1rios\\\",\\\"street\\\":\\\"Rua Conselheiro Jesu\\\\u00edno Marcondes\\\",\\\"number\\\":\\\"25\\\",\\\"complement\\\":\\\"q\\\\/1\\\",\\\"description\\\":\\\"Rua Conselheiro Jesu\\\\u00edno Marcondes\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"84.172-260\",\n                    \"state\": \"PR\",\n                    \"city\": \"Castro\",\n                    \"ibge\": \"4104907\",\n                    \"district\": \"Jardim dos Bancários\",\n                    \"street\": \"Rua Conselheiro Jesuíno Marcondes\",\n                    \"number\": \"25\",\n                    \"complement\": \"q/1\",\n                    \"description\": \"Rua Conselheiro Jesuíno Marcondes\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        },\n        {\n            \"id\": 1786,\n            \"ak\": 1,\n            \"fkUser\": null,\n            \"fkPartner\": null,\n            \"fkManagement\": null,\n            \"intBitwiseType\": 20,\n            \"chrType\": \"PF\",\n            \"vrcEmail\": \"ccaldeira@bonilha.br\",\n            \"chrPass\": null,\n            \"chrToken\": null,\n            \"chrMainPhone\": \"(88) 4203-9472\",\n            \"chrName\": \"Helena Vasques\",\n            \"chrName2\": \"\",\n            \"chrInsider\": null,\n            \"chrRegisterNumber\": \"850.347.773-47\",\n            \"chrDocumentId\": \"5330527479811\",\n            \"chrNacionality\": \"Brasileira\",\n            \"chrProfession\": \"Copeiro\",\n            \"chrMaritalStatus\": \"PARTIAL_PROPERTY_RULING\",\n            \"dteDateofBirth\": \"1975-04-03T03:00:00.000000Z\",\n            \"txtNote\": \"\",\n            \"jsonAddress\": \"[{\\\"code\\\":\\\"13.172-380\\\",\\\"state\\\":\\\"SP\\\",\\\"city\\\":\\\"Sumar\\\\u00e9\\\",\\\"ibge\\\":\\\"3552403\\\",\\\"district\\\":\\\"Jardim das Palmeiras\\\",\\\"street\\\":\\\"Rua Ant\\\\u00f4nio Luciano\\\",\\\"number\\\":\\\"58\\\",\\\"complement\\\":\\\"e\\\\/2\\\",\\\"description\\\":\\\"Rua Ant\\\\u00f4nio Luciano\\\"}]\",\n            \"jsonContact\": \"[]\",\n            \"jsonSettings\": \"{\\\"reterISSQN\\\":null,\\\"reterIRRF\\\":null,\\\"reterINSS\\\":null,\\\"reterPCCS\\\":\\\"0\\\"}\",\n            \"jsonPayment\": \"{\\\"method\\\":\\\"empty\\\"}\",\n            \"jsonCondo\": \"[]\",\n            \"jsonAgents\": \"[]\",\n            \"jsonRepresentatives\": \"[]\",\n            \"jsonAttachments\": \"[]\",\n            \"vrcInfo\": null,\n            \"dttRegister\": \"2022-03-20T03:00:00.000000Z\",\n            \"dttDeleted\": null,\n            \"address\": [\n                {\n                    \"code\": \"13.172-380\",\n                    \"state\": \"SP\",\n                    \"city\": \"Sumaré\",\n                    \"ibge\": \"3552403\",\n                    \"district\": \"Jardim das Palmeiras\",\n                    \"street\": \"Rua Antônio Luciano\",\n                    \"number\": \"58\",\n                    \"complement\": \"e/2\",\n                    \"description\": \"Rua Antônio Luciano\"\n                }\n            ],\n            \"contact\": [],\n            \"settings\": {\n                \"reterISSQN\": null,\n                \"reterIRRF\": null,\n                \"reterINSS\": null,\n                \"reterPCCS\": \"0\"\n            },\n            \"payment\": {\n                \"method\": \"empty\"\n            },\n            \"condo\": [],\n            \"agents\": [],\n            \"representatives\": [],\n            \"types\": [\n                \"OWNER\",\n                \"BONDSMAN\"\n            ],\n            \"attachments\": []\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list?page=1\",\n    \"from\": 1,\n    \"last_page\": 19,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list?page=19\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/report/bondsman/list\",\n    \"per_page\": 50,\n    \"prev_page_url\": null,\n    \"to\": 50,\n    \"total\": 917\n}"}],"_postman_id":"79f7787c-cff7-467b-ad3e-6f4c66d663e3"}],"id":"b97580ba-e396-48bb-b28d-1e71bd224780","_postman_id":"b97580ba-e396-48bb-b28d-1e71bd224780","description":""},{"name":"Anexos","item":[{"name":"Enviar Anexo","id":"d33e67b0-e9de-474f-8932-e5d5921baf9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/network.partner/partner/documents","urlObject":{"path":["network.partner","partner","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"c3682eb4-3c2c-418a-88fa-b3da10f99e9b","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/network.partner/partner/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:04:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"network.partner\",\n    \"chrPath\": \"partner/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"RAQJXPYRHZJSQZQA.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:04:04.000000Z\",\n    \"id\": 850\n}"}],"_postman_id":"d33e67b0-e9de-474f-8932-e5d5921baf9d"},{"name":"Adicionar Anexo ao cadastro","id":"a1283fcb-3210-49f2-897f-e3f4d5ae79be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 850\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/attachment/4667/850","description":"<p>Nessa rota serão enviados, na URL, dois identificadores: o primeiro é o ID da pessoa, e o segundo é o ID do documento, que foi retornado na rota anterior.</p>\n<p>Note que o ID do documento deve ser enviado tanto na rota quando no body da requisição.</p>\n","urlObject":{"path":["partner","attachment","4667","850"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"7f3de918-e4f3-4a4e-9188-7f2c9abc4010","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 850\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/attachment/4667/850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:13:48 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 849,\n        \"ak\": 1,\n        \"fkUser\": 2,\n        \"intSize\": 5930501,\n        \"chrTarget\": \"network.partner\",\n        \"chrPath\": \"partner/documents\",\n        \"chrFilename\": \"ILWERHMJRFBJESGV.pdf\",\n        \"chrExt\": \"pdf\",\n        \"chrName\": \"PlanilhaMasterizacao2020d.pdf\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T13:51:08.000000Z\"\n    },\n    {\n        \"id\": 850,\n        \"ak\": 1,\n        \"fkUser\": 49,\n        \"intSize\": 16,\n        \"chrTarget\": \"network.partner\",\n        \"chrPath\": \"partner/documents\",\n        \"chrFilename\": \"RAQJXPYRHZJSQZQA.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:04:04.000000Z\"\n    }\n]"}],"_postman_id":"a1283fcb-3210-49f2-897f-e3f4d5ae79be"}],"id":"677daf26-89df-4262-bbc2-1633081b1f9c","description":"<p>Para adicionar um anexo a uma pessoa, são necessários dois passos:</p>\n<ol>\n<li>No primeiro passo (rota \"Enviar anexo\"), enviaremos o arquivo. O retorno dessa rota nos dará duas informações das quais precisaremos na segunda rota, que são os campos \"id\", e \"chrName\".</li>\n<li>Na segunda rota (\"Adicionar Anexo ao cadastro\") faremos a ligação entre o anexo enviado no passo 1 e a entidade que deve receber aquele anexo.</li>\n</ol>\n","_postman_id":"677daf26-89df-4262-bbc2-1633081b1f9c"},{"name":"Histórico","item":[{"name":"Cadastro","id":"70ac242e-f166-4cc4-b1dc-8500ae757d71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/note/4667","urlObject":{"path":["partner","note","4667"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"b58468dd-6ac9-4818-8eb1-45fab5733ff4","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vrcNote\": \"teste\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/note/4667"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:47:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"dttRegister\": \"2022-09-05T14:47:26.000000Z\",\n    \"fkUser\": 49,\n    \"fkPartner\": 4667,\n    \"vrcNote\": \"teste\",\n    \"id\": 149\n}"}],"_postman_id":"70ac242e-f166-4cc4-b1dc-8500ae757d71"},{"name":"Listagem","id":"9efa1748-514e-4798-ad72-31100ab74537","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/note/4667","urlObject":{"path":["partner","note","4667"],"host":["https://sandbox.properfy.com.br/api/network"],"query":[],"variable":[]}},"response":[{"id":"8b0e45ae-5336-4189-8720-de533f78b899","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/network/partner/note/4667"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:47:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 149,\n            \"ak\": 1,\n            \"fkPartner\": 4667,\n            \"fkUser\": 49,\n            \"dttRegister\": \"2022-09-05T14:47:26.000000Z\",\n            \"vrcNote\": \"teste\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 49,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Teste de API\",\n                \"vrcEmail\": \"test_user@properfy.com.br\",\n                \"vrcPass\": \"$2y$10$EFa5JTtMHUWEdmv8EbIGheSDEGqiMHnkOT2Ta31j8oc1WUX/R3/H.\",\n                \"vrcToken\": \"$2y$10$ytIhvTNX2PIFVqhKr1hYSOBOlVBSPu3S6DafeGY6KArsWCSu1XVFu\",\n                \"chrApiToken\": \"e9897b11-83ba-40e3-9e7e-040ca6c3f9ed\",\n                \"vrcImage\": \"08fd24ed8c39809aa797dd441602f9d1fcd9d30550a657327271911074bac94d.png\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\":{\\\"theme\\\":\\\"light\\\"},\\\"profiles\\\":[]}\",\n                \"dttAdded\": \"2022-08-31T02:21:28.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": []\n                },\n                \"profiles\": [],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        },\n        {\n            \"id\": 148,\n            \"ak\": 1,\n            \"fkPartner\": 4667,\n            \"fkUser\": 2,\n            \"dttRegister\": \"2022-09-05T14:46:40.000000Z\",\n            \"vrcNote\": \"teste\",\n            \"dttDeleted\": null,\n            \"user\": {\n                \"id\": 2,\n                \"ak\": 1,\n                \"activeCompany\": 1,\n                \"intBitwiseType\": 1024,\n                \"vrcName\": \"Diego\",\n                \"vrcEmail\": \"diego@chavi.com.br\",\n                \"vrcPass\": \"$2y$10$wDRauyVIS3ZUhSXipbPX/O6RqBKQbjjDcop.MlP7IRcexCSVy7Ife\",\n                \"vrcToken\": \"89c7c74a-85e9-400d-ab6d-fb0541d0d227\",\n                \"chrApiToken\": \"6c99ea94-fbdf-452a-99e5-87d52dbbe75e\",\n                \"vrcImage\": \"775f0af128e3bce1b68cb308e7220d77860d908c256ecd3531199743b4bd2d68.jpeg\",\n                \"jsonContact\": \"[]\",\n                \"jsonSettings\": \"{\\\"layout\\\": {\\\"theme\\\": \\\"light\\\"}, \\\"profiles\\\": [1]}\",\n                \"dttAdded\": \"2022-03-08T15:11:32.000000Z\",\n                \"dttDeleted\": null,\n                \"settings\": {\n                    \"layout\": {\n                        \"theme\": \"light\"\n                    },\n                    \"profiles\": [\n                        1\n                    ]\n                },\n                \"profiles\": [\n                    1\n                ],\n                \"contact\": [],\n                \"account\": {\n                    \"id\": 1,\n                    \"fkParentCompany\": 1,\n                    \"chrAlias\": \"adm.baggioimoveis.com.br\",\n                    \"chrHost\": \"https://adm.baggioimoveis.com.br/\",\n                    \"jsonSettings\": \"{\\\"url\\\": \\\"https://properfy.com.br/\\\", \\\"logo\\\": \\\"logo_properfy.png\\\", \\\"email\\\": {\\\"logo\\\": \\\"logo_properfy.png\\\"}, \\\"payment\\\": \\\"4902176755\\\" }\",\n                    \"dttDeleted\": null,\n                    \"settings\": {\n                        \"url\": \"https://properfy.com.br/\",\n                        \"logo\": \"logo_properfy.png\",\n                        \"email\": {\n                            \"logo\": \"logo_properfy.png\"\n                        },\n                        \"payment\": \"4902176755\"\n                    }\n                }\n            }\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/note/4667?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/network/partner/note/4667?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/network/partner/note/4667\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 2,\n    \"total\": 2\n}"}],"_postman_id":"9efa1748-514e-4798-ad72-31100ab74537"}],"id":"c5e3c13e-7ac6-4976-8679-8caaaf574659","description":"<p>Através das rotas de histórico será possível incluir novos históricos, assim como listas os já existentes. Por questão de segurança, não é possível editar ou excluir históricos de atendimento.</p>\n","_postman_id":"c5e3c13e-7ac6-4976-8679-8caaaf574659"}],"id":"18fb7e95-a045-4cba-98ba-79d654d69c67","description":"<p>Tabela de Referência:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo</th>\n<th>Regras</th>\n<th>Descrição</th>\n<th>Domínio</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>int unsigned</td>\n<td>auto_increment primary key</td>\n<td>Identificador</td>\n<td></td>\n</tr>\n<tr>\n<td>ak</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Identificador da Empresa - não é necessário enviar</td>\n<td></td>\n</tr>\n<tr>\n<td>intBitwiseType</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Tipo do Cadastro</td>\n<td>const TYPE_MASTER = 2 ** 0; # bitwise = 00000000001  <br />const TYPE_USER = 2 ** 1; # bitwise = 00000000010  <br />const TYPE_OWNER = 2 ** 2; # bitwise = 00000000100  <br />const TYPE_RENTER = 2 ** 3; # bitwise = 00000001000  <br />const TYPE_BONDSMAN = 2 ** 4; # bitwise = 00000010000  <br />const TYPE_AGENT = 2 ** 5; # bitwise = 00000100000  <br />const TYPE_PROVIDER = 2 ** 6; # bitwise = 00001000000  <br />const TYPE_INSPECTOR = 2 ** 7; # bitwise = 00010000000  <br />const TYPE_CONDO = 2 ** 8; # bitwise = 00100000000  <br />const TYPE_MANAGEMENT = 2 ** 9; # bitwise = 01000000000  <br />const TYPE_ADM = 2 ** 10; # bitwise = 10000000000</td>\n</tr>\n<tr>\n<td>chrType</td>\n<td>char(16)</td>\n<td>not null</td>\n<td>Tipo</td>\n<td>PF' =&gt; 'Pessoa Física',  <br />'PJ' =&gt; 'Pessoa Jurídica',  <br />'INTERNATIONAL' =&gt; 'Internacional'</td>\n</tr>\n<tr>\n<td>vrcEmail</td>\n<td>varchar(255)</td>\n<td>not null</td>\n<td>E-mail principal</td>\n<td></td>\n</tr>\n<tr>\n<td>chrPass</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Hash do password</td>\n<td></td>\n</tr>\n<tr>\n<td>chrToken</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Token</td>\n<td></td>\n</tr>\n<tr>\n<td>chrMainPhone</td>\n<td>char(30)</td>\n<td>null</td>\n<td>Telefone Principal</td>\n<td></td>\n</tr>\n<tr>\n<td>chrName</td>\n<td>char(255)</td>\n<td>not null</td>\n<td>Nome/Razão Social</td>\n<td></td>\n</tr>\n<tr>\n<td>chrName2</td>\n<td>char(255)</td>\n<td>null</td>\n<td>Nome Fantasia</td>\n<td></td>\n</tr>\n<tr>\n<td>chrInsider</td>\n<td>char(128)</td>\n<td>null</td>\n<td>Responsável</td>\n<td></td>\n</tr>\n<tr>\n<td>chrRegisterNumber</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>CPF/CNPJ</td>\n<td></td>\n</tr>\n<tr>\n<td>chrDocumentId</td>\n<td>char(64)</td>\n<td>null</td>\n<td>RG/IE</td>\n<td></td>\n</tr>\n<tr>\n<td>chrNacionality</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Nacionalidade</td>\n<td></td>\n</tr>\n<tr>\n<td>chrProfession</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Profissão</td>\n<td></td>\n</tr>\n<tr>\n<td>chrMaritalStatus</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Estado Civil</td>\n<td>SEPARATE_PROPERTY_RULING' =&gt; 'Casado(a) no regime de Comunhão Universal de Bens',  <br />'PARTIAL_PROPERTY_RULING' =&gt; 'Casado(a) no regime de Comunhão Parcial de Bens',  <br />'COMMUNITY_PROPERTY_RULING' =&gt; 'Casado(a) no regime de Separação de Bens',  <br />'SEPARATED' =&gt; 'Desquitado(a)',  <br />'DIVORCED' =&gt; 'Divorciado(a)',  <br />'LEGALLY_SEPARATED' =&gt; 'Separado(a) Judicialmente',  <br />'SINGLE' =&gt; 'Solteiro(a)',  <br />'COMMON_LAW_MARRIAGE' =&gt; 'União Estável',  <br />'WIDOWED' =&gt; 'Viúvo(a)'</td>\n</tr>\n<tr>\n<td>dteDateofBirth</td>\n<td>date</td>\n<td>null</td>\n<td>Data de Nascimento</td>\n<td></td>\n</tr>\n<tr>\n<td>txtNote</td>\n<td>text</td>\n<td>null</td>\n<td>Alerta</td>\n<td></td>\n</tr>\n<tr>\n<td>address.code</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>CEP</td>\n<td></td>\n</tr>\n<tr>\n<td>address.state</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Estado (ex.: 'PR')</td>\n<td></td>\n</tr>\n<tr>\n<td>address.city</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Cidade</td>\n<td></td>\n</tr>\n<tr>\n<td>address.district</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Bairro</td>\n<td></td>\n</tr>\n<tr>\n<td>address.street</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Rua</td>\n<td></td>\n</tr>\n<tr>\n<td>address.number</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Número</td>\n<td></td>\n</tr>\n<tr>\n<td>address.complement</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Complemento</td>\n<td></td>\n</tr>\n<tr>\n<td>address.ibge</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Código IBGE da Cidade</td>\n<td></td>\n</tr>\n<tr>\n<td>contact[n].type</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Tipo do Contato</td>\n<td>\"CHARGE_EMAIL\" =&gt; \"E-mail financeiro\",  <br />\"EMAIL\" =&gt; \"E-mail de contato\"  <br />\"WEBSITE\" =&gt; \"Website\",  <br />\"PHONE\" =&gt; \"Telefone Fixo\",  <br />\"MOBILE\" =&gt; \"Celular\",  <br />\"WHATSAPP\" =&gt; \"Whatsapp\"</td>\n</tr>\n<tr>\n<td>contact[n].description</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Descrição</td>\n<td></td>\n</tr>\n<tr>\n<td>contact[n].value</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Contato</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.reterISSQN</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Reter ISS</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.reterIRRF</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Reter IRRF</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.reterINSS</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Reter INSS</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.reterPCCS</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Reter PCCS</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.emailAccounting</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>E-mail contabilidade</td>\n<td></td>\n</tr>\n<tr>\n<td>settings.email</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>E-mail financeiro</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.method</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Método de Pagamento</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.accType</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Tipo de Conta</td>\n<td>conta_corrente' =&gt; 'Conta Corrente',  <br />'poupanca' =&gt; 'Poupança',</td>\n</tr>\n<tr>\n<td>payment.bank</td>\n<td>int unsigned</td>\n<td>not null</td>\n<td>Banco</td>\n<td>Listagem disponível em <a href=\"https://properfy.com.br/wp-content/uploads/2022/09/bancos.csv\">https://properfy.com.br/wp-content/uploads/2022/09/bancos.csv</a></td>\n</tr>\n<tr>\n<td>payment.agency</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Agência</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.acc</td>\n<td>char(64)</td>\n<td>not null</td>\n<td>Conta-Corrente</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.operation</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Operação</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.name</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Nome do Beneficiário</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.docType</td>\n<td>char(64)</td>\n<td>null</td>\n<td>Tipo de Documento do Beneficiário</td>\n<td>PF' =&gt; 'Pessoa Física',  <br />'PJ' =&gt; 'Pessoa Jurídica',  <br />'INTERNATIONAL' =&gt; 'Internacional'</td>\n</tr>\n<tr>\n<td>payment.document</td>\n<td>char(64)</td>\n<td>null</td>\n<td>CPF/CNPJ</td>\n<td></td>\n</tr>\n<tr>\n<td>payment.hasTransferFee</td>\n<td>boolean</td>\n<td>not null</td>\n<td>Cobrar Taxa de TED</td>\n<td></td>\n</tr>\n<tr>\n<td>representatives</td>\n<td>array</td>\n<td>null</td>\n<td>Array de Ids dos Representantes Legais</td>\n<td></td>\n</tr>\n<tr>\n<td>attachments</td>\n<td>array</td>\n<td>not null</td>\n<td>Anexos</td>\n<td></td>\n</tr>\n<tr>\n<td>dttRegister</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data de Criação</td>\n<td></td>\n</tr>\n<tr>\n<td>dttDeleted</td>\n<td>datetime</td>\n<td>null</td>\n<td>Data de Exclusão</td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><p>Sobre o campo \"intBitwiseType\":</p>\n<p>O valor do campo é a somatória de todos os perfis que aquela entidade possui. Por exemplo, se o cadastro for apenas de Proprietário, o campo terá o valor 4. Caso seja apenas inquilino, o campo terá o valor 8. Caso seja proprietário e também inquilino, o campo terá o valor 12 (8+4).</p>\n<p>Uma mesma pessoa/empresa pode ser cadastrada como proprietário, inquilino e fiador. O sistema aceitará o cadastro e adicionará, no mesmo ID previamente cadastrado, o novo Role para essa entidade. Portanto, se eu cadastrar o CPF 111.111.111-11 como proprietário, e o sistema retornar o ID 123, quando eu enviar o mesmo CPF na rota de cadastro de inquilinos, o sistema vai apenas atualizar o cadastro 123, adicionar o role de Inquilino, e retornar o mesmo ID 123. Nesse caso, será possível encontrar esse cadastro tanto nas pesquisas por inquilino quanto por proprietário.</p>\n","_postman_id":"18fb7e95-a045-4cba-98ba-79d654d69c67"},{"name":"FINANCEIRO","item":[{"name":"Contas a Pagar","item":[{"name":"Anexos","item":[{"name":"Enviar Anexo","id":"c25ff031-743e-41ed-acf1-84042b7778f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/network.partner/partner/documents","urlObject":{"path":["network.partner","partner","documents"],"host":["https://sandbox.properfy.com.br/api/attach"],"query":[],"variable":[]}},"response":[{"id":"dac2a648-1b6c-4d83-baad-0686adb73db7","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","type":"file","src":"/E:/OneDrive/Área de Trabalho/arquivo_de_teste.txt"}]},"url":"https://sandbox.properfy.com.br/api/attach/network.partner/partner/documents"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:04:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"ak\": 1,\n    \"fkUser\": 49,\n    \"chrTarget\": \"network.partner\",\n    \"chrPath\": \"partner/documents\",\n    \"chrName\": \"arquivo_de_teste.txt\",\n    \"chrExt\": \"txt\",\n    \"chrFilename\": \"RAQJXPYRHZJSQZQA.txt\",\n    \"intSize\": 16,\n    \"isAttached\": false,\n    \"isRemoved\": false,\n    \"dttRegister\": \"2022-09-05T14:04:04.000000Z\",\n    \"id\": 850\n}"}],"_postman_id":"c25ff031-743e-41ed-acf1-84042b7778f4"},{"name":"Adicionar Anexo ao cadastro","id":"28033f8e-031e-4f03-9238-dc85d418a673","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste2.txt\",\r\n    \"id\": 850,//id do anexo enviado na rota \"Enviar Anexo\"\r\n    \"chrCategory\":\"INVOICE\"//categoria do anexo, por exemplo, \"INVOICE\", que seria \"Nota Fiscal\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/attachment/17624","description":"<p>Nessa rota ocorrerá o vínculo entre o contas a pagar e o anexo enviado na rota anterior. O número que consta na rota (no exemplo é o 17264) é o ID do Contas a Pagar (cadastrado pela rota \"Cadastro de Contas a Pagar\" dessa documentação) no qual se deseja inserir o anexo.</p>\n<p>O ID do anexo é enviado no body, conforme exemplo.</p>\n","urlObject":{"path":["attachment","17624"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"6b0cde95-b53b-44a2-ab83-a367ff2b9ffa","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"chrName\": \"arquivo_de_teste.txt\",\r\n    \"id\": 850\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/network/partner/attachment/4667/850"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 05 Sep 2022 14:13:48 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 849,\n        \"ak\": 1,\n        \"fkUser\": 2,\n        \"intSize\": 5930501,\n        \"chrTarget\": \"network.partner\",\n        \"chrPath\": \"partner/documents\",\n        \"chrFilename\": \"ILWERHMJRFBJESGV.pdf\",\n        \"chrExt\": \"pdf\",\n        \"chrName\": \"PlanilhaMasterizacao2020d.pdf\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T13:51:08.000000Z\"\n    },\n    {\n        \"id\": 850,\n        \"ak\": 1,\n        \"fkUser\": 49,\n        \"intSize\": 16,\n        \"chrTarget\": \"network.partner\",\n        \"chrPath\": \"partner/documents\",\n        \"chrFilename\": \"RAQJXPYRHZJSQZQA.txt\",\n        \"chrExt\": \"txt\",\n        \"chrName\": \"arquivo_de_teste.txt\",\n        \"chrSummary\": null,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2022-09-05T14:04:04.000000Z\"\n    }\n]"}],"_postman_id":"28033f8e-031e-4f03-9238-dc85d418a673"}],"id":"415d938c-4df3-48b9-ba4d-cc919e8f8366","description":"<p>Para adicionar um anexo a uma pessoa, são necessários dois passos:</p>\n<ol>\n<li>No primeiro passo (rota \"Enviar anexo\"), enviaremos o arquivo. O retorno dessa rota nos dará duas informações das quais precisaremos na segunda rota, que são os campos \"id\", e \"chrName\".</li>\n<li>Na segunda rota (\"Adicionar Anexo ao cadastro\") faremos a ligação entre o anexo enviado no passo 1 e a entidade que deve receber aquele anexo.</li>\n</ol>\n","_postman_id":"415d938c-4df3-48b9-ba4d-cc919e8f8366"},{"name":"Cadastro de Contas a Pagar","id":"1d434a9f-a2af-49c6-a62a-96601d90b0f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"fkAccount\":5,\r\n\"fkPartner\":1160,\r\n\"fkSector\":null,\r\n\"chrMethod\":\"BANK_SLIP\",\r\n\"fkWallet\":1,\r\n\"dteIssue\":\"2024-12-12T21:56:08.674-03:00\",\r\n\"dteDue\":\"2024-12-20T00:00:00.000-03:00\",\r\n\"dtePaid\":null,\r\n\"dcmValue\":50,\r\n\"chrType\":\"OUTLAY\",\r\n\"chrReference\":\"\",\r\n\"chrDescription\":\"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\"txtComment\":\"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\"chrStatus\":\"PENDING\",\r\n\"vrcPaymentCode\":\"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\r\n\"fkApprover\":3,\r\n\"attachments\":[],\r\n\"sections\":\r\n[\r\n    {\"id\":null,\r\n    \"fkSection\":1,\r\n    \"dcmAmount\":50,\r\n    \"dcmPercentage\":100\r\n    }\r\n],\r\n\"expenses\":\r\n[\r\n    {\"fkExpense\":null,\r\n    \"chrDebit\":\"OWNER\",\r\n    \"chrCredit\":\"COMPANY\",\r\n    \"fkOwner\": 9866,\r\n    \"expenseLink\":null,\r\n    \"dteReference\":\"2024-09-01T00:00:00.000-03:00\",\r\n    \"fkProperty\":3086,\r\n    \"fkContract\":null,\r\n    \"fkService\":1,\r\n    \"dcmRatio\":100,\r\n    \"dcmValue\":50\r\n    }\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light","description":"<p>Rota utilizada para criação de contas a pagar.</p>\n<p>Origem de campos de chave estrangeira:</p>\n<ul>\n<li><p>fkWallet =&gt; Rota \"Listar Carteiras\"</p>\n</li>\n<li><p>fkAccount =&gt; Rota \"Listar Plano de Contas\"</p>\n</li>\n<li><p>fkSector =&gt; Rota \"Listar Centros de Custo</p>\n</li>\n<li><p>fkPartner =&gt; ID do proprietário/inquilino</p>\n</li>\n<li><p>fkApprover =&gt; ID do usuário responsável pela aprovação do pagamento (caso a imobiliária utilize o fluxo de aprovação)</p>\n</li>\n<li><p>expenses.fkProperty =&gt; ID do imóvel</p>\n</li>\n<li><p>expenses.fkContract =&gt; ID do contrato</p>\n</li>\n<li><p>expenses.fkService =&gt; Rota \"Listar Serviços\"</p>\n</li>\n</ul>\n","urlObject":{"path":["light"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"5fcdedd5-85fc-4b6d-ad20-340688b7dfcc","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"fkAccount\":5,\r\n\"fkPartner\":1160,\r\n\"fkSector\":null,\r\n\"chrMethod\":\"BANK_SLIP\",\r\n\"fkWallet\":1,\r\n\"dteIssue\":\"2024-12-12T21:56:08.674-03:00\",\r\n\"dteDue\":\"2024-12-20T00:00:00.000-03:00\",\r\n\"dtePaid\":null,\r\n\"dcmValue\":50,\r\n\"chrType\":\"OUTLAY\",\r\n\"chrReference\":\"\",\r\n\"chrDescription\":\"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\"txtComment\":\"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\"chrStatus\":\"PENDING\",\r\n\"vrcPaymentCode\":\"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\r\n\"fkApprover\":3,\r\n\"attachments\":[],\r\n\"sections\":\r\n[\r\n    {\"id\":null,\r\n    \"fkSection\":1,\r\n    \"dcmAmount\":50,\r\n    \"dcmPercentage\":100\r\n    }\r\n],\r\n\"expenses\":\r\n[\r\n    {\"fkExpense\":null,\r\n    \"chrDebit\":\"OWNER\",\r\n    \"chrCredit\":\"COMPANY\",\r\n    \"expenseLink\":null,\r\n    \"dteReference\":\"2024-09-01T00:00:00.000-03:00\",\r\n    \"fkProperty\":3086,\r\n    \"fkContract\":null,\r\n    \"fkService\":1,\r\n    \"dcmRatio\":100,\r\n    \"dcmValue\":50\r\n    }\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 13 Dec 2024 01:05:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4306,\n    \"fkAccount\": 5,\n    \"fkPartner\": 1160,\n    \"fkSector\": null,\n    \"chrMethod\": \"BANK_SLIP\",\n    \"fkWallet\": 1,\n    \"vrcPaymentCode\": \"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\n    \"fkPartnerPaymentMethod\": null,\n    \"dteIssue\": \"2024-12-12T03:00:00.000000Z\",\n    \"dtePaid\": null,\n    \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n    \"dcmValue\": 50,\n    \"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\n    \"chrReference\": null,\n    \"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\n    \"chrStatus\": \"PENDING\",\n    \"chrType\": \"OUTLAY\",\n    \"chrInnerFlag\": null,\n    \"attachments\": [],\n    \"sections\": [\n        {\n            \"id\": 5634,\n            \"ak\": 1,\n            \"fkBillingItem\": 4946,\n            \"fkSection\": 1,\n            \"dcmPercentage\": 100,\n            \"dcmAmount\": 50,\n            \"dttCreated\": \"2024-12-13T01:05:16.000000Z\",\n            \"dttUpdated\": \"2024-12-13T01:05:16.000000Z\",\n            \"dttHandled\": null,\n            \"isHandled\": false\n        }\n    ],\n    \"taxInvoice\": [],\n    \"installment\": {\n        \"id\": 5820,\n        \"ak\": 1,\n        \"fkBilling\": 4306,\n        \"fkCompany\": 1,\n        \"fkWallet\": 1,\n        \"fkPartnerPaymentMethod\": null,\n        \"intOrder\": 0,\n        \"chrMethod\": \"BANK_SLIP\",\n        \"vrcPaymentCode\": \"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\n        \"isEntry\": false,\n        \"dcmValue\": 50,\n        \"dcmAddition\": 0,\n        \"dcmDeduction\": 0,\n        \"dcmDuty\": 0,\n        \"dcmAmount\": 50,\n        \"jsonAttachments\": null,\n        \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n        \"dtePaid\": null,\n        \"chrStatus\": \"PENDING\",\n        \"dttDeleted\": null,\n        \"dttCreated\": \"2024-12-13T01:05:16.000000Z\",\n        \"dttUpdated\": \"2024-12-13T01:05:16.000000Z\",\n        \"dttHandled\": null,\n        \"isHandled\": false,\n        \"attachments\": []\n    }\n}"}],"_postman_id":"1d434a9f-a2af-49c6-a62a-96601d90b0f9"},{"name":"Listagem de Contas a Pagar","id":"5a969a8f-2f91-4f97-ac6c-835fd7a12fa5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/installment/OUTLAY?filter=termo+de+busca&fkPartner=1160&chrMethod=BANK_SLIP&chrStatus=PENDING&fkAccount=0&dcmValueStart=0.05&dcmValueEnd=10000&dteRegistered[]=2025-12-01T03:00:00.000Z&dteRegistered[]=2025-12-31T03:00:00.000Z&dteDue[]=2025-12-01T03:00:00.000Z&dteDue[]=2025-12-31T03:00:00.000Z&dtePayment[]=2026-01-01T03:00:00.000Z&dtePayment[]=2026-01-31T03:00:00.000Z&orderByDesc=0&fkCompany=1","description":"<p>Rota utilizada para criação de contas a pagar.</p>\n<p>Origem de campos de chave estrangeira:</p>\n<ul>\n<li><p>fkWallet =&gt; Rota \"Listar Carteiras\"</p>\n</li>\n<li><p>fkAccount =&gt; Rota \"Listar Plano de Contas\"</p>\n</li>\n<li><p>fkSector =&gt; Rota \"Listar Centros de Custo</p>\n</li>\n<li><p>fkPartner =&gt; ID do proprietário/inquilino</p>\n</li>\n<li><p>fkApprover =&gt; ID do usuário responsável pela aprovação do pagamento (caso a imobiliária utilize o fluxo de aprovação)</p>\n</li>\n<li><p>expenses.fkProperty =&gt; ID do imóvel</p>\n</li>\n<li><p>expenses.fkContract =&gt; ID do contrato</p>\n</li>\n<li><p>expenses.fkService =&gt; Rota \"Listar Serviços\"</p>\n</li>\n</ul>\n","urlObject":{"path":["installment","OUTLAY"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[{"key":"filter","value":"termo+de+busca"},{"key":"fkPartner","value":"1160"},{"key":"chrMethod","value":"BANK_SLIP"},{"key":"chrStatus","value":"PENDING"},{"key":"fkAccount","value":"0"},{"key":"dcmValueStart","value":"0.05"},{"key":"dcmValueEnd","value":"10000"},{"key":"dteRegistered[]","value":"2025-12-01T03:00:00.000Z"},{"key":"dteRegistered[]","value":"2025-12-31T03:00:00.000Z"},{"key":"dteDue[]","value":"2025-12-01T03:00:00.000Z"},{"key":"dteDue[]","value":"2025-12-31T03:00:00.000Z"},{"key":"dtePayment[]","value":"2026-01-01T03:00:00.000Z"},{"key":"dtePayment[]","value":"2026-01-31T03:00:00.000Z"},{"key":"orderByDesc","value":"0"},{"key":"fkCompany","value":"1"}],"variable":[]}},"response":[{"id":"cf4b07fc-85ea-4e8d-b2e0-244bc4d55f52","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"fkAccount\":5,\r\n\"fkPartner\":1160,\r\n\"fkSector\":null,\r\n\"chrMethod\":\"BANK_SLIP\",\r\n\"fkWallet\":1,\r\n\"dteIssue\":\"2024-12-12T21:56:08.674-03:00\",\r\n\"dteDue\":\"2024-12-20T00:00:00.000-03:00\",\r\n\"dtePaid\":null,\r\n\"dcmValue\":50,\r\n\"chrType\":\"OUTLAY\",\r\n\"chrReference\":\"\",\r\n\"chrDescription\":\"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\"txtComment\":\"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\"chrStatus\":\"PENDING\",\r\n\"vrcPaymentCode\":\"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\r\n\"fkApprover\":3,\r\n\"attachments\":[],\r\n\"sections\":\r\n[\r\n    {\"id\":null,\r\n    \"fkSection\":1,\r\n    \"dcmAmount\":50,\r\n    \"dcmPercentage\":100\r\n    }\r\n],\r\n\"expenses\":\r\n[\r\n    {\"fkExpense\":null,\r\n    \"chrDebit\":\"OWNER\",\r\n    \"chrCredit\":\"COMPANY\",\r\n    \"expenseLink\":null,\r\n    \"dteReference\":\"2024-09-01T00:00:00.000-03:00\",\r\n    \"fkProperty\":3086,\r\n    \"fkContract\":null,\r\n    \"fkService\":1,\r\n    \"dcmRatio\":100,\r\n    \"dcmValue\":50\r\n    }\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 13 Dec 2024 01:05:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4306,\n    \"fkAccount\": 5,\n    \"fkPartner\": 1160,\n    \"fkSector\": null,\n    \"chrMethod\": \"BANK_SLIP\",\n    \"fkWallet\": 1,\n    \"vrcPaymentCode\": \"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\n    \"fkPartnerPaymentMethod\": null,\n    \"dteIssue\": \"2024-12-12T03:00:00.000000Z\",\n    \"dtePaid\": null,\n    \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n    \"dcmValue\": 50,\n    \"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\n    \"chrReference\": null,\n    \"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\n    \"chrStatus\": \"PENDING\",\n    \"chrType\": \"OUTLAY\",\n    \"chrInnerFlag\": null,\n    \"attachments\": [],\n    \"sections\": [\n        {\n            \"id\": 5634,\n            \"ak\": 1,\n            \"fkBillingItem\": 4946,\n            \"fkSection\": 1,\n            \"dcmPercentage\": 100,\n            \"dcmAmount\": 50,\n            \"dttCreated\": \"2024-12-13T01:05:16.000000Z\",\n            \"dttUpdated\": \"2024-12-13T01:05:16.000000Z\",\n            \"dttHandled\": null,\n            \"isHandled\": false\n        }\n    ],\n    \"taxInvoice\": [],\n    \"installment\": {\n        \"id\": 5820,\n        \"ak\": 1,\n        \"fkBilling\": 4306,\n        \"fkCompany\": 1,\n        \"fkWallet\": 1,\n        \"fkPartnerPaymentMethod\": null,\n        \"intOrder\": 0,\n        \"chrMethod\": \"BANK_SLIP\",\n        \"vrcPaymentCode\": \"86820000000-4 47400161209-2 22024032801-6 61001725000-0\",\n        \"isEntry\": false,\n        \"dcmValue\": 50,\n        \"dcmAddition\": 0,\n        \"dcmDeduction\": 0,\n        \"dcmDuty\": 0,\n        \"dcmAmount\": 50,\n        \"jsonAttachments\": null,\n        \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n        \"dtePaid\": null,\n        \"chrStatus\": \"PENDING\",\n        \"dttDeleted\": null,\n        \"dttCreated\": \"2024-12-13T01:05:16.000000Z\",\n        \"dttUpdated\": \"2024-12-13T01:05:16.000000Z\",\n        \"dttHandled\": null,\n        \"isHandled\": false,\n        \"attachments\": []\n    }\n}"}],"_postman_id":"5a969a8f-2f91-4f97-ac6c-835fd7a12fa5"},{"name":"Edição de Contas a Pagar","id":"2f96b1e0-c2a5-432d-83e6-b84a1fcdb607","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": 4305,\r\n\t\"fkAccount\": 5,\r\n\t\"fkPartner\": 1160,\r\n\t\"fkSector\": null,\r\n\t\"chrMethod\": \"BANK_SLIP\",\r\n\t\"fkWallet\": 1,\r\n\t\"dteIssue\": \"2024-12-12T00:00:00.000-03:00\",\r\n\t\"dteDue\": \"2024-12-20T00:00:00.000-03:00\",\r\n\t\"dtePaid\": null,\r\n\t\"dcmValue\": 50,\r\n\t\"chrType\": \"OUTLAY\",\r\n\t\"chrReference\": null,\r\n\t\"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\t\"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\t\"chrStatus\": \"DRAFT\",\r\n\t\"vrcPaymentCode\": \"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\r\n\t\"fkPartnerPaymentMethod\": null,\r\n\t\"fkBankReconciliationEntry\": null,\r\n\t\"fkApprover\": null,\r\n\t\"attachments\": [],\r\n\t\"sections\": [\r\n\t\t{\r\n\t\t\t\"id\": 5633,\r\n\t\t\t\"fkSection\": 1,\r\n\t\t\t\"dcmAmount\": 50,\r\n\t\t\t\"dcmPercentage\": 100\r\n\t\t}\r\n\t],\r\n\t\"expenses\": [\r\n\t\t{\r\n\t\t\t\"fkExpense\": 65334,\r\n\t\t\t\"chrDebit\": \"OWNER\",\r\n\t\t\t\"chrCredit\": \"COMPANY\",\r\n\t\t\t\"dteReference\": \"2024-09-01T00:00:00.000-03:00\",\r\n\t\t\t\"fkProperty\": 3086,\r\n\t\t\t\"fkContract\": null,\r\n\t\t\t\"fkService\": 1,\r\n\t\t\t\"dcmRatio\": 100,\r\n\t\t\t\"dcmValue\": 50\r\n\t\t}\r\n\t],\r\n\t\"taxInvoice\": []\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light/4305","urlObject":{"path":["light","4305"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"0c94ebd9-bb89-4cea-b422-f63b068e7a0c","name":"Exemplo","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": 4305,\r\n\t\"fkAccount\": 5,\r\n\t\"fkPartner\": 1160,\r\n\t\"fkSector\": null,\r\n\t\"chrMethod\": \"BANK_SLIP\",\r\n\t\"fkWallet\": 1,\r\n\t\"dteIssue\": \"2024-12-12T00:00:00.000-03:00\",\r\n\t\"dteDue\": \"2024-12-20T00:00:00.000-03:00\",\r\n\t\"dtePaid\": null,\r\n\t\"dcmValue\": 50,\r\n\t\"chrType\": \"OUTLAY\",\r\n\t\"chrReference\": null,\r\n\t\"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\t\"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\t\"chrStatus\": \"DRAFT\",\r\n\t\"vrcPaymentCode\": \"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\r\n\t\"fkPartnerPaymentMethod\": null,\r\n\t\"fkBankReconciliationEntry\": null,\r\n\t\"fkApprover\": null,\r\n\t\"attachments\": [],\r\n\t\"sections\": [\r\n\t\t{\r\n\t\t\t\"id\": 5633,\r\n\t\t\t\"fkSection\": 1,\r\n\t\t\t\"dcmAmount\": 50,\r\n\t\t\t\"dcmPercentage\": 100\r\n\t\t}\r\n\t],\r\n\t\"expenses\": [\r\n\t\t{\r\n\t\t\t\"fkExpense\": 65334,\r\n\t\t\t\"chrDebit\": \"OWNER\",\r\n\t\t\t\"chrCredit\": \"COMPANY\",\r\n\t\t\t\"dteReference\": \"2024-09-01T00:00:00.000-03:00\",\r\n\t\t\t\"fkProperty\": 3086,\r\n\t\t\t\"fkContract\": null,\r\n\t\t\t\"fkService\": 1,\r\n\t\t\t\"dcmRatio\": 100,\r\n\t\t\t\"dcmValue\": 50\r\n\t\t}\r\n\t],\r\n\t\"taxInvoice\": []\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light/4305"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 13 Dec 2024 01:15:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4305,\n    \"fkAccount\": 5,\n    \"fkPartner\": 1160,\n    \"fkSector\": null,\n    \"chrMethod\": \"BANK_SLIP\",\n    \"fkWallet\": 1,\n    \"vrcPaymentCode\": \"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\n    \"fkPartnerPaymentMethod\": null,\n    \"dteIssue\": \"2024-12-12T03:00:00.000000Z\",\n    \"dtePaid\": null,\n    \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n    \"dcmValue\": 50,\n    \"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\n    \"chrReference\": null,\n    \"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\n    \"chrStatus\": \"DRAFT\",\n    \"chrType\": \"OUTLAY\",\n    \"chrInnerFlag\": null,\n    \"attachments\": [],\n    \"sections\": [\n        {\n            \"id\": 5633,\n            \"ak\": 1,\n            \"fkBillingItem\": 4945,\n            \"fkSection\": 1,\n            \"dcmPercentage\": 100,\n            \"dcmAmount\": 50,\n            \"dttCreated\": \"2024-12-13T00:58:09.000000Z\",\n            \"dttUpdated\": \"2024-12-13T00:58:09.000000Z\",\n            \"dttHandled\": null,\n            \"isHandled\": false\n        }\n    ],\n    \"taxInvoice\": [],\n    \"installment\": {\n        \"id\": 5819,\n        \"ak\": 1,\n        \"fkBilling\": 4305,\n        \"fkCompany\": 1,\n        \"fkWallet\": 1,\n        \"fkPartnerPaymentMethod\": null,\n        \"intOrder\": 0,\n        \"chrMethod\": \"BANK_SLIP\",\n        \"vrcPaymentCode\": \"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\n        \"isEntry\": false,\n        \"dcmValue\": 50,\n        \"dcmAddition\": 0,\n        \"dcmDeduction\": 0,\n        \"dcmDuty\": 0,\n        \"dcmAmount\": 50,\n        \"jsonAttachments\": null,\n        \"dteDue\": \"2024-12-20T03:00:00.000000Z\",\n        \"dtePaid\": null,\n        \"chrStatus\": \"DRAFT\",\n        \"dttDeleted\": null,\n        \"dttCreated\": \"2024-12-13T00:58:09.000000Z\",\n        \"dttUpdated\": \"2024-12-13T01:15:05.000000Z\",\n        \"dttHandled\": \"2024-12-13T01:15:05.000000Z\",\n        \"isHandled\": true,\n        \"attachments\": []\n    }\n}"}],"_postman_id":"2f96b1e0-c2a5-432d-83e6-b84a1fcdb607"},{"name":"Exclusão de Contas a Pagar","id":"19cee00e-db24-450d-994d-f4d2ba536c60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"id\": 4305,\r\n\t\"fkAccount\": 5,\r\n\t\"fkPartner\": 1160,\r\n\t\"fkSector\": null,\r\n\t\"chrMethod\": \"BANK_SLIP\",\r\n\t\"fkWallet\": 1,\r\n\t\"dteIssue\": \"2024-12-12T00:00:00.000-03:00\",\r\n\t\"dteDue\": \"2024-12-20T00:00:00.000-03:00\",\r\n\t\"dtePaid\": null,\r\n\t\"dcmValue\": 50,\r\n\t\"chrType\": \"OUTLAY\",\r\n\t\"chrReference\": null,\r\n\t\"chrDescription\": \"DESCRIÇÃO DO CONTAS A PAGAR\",\r\n\t\"txtComment\": \"OBSERVAÇÕES DO CONTAS A PAGAR\",\r\n\t\"chrStatus\": \"DRAFT\",\r\n\t\"vrcPaymentCode\": \"86860000001-0 15190161209-0 22024032801-6 61001722100-0\",\r\n\t\"fkPartnerPaymentMethod\": null,\r\n\t\"fkBankReconciliationEntry\": null,\r\n\t\"fkApprover\": null,\r\n\t\"attachments\": [],\r\n\t\"sections\": [\r\n\t\t{\r\n\t\t\t\"id\": 5633,\r\n\t\t\t\"fkSection\": 1,\r\n\t\t\t\"dcmAmount\": 50,\r\n\t\t\t\"dcmPercentage\": 100\r\n\t\t}\r\n\t],\r\n\t\"expenses\": [\r\n\t\t{\r\n\t\t\t\"fkExpense\": 65334,\r\n\t\t\t\"chrDebit\": \"OWNER\",\r\n\t\t\t\"chrCredit\": \"COMPANY\",\r\n\t\t\t\"dteReference\": \"2024-09-01T00:00:00.000-03:00\",\r\n\t\t\t\"fkProperty\": 3086,\r\n\t\t\t\"fkContract\": null,\r\n\t\t\t\"fkService\": 1,\r\n\t\t\t\"dcmRatio\": 100,\r\n\t\t\t\"dcmValue\": 50\r\n\t\t}\r\n\t],\r\n\t\"taxInvoice\": []\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/billing/light/4307","urlObject":{"path":["light","4307"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"acc739e3-8980-4d24-a249-5566af7d7575","name":"Exemplo","originalRequest":{"method":"DELETE","header":[],"url":"https://sandbox.properfy.com.br/api/billing/light/4307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Fri, 13 Dec 2024 01:16:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true\n}"}],"_postman_id":"19cee00e-db24-450d-994d-f4d2ba536c60"}],"id":"057bb174-a551-445e-9e22-ead1220c2f13","_postman_id":"057bb174-a551-445e-9e22-ead1220c2f13","description":""},{"name":"Listagem de Cobranças","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"63daabc1-412b-4cb5-aa1f-9d2631f7ee1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filter\":\"\",\r\n    \"chrStatus\":[],\r\n    \"chrFinancialStatus\":[],\r\n    \"chrFsStatus\":[\"PENDING_CHARGE_CREATION\",\"PENDING_REMITTANCE\",\"PENDING_RETURN\",\"REGISTERED\",\"RETAINED_DELAYED\",\"RETAINED_STATUS\"],\r\n    \"chrChargeMethod\":[],\r\n    \"fkInsuranceCompany\":0,\r\n    \"chrInsurance\":[],\r\n    \"dteDue\":[\"2023-10-01T03:00:00.000Z\",\"2023-10-31T03:00:00.000Z\"],\r\n    \"dteSolved\":[],\r\n    \"chrAssurance\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs","description":"<p>Essa chamada retornará uma listagem de cobranças, de acordo com os filtros utilizados no body da requisição.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Detalhes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>filter</td>\n<td>Busca parcial por nome de inquilino</td>\n</tr>\n<tr>\n<td>chrStatus</td>\n<td>Status do Contrato:  <br />  <br />'DRAFT' =&gt; 'Rascunho',  <br />'REGULAR' =&gt; 'Normal',  <br />'PAUSED' =&gt; 'Pausado',  <br />'IN_TERMINATION' =&gt; 'Em Desocupação',  <br />'TERMINATED' =&gt; 'Rescindido'</td>\n</tr>\n<tr>\n<td>chrFinancialStatus</td>\n<td>Status Financeiro do Contrato:  <br />  <br />'REGULAR' =&gt; 'Normal',  <br />'CHARGE_SUSPENDED' =&gt; 'Cobrança Suspensa',  <br />'INTERNAL_CHARGING' =&gt; 'Cobrança Jurídica',  <br />'COURT_DISPUTE' =&gt; 'Processo Jurídico',  <br />'COURT_DISPUTE_CAP_TITLE' =&gt; 'Processo Jurídico - Título de Cap.',  <br />'INS_CLAIM' =&gt; \"Sinistro\",  <br />'INS_CLAIM_CREDPAGO' =&gt; \"Sinistro Credpago\",  <br />'TERM_INS_CLAIM' =&gt;\"Cobrança Jurídica - Rescisão\",  <br />'TERM_INTERNAL_CHARGING' =&gt;\"Sinistro - Rescisão\"</td>\n</tr>\n<tr>\n<td>chrFsStatus</td>\n<td>Status do Demonstrativo:  <br />  <br />'PENDING_CHARGE_CREATION' =&gt; 'Aguardando Criação de Boleto',  <br />'PENDING_REMITTANCE' =&gt; 'Aguardando Remessa',  <br />'PENDING_RETURN' =&gt; 'Aguardando Retorno',  <br />'REGISTERED' =&gt; 'Registrado',  <br />'PARTIALLY_PAID' =&gt; 'Pago Parcialmente',  <br />'PAID' =&gt; 'Pago',  <br />'RETAINED_STATUS' =&gt; 'Retido - Status Financeiro',  <br />'RETAINED_DELAYED' =&gt; 'Retido - Demonstrativos em Atraso'</td>\n</tr>\n<tr>\n<td>chrChargeMethod</td>\n<td>Método de Envio da Cobrança:  <br />  <br />'EMAIL' =&gt; 'Somente via e-mail',  <br />'PROPERTY' =&gt; 'Endereço do imóvel locado',  <br />'RENTER' =&gt; 'Endereço do Inquilino',  <br />'CUSTOM' =&gt; 'Outro Endereço',  <br />'NOT' =&gt; 'Não Enviar'</td>\n</tr>\n<tr>\n<td>fkInsuranceCompany</td>\n<td>ID das seguradoras</td>\n</tr>\n<tr>\n<td>chrInsurance</td>\n<td>Tipo de Garantia:  <br />  <br />'no' =&gt; 'Sem Garantia',  <br />'bondsman' =&gt; 'Fiador',  <br />'safeguard' =&gt; 'Caução Poupança',  <br />'insurance' =&gt; 'Seguro Fiança',  <br />'insuranceLike' =&gt; 'Fiança de Crédito',  <br />'stock' =&gt; 'Título de Capitalização',  <br />'suretyLetter' =&gt; 'Carta Fiança',  <br />'vehicle' =&gt; 'Veículo',  <br />'property' =&gt; 'Imóvel',  <br />'other' =&gt; 'Outros'</td>\n</tr>\n<tr>\n<td>dteDue</td>\n<td>Data de Vencimento. Deve ser um array contendo exatamente duas datas, que formam um range de \"Data Inicial\" e \"Data Final\"</td>\n</tr>\n<tr>\n<td>dteSolved</td>\n<td>Data de Pagamento. Deve ser um array contendo exatamente duas datas, que formam um range de \"Data Inicial\" e \"Data Final\"</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["financial-statement","open-fs"],"host":["https://sandbox.properfy.com.br/api/property"],"query":[],"variable":[]}},"response":[{"id":"1f458c1d-f02c-491a-8f8c-a131b5b59e69","name":"Exemplo","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"filter\":\"\",\r\n    \"chrStatus\":[],\r\n    \"chrFinancialStatus\":[],\r\n    \"chrFsStatus\":[\"PENDING_CHARGE_CREATION\",\"PENDING_REMITTANCE\",\"PENDING_RETURN\",\"REGISTERED\",\"RETAINED_DELAYED\",\"RETAINED_STATUS\"],\r\n    \"chrChargeMethod\":[],\r\n    \"fkInsuranceCompany\":0,\r\n    \"chrInsurance\":[],\r\n    \"dteDue\":[\"2023-10-01T03:00:00.000Z\",\"2023-10-31T03:00:00.000Z\"],\r\n    \"dteSolved\":[],\r\n    \"chrAssurance\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 13 Nov 2024 21:26:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"dteReference\": \"Novembro de 2024\",\n            \"dteDue\": \"18/11/2024\",\n            \"chrStatus\": \"PENDING_REMITTANCE\",\n            \"statusFs\": \"Aguardando Remessa\",\n            \"dcmAmount\": 6710.29,\n            \"fkContract\": 2313,\n            \"fsId\": 69230,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ST00001/02\",\n            \"renterEmail\": \"christian.vega@zaragoca.net\",\n            \"renterName\": \"Aaron Feliciano\",\n            \"renterPhone\": \"(34) 97607-8430\",\n            \"bankSlip\": \"FS-GFNYSQKG-20241118.pdf\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1338.55,\n            \"fkContract\": 2315,\n            \"fsId\": 69254,\n            \"status\": \"Em Desocupação\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ABU-279453/03\",\n            \"renterEmail\": \"demian.franco@duarte.com.br\",\n            \"renterName\": \"Abgail Escobar\",\n            \"renterPhone\": \"(11) 93785-0642\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1882.55,\n            \"fkContract\": 2295,\n            \"fsId\": 69262,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"BT00001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"07/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2120,\n            \"fkContract\": 2311,\n            \"fsId\": 69258,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"FTX00001/01\",\n            \"renterEmail\": \"franco.evandro@vieira.net.br\",\n            \"renterName\": \"Abgail Burgos\",\n            \"renterPhone\": \"(84) 93086-9019\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2000,\n            \"fkContract\": 2293,\n            \"fsId\": 69260,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Sinistro\",\n            \"chrIdentifier\": \"GD01/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1377.55,\n            \"fkContract\": 2301,\n            \"fsId\": 69264,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"KC00001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"11/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 24.55,\n            \"fkContract\": 2302,\n            \"fsId\": 69266,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"MG0001/01\",\n            \"renterEmail\": \"bmossato@outlook.com\",\n            \"renterName\": \"Bruno Mossato\",\n            \"renterPhone\": \"+55 41 99701-0278\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2290.55,\n            \"fkContract\": 2313,\n            \"fsId\": 69228,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ST00001/02\",\n            \"renterEmail\": \"christian.vega@zaragoca.net\",\n            \"renterName\": \"Aaron Feliciano\",\n            \"renterPhone\": \"(34) 97607-8430\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"08/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2260,\n            \"fkContract\": 2305,\n            \"fsId\": 69268,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"TESTE/01\",\n            \"renterEmail\": \"ketlin87@soto.com\",\n            \"renterName\": \"Bruno Branco\",\n            \"renterPhone\": \"(45) 92389-4396\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1300.16,\n            \"fkContract\": 992,\n            \"fsId\": 69189,\n            \"status\": \"Em Desocupação\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZBK-341674/01\",\n            \"renterEmail\": \"usepulveda@rico.com\",\n            \"renterName\": \"Paulo Rocha\",\n            \"renterPhone\": \"(99) 3409-5523\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 928.15,\n            \"fkContract\": 1702,\n            \"fsId\": 69236,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZXB-027854/02\",\n            \"renterEmail\": \"manuel68@matias.net.br\",\n            \"renterName\": \"Júlia Solano\",\n            \"renterPhone\": \"(89) 90409-0679\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 2300.8,\n            \"fkContract\": 2013,\n            \"fsId\": 69205,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Sinistro\",\n            \"chrIdentifier\": \"ZYK-074803/02\",\n            \"renterEmail\": \"bgrego@delgado.com\",\n            \"renterName\": \"Júlia Carmona\",\n            \"renterPhone\": \"(46) 99538-8328\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Outubro de 2024\",\n            \"dteDue\": \"04/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 3438.23,\n            \"fkContract\": 383,\n            \"fsId\": 69242,\n            \"status\": \"Rescindido\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZZE-832685/01\",\n            \"renterEmail\": \"cruz.ashley@ortega.br\",\n            \"renterName\": \"Valéria Pacheco\",\n            \"renterPhone\": \"(86) 3584-1053\",\n            \"bankSlip\": \"\"\n        },\n        {\n            \"dteReference\": \"Maio de 2024\",\n            \"dteDue\": \"05/11/2024\",\n            \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n            \"statusFs\": \"Aguardando Criação de Boleto\",\n            \"dcmAmount\": 1457.24,\n            \"fkContract\": 1434,\n            \"fsId\": 69117,\n            \"status\": \"Normal\",\n            \"statusFin\": \"Normal\",\n            \"chrIdentifier\": \"ZVP-748408/01\",\n            \"renterEmail\": \"jmontenegro@desouza.com\",\n            \"renterName\": \"Abgail Sanches\",\n            \"renterPhone\": \"(55) 90307-6936\",\n            \"bankSlip\": \"\"\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/property/financial-statement/open-fs\",\n    \"per_page\": 20,\n    \"prev_page_url\": null,\n    \"to\": 14,\n    \"total\": 14,\n    \"amount\": 29428.62,\n    \"count\": 14,\n    \"id_fs\": [\n        69230,\n        69254,\n        69262,\n        69258,\n        69260,\n        69264,\n        69266,\n        69228,\n        69268,\n        69189,\n        69236,\n        69205,\n        69242,\n        69117\n    ]\n}"}],"_postman_id":"63daabc1-412b-4cb5-aa1f-9d2631f7ee1b"},{"name":"Detalhes da Cobrança","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1e6be323-45d5-4d30-8f8a-aa22005175f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/financial-statement/details/69228","description":"<p>Essa chamada retornará detalhes de uma cobrança específica. O ID passado na rota é o campo \"fsId\" retornado na rota \"Listagem de Cobranças\". No retorno existe um array chamado \"items\", no qual são listados os itens que compõem a cobrança. Cada item tem o seu tipo identificado pelo campo \"chrExpenseType', que pode ter uma das seguintes opções:</p>\n<p>'RENTING' =&gt; 'Aluguel',<br />'RENTING_DISCOUNT' =&gt; 'Desconto por pontualidade',<br />'PROPERTY_TAX' =&gt; 'IPTU',<br />'ADMIN_FEE' =&gt; 'Taxa Administrativa',<br />'FIRE_INSURANCE' =&gt; 'Seguro Incêndio',<br />'GUARANTEE_INSURANCE' =&gt; 'Seguro Fiança',<br />'CUSTOM' =&gt; 'Outras Despesas',<br />'PCF' =&gt; 'FCI',<br />'SLIP_FEE' =&gt; 'Taxa Bancária',<br />'TAX_HOLD' =&gt; 'IRRF',<br />'OVER_PAYMENT' =&gt; 'Ajuste de Pagamento a Maior'</p>\n<p>O valor apresentado para uma cobrança é o seu valor líquido, ou seja, a soma de todos os itens, incluindo o valor do Desconto de Pontualidade. Para se chegar ao valor bruto, portanto, deve ser retirado do valor o item que tenha o \"chrExpenseType\" igual a \"RENTING_DISCOUNT\".</p>\n","urlObject":{"path":["financial-statement","details","69228"],"host":["https://sandbox.properfy.com.br/api/rental"],"query":[],"variable":[]}},"response":[{"id":"f6dc751a-e9ed-43e0-bec4-37497545d2b7","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/rental/financial-statement/details/69228"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Wed, 13 Nov 2024 22:09:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"payment\": false,\n    \"fkFinancialStatement\": \"69228\",\n    \"statement\": {\n        \"id\": 69228,\n        \"ak\": 1,\n        \"fkCompany\": 1,\n        \"fkProperty\": 3080,\n        \"fkContract\": 2313,\n        \"fkMirror\": 69229,\n        \"fkWallet\": 1,\n        \"chrRelatedWith\": \"RENTAL_CONTRACT\",\n        \"chrType\": \"REGULAR\",\n        \"txtError\": null,\n        \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n        \"dcmAmount\": -2290.55,\n        \"dcmFee\": 0,\n        \"dteRegister\": \"2024-09-11T03:00:00.000000Z\",\n        \"dteDue\": \"2024-11-05T03:00:00.000000Z\",\n        \"dteReference\": \"2024-10-01T03:00:00.000000Z\",\n        \"dttCharge\": null,\n        \"dteSolved\": null,\n        \"hasNfe\": null,\n        \"isUserPaid\": false,\n        \"hasOwnerTransaction\": true,\n        \"hasRentalCharge\": false,\n        \"dteCredited\": null,\n        \"dttDeleted\": null,\n        \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n        \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n        \"dttHandled\": null,\n        \"isHandled\": true,\n        \"items\": [\n            {\n                \"id\": 315436,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkFinancialStatement\": 69228,\n                \"fkMirror\": null,\n                \"fkService\": 49,\n                \"fkOwner\": null,\n                \"intIndex\": 0,\n                \"intParts\": 0,\n                \"dcmValue\": -38,\n                \"dcmAdministrationFee\": 0,\n                \"chrCredit\": \"COMPANY\",\n                \"chrDebit\": \"RENTER\",\n                \"chrDescription\": \"Seguro Incêndio\",\n                \"chrExpenseType\": \"FIRE_INSURANCE\",\n                \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n                \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttHandled\": null,\n                \"isHandled\": true\n            },\n            {\n                \"id\": 315437,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkFinancialStatement\": 69228,\n                \"fkMirror\": null,\n                \"fkService\": 48,\n                \"fkOwner\": null,\n                \"intIndex\": 0,\n                \"intParts\": 0,\n                \"dcmValue\": -250,\n                \"dcmAdministrationFee\": 0,\n                \"chrCredit\": \"COMPANY\",\n                \"chrDebit\": \"RENTER\",\n                \"chrDescription\": \"Seguro Fiança\",\n                \"chrExpenseType\": \"GUARANTEE_INSURANCE\",\n                \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n                \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttHandled\": null,\n                \"isHandled\": true\n            },\n            {\n                \"id\": 315438,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkFinancialStatement\": 69228,\n                \"fkMirror\": null,\n                \"fkService\": 50,\n                \"fkOwner\": null,\n                \"intIndex\": 0,\n                \"intParts\": 0,\n                \"dcmValue\": -2.55,\n                \"dcmAdministrationFee\": 0,\n                \"chrCredit\": \"COMPANY\",\n                \"chrDebit\": \"RENTER\",\n                \"chrDescription\": \"Taxa Bancária\",\n                \"chrExpenseType\": \"SLIP_FEE\",\n                \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n                \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttHandled\": null,\n                \"isHandled\": true\n            },\n            {\n                \"id\": 315439,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkFinancialStatement\": 69228,\n                \"fkMirror\": null,\n                \"fkService\": 7,\n                \"fkOwner\": null,\n                \"intIndex\": 0,\n                \"intParts\": 0,\n                \"dcmValue\": -2222.22,\n                \"dcmAdministrationFee\": 0,\n                \"chrCredit\": \"OWNER\",\n                \"chrDebit\": \"RENTER\",\n                \"chrDescription\": \"Aluguel\",\n                \"chrExpenseType\": \"RENTING\",\n                \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n                \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttHandled\": null,\n                \"isHandled\": true\n            },\n            {\n                \"id\": 315440,\n                \"ak\": 1,\n                \"fkCompany\": 1,\n                \"fkFinancialStatement\": 69228,\n                \"fkMirror\": null,\n                \"fkService\": 10,\n                \"fkOwner\": null,\n                \"intIndex\": 0,\n                \"intParts\": 0,\n                \"dcmValue\": 222.22,\n                \"dcmAdministrationFee\": 0,\n                \"chrCredit\": \"RENTER\",\n                \"chrDebit\": \"OWNER\",\n                \"chrDescription\": \"Desconto por pontualidade\",\n                \"chrExpenseType\": \"RENTING_DISCOUNT\",\n                \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n                \"dttCreated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttUpdated\": \"2024-10-31T03:00:00.000000Z\",\n                \"dttHandled\": null,\n                \"isHandled\": true\n            }\n        ]\n    },\n    \"services\": [\n        {\n            \"id\": 315436,\n            \"chrDescription\": \"Seguro Incêndio\",\n            \"dcmValue\": -38,\n            \"fkService\": 49,\n            \"fkOwner\": null,\n            \"chrExpenseType\": \"FIRE_INSURANCE\",\n            \"chrService\": \"Seguro Incêndio\",\n            \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"isSharedItem\": false,\n            \"ownerName\": \"\"\n        },\n        {\n            \"id\": 315437,\n            \"chrDescription\": \"Seguro Fiança\",\n            \"dcmValue\": -250,\n            \"fkService\": 48,\n            \"fkOwner\": null,\n            \"chrExpenseType\": \"GUARANTEE_INSURANCE\",\n            \"chrService\": \"Seguro Fiança\",\n            \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"isSharedItem\": false,\n            \"ownerName\": \"\"\n        },\n        {\n            \"id\": 315438,\n            \"chrDescription\": \"Taxa Bancária\",\n            \"dcmValue\": -2.55,\n            \"fkService\": 50,\n            \"fkOwner\": null,\n            \"chrExpenseType\": \"SLIP_FEE\",\n            \"chrService\": \"Tarifa Bancária\",\n            \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"isSharedItem\": false,\n            \"ownerName\": \"\"\n        },\n        {\n            \"id\": 315439,\n            \"chrDescription\": \"Aluguel\",\n            \"dcmValue\": -2222.22,\n            \"fkService\": 7,\n            \"fkOwner\": null,\n            \"chrExpenseType\": \"RENTING\",\n            \"chrService\": \"Aluguel\",\n            \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n            \"chrCredit\": \"OWNER\",\n            \"chrDebit\": \"RENTER\",\n            \"isSharedItem\": false,\n            \"ownerName\": \"\"\n        },\n        {\n            \"id\": 315440,\n            \"chrDescription\": \"Desconto por pontualidade\",\n            \"dcmValue\": 222.22,\n            \"fkService\": 10,\n            \"fkOwner\": null,\n            \"chrExpenseType\": \"RENTING_DISCOUNT\",\n            \"chrService\": \"Bonificação - Temporário\",\n            \"dteDue\": \"2024-10-01T03:00:00.000000Z\",\n            \"chrCredit\": \"RENTER\",\n            \"chrDebit\": \"OWNER\",\n            \"isSharedItem\": false,\n            \"ownerName\": \"\"\n        }\n    ],\n    \"fees\": [],\n    \"dteDue\": \"2024-11-05T03:00:00.000000Z\",\n    \"dteSolved\": null,\n    \"chrStatus\": \"PENDING_CHARGE_CREATION\",\n    \"wallet\": 1,\n    \"bankSlip\": \"\",\n    \"isMirrorPaid\": false,\n    \"isPropertyPaid\": false,\n    \"walletOptions\": [\n        {\n            \"text\": \"Selecione...\",\n            \"value\": null,\n            \"active\": true,\n            \"lockedUntil\": \"2024-10-13\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 1,\n            \"active\": true,\n            \"lockedUntil\": \"2024-08-15\"\n        },\n        {\n            \"text\": \"Itaú\",\n            \"value\": 2,\n            \"active\": true,\n            \"lockedUntil\": \"2023-02-28\"\n        },\n        {\n            \"text\": \"Caixa da Loja\",\n            \"value\": 3,\n            \"active\": true,\n            \"lockedUntil\": \"2023-02-28\"\n        },\n        {\n            \"text\": \"CEF\",\n            \"value\": 4,\n            \"active\": true,\n            \"lockedUntil\": \"2023-02-28\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 6,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 7,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 8,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 9,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 10,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        },\n        {\n            \"text\": \"Santander\",\n            \"value\": 11,\n            \"active\": true,\n            \"lockedUntil\": \"2024-01-17\"\n        }\n    ],\n    \"incomeDiscount\": true\n}"}],"_postman_id":"1e6be323-45d5-4d30-8f8a-aa22005175f9"},{"name":"Listar Carteiras","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"ef2fcc01-8791-486e-8dcf-efca41e18d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/wallet","description":"<p>Essa chamada retornará a listagem de carteiras da imobiliária.</p>\n","urlObject":{"path":["wallet"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"07edcaf4-8391-4ce2-a2f2-937fcf18308b","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/wallet"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 14 Nov 2024 01:05:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 36167,\n            \"dteBalance\": \"2023-02-28T03:00:00.000000Z\",\n            \"dteLockUntil\": \"2024-08-14T03:00:00.000000Z\",\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": true,\n            \"systemPayment\": true,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 2,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Itaú\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 582468.26,\n            \"dteBalance\": \"2023-02-28T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": \"Itaú\",\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 3,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Caixa da Loja\",\n            \"chrType\": \"TELLER\",\n            \"dcmBalance\": 4389.14,\n            \"dteBalance\": \"2023-02-28T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": \"2024-08-12T03:00:00.000000Z\",\n            \"txtAbout\": \"Caixa da Loja\",\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 4,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"CEF\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 46483.18,\n            \"dteBalance\": \"2023-02-28T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": \"2024-02-07T03:00:00.000000Z\",\n            \"txtAbout\": \"AGENCIA 2937 CONTA 728-0\",\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 6,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 0,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 7,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 0,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 8,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 0,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 9,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 0,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 10,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 1,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": null,\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 11,\n            \"ak\": 1,\n            \"fkCompany\": 1,\n            \"chrWallet\": \"Santander\",\n            \"chrType\": \"BANK_ACCOUNT\",\n            \"dcmBalance\": 0,\n            \"dteBalance\": \"2024-01-17T03:00:00.000000Z\",\n            \"dteLockUntil\": null,\n            \"dteBalanceRefreshSince\": null,\n            \"txtAbout\": \"teste\",\n            \"systemCharge\": false,\n            \"systemPayment\": false,\n            \"isActive\": true,\n            \"dttDeleted\": null\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/billing/wallet?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/billing/wallet?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/billing/wallet\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 10\n}"}],"_postman_id":"ef2fcc01-8791-486e-8dcf-efca41e18d20"},{"name":"Listar Plano de Contas","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"045d9c43-9064-4e0c-9148-ec8c24057041","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/account","description":"<p>Essa chamada retornará os detalhes do plano de contas da imobiliária.</p>\n","urlObject":{"path":["account"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"85c4bd4e-4187-46ad-93d5-3b918e012cc0","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 14 Nov 2024 01:07:34 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1\",\n        \"chrAccount\": \"Demonstração de Resultado do Período\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 2,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1\",\n        \"chrAccount\": \"Receitas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 3,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1\",\n        \"chrAccount\": \"Locação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 4,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1\",\n        \"chrAccount\": \"Receita Decorrente de Locação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 5,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.1\",\n        \"chrAccount\": \"Administração de Condomínio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 6,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.2\",\n        \"chrAccount\": \"Bonificação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 7,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.3\",\n        \"chrAccount\": \"Bonificação Primeiro Aluguel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 8,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.4\",\n        \"chrAccount\": \"Comissão rede\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 9,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.5\",\n        \"chrAccount\": \"Comissão reparos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 10,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.6\",\n        \"chrAccount\": \"Comissão seguro de incêndio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 11,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.7\",\n        \"chrAccount\": \"Comissão Seguro Fiança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 12,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.8\",\n        \"chrAccount\": \"Honorários Cobrança Interna\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 13,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.9\",\n        \"chrAccount\": \"Multa   Juros s-aluguel em atraso\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 14,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.10\",\n        \"chrAccount\": \"Multa Contratual\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 15,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.11\",\n        \"chrAccount\": \"Taxa de administração\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 16,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.12\",\n        \"chrAccount\": \"Taxa de intermediação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 17,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.13\",\n        \"chrAccount\": \"Taxa de renovação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 18,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.14\",\n        \"chrAccount\": \"Taxa de reserva desistência\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 19,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.15\",\n        \"chrAccount\": \"Taxa de Vistoria\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 20,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.16\",\n        \"chrAccount\": \"Transferência Inquilino-Fiança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 336,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.1.1.17\",\n        \"chrAccount\": \"Juros aplicação financeira conta corrente\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 339,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": 0,\n        \"chrIndex\": \"1.1.1.1.18\",\n        \"chrAccount\": \"TAXA DE RENOVAÇÃO TESTE\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 21,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2\",\n        \"chrAccount\": \"Vendas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 22,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2.1\",\n        \"chrAccount\": \"Receita Decorrente da Venda de Imóveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 23,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2.1.1\",\n        \"chrAccount\": \"Comissão correspondente CEF\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 24,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2.1.2\",\n        \"chrAccount\": \"Comissão de vendas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 25,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2.1.3\",\n        \"chrAccount\": \"Comissão de vendas da rede\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 26,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.2.1.4\",\n        \"chrAccount\": \"Taxa de avaliação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 27,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3\",\n        \"chrAccount\": \"Receitas Financeiras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 28,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3.1\",\n        \"chrAccount\": \"Receita Decorrente do Rendimento Financeiro\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 29,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3.1.1\",\n        \"chrAccount\": \"Juros recebidos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 30,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3.1.2\",\n        \"chrAccount\": \"Rendimento aplicação financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 31,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3.1.3\",\n        \"chrAccount\": \"Rendimento poupança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 32,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.1.3.1.4\",\n        \"chrAccount\": \"Rendimento título de capitalização\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 33,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2\",\n        \"chrAccount\": \"Despesas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 34,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1\",\n        \"chrAccount\": \"Despesas Administrativas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 35,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.1\",\n        \"chrAccount\": \"Despesas Gerais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 36,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.1.1\",\n        \"chrAccount\": \"Agua e Esgoto\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 37,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.1.2\",\n        \"chrAccount\": \"Aluguel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 38,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.1.3\",\n        \"chrAccount\": \"Condomínio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 39,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.1.4\",\n        \"chrAccount\": \"Energia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 40,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.2\",\n        \"chrAccount\": \"Telefones\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 41,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.2.1\",\n        \"chrAccount\": \"Internet\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 42,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.2.2\",\n        \"chrAccount\": \"Telefone Fixo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 43,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.2.3\",\n        \"chrAccount\": \"Telefone Móvel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 44,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3\",\n        \"chrAccount\": \"Entidades de Classes\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 45,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.1\",\n        \"chrAccount\": \"Associação Comercial\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 46,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.2\",\n        \"chrAccount\": \"B.D.I\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 47,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.3\",\n        \"chrAccount\": \"Camara de Valores\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 48,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.4\",\n        \"chrAccount\": \"Creci\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 49,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.5\",\n        \"chrAccount\": \"Secovi\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 50,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.6\",\n        \"chrAccount\": \"Serasa\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 51,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.7\",\n        \"chrAccount\": \"Sindicon\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 52,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.3.8\",\n        \"chrAccount\": \"Sindimóveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 53,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4\",\n        \"chrAccount\": \"Materiais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 54,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.1\",\n        \"chrAccount\": \"Material de Consumo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 55,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.2\",\n        \"chrAccount\": \"Material de Escritório\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 56,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.3\",\n        \"chrAccount\": \"Material de Infomática\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 57,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.4\",\n        \"chrAccount\": \"Material de Limpeza\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 58,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.5\",\n        \"chrAccount\": \"Material Gráfico\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 59,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.4.6\",\n        \"chrAccount\": \"Tonner\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 60,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5\",\n        \"chrAccount\": \"Propaganda e Publicidade Institucional\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 61,\n        \"ak\": 1,\n        \"fkGroup\": 4,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.1\",\n        \"chrAccount\": \"Agência de Publicidade\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 62,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.2\",\n        \"chrAccount\": \"Aluguel Pontos de Placa\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 63,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.3\",\n        \"chrAccount\": \"Anúncio em Jornal\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 64,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.4\",\n        \"chrAccount\": \"Anúncio em Revista\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 65,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.5\",\n        \"chrAccount\": \"Brindes\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 66,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.6\",\n        \"chrAccount\": \"Desenvolvimento e Manutenção de Produtos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 67,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.7\",\n        \"chrAccount\": \"Feiras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 68,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.8\",\n        \"chrAccount\": \"Material Publicitário\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 69,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.9\",\n        \"chrAccount\": \"Placas  Faixas e Banners\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 70,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.10\",\n        \"chrAccount\": \"Portais de Divulgação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 71,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.11\",\n        \"chrAccount\": \"Rede Imóveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 72,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.5.12\",\n        \"chrAccount\": \"Veiculação Tv  Rádio e Lista Telefônica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 73,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6\",\n        \"chrAccount\": \"Propaganda e Publicidade Produto\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 74,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.1\",\n        \"chrAccount\": \"Agência de Publicidade\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 75,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.2\",\n        \"chrAccount\": \"Aluguel Pontos de Placa\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 76,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.3\",\n        \"chrAccount\": \"Anúncio em Jornal\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 77,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.4\",\n        \"chrAccount\": \"Anúncio em Revista\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 78,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.5\",\n        \"chrAccount\": \"Brindes\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 79,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.6\",\n        \"chrAccount\": \"Feiras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 80,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.7\",\n        \"chrAccount\": \"Material Publicitário\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 81,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.8\",\n        \"chrAccount\": \"Placas  Faixas e Banners\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 82,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.9\",\n        \"chrAccount\": \"Portais de Divulgação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 83,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.10\",\n        \"chrAccount\": \"Rede Imóveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 84,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.6.11\",\n        \"chrAccount\": \"Veiculação Tv  Rádio e Lista Telefônica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 85,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7\",\n        \"chrAccount\": \"Despesas com Veículos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 86,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.1\",\n        \"chrAccount\": \"Aluguel de Veículo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 87,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.2\",\n        \"chrAccount\": \"Combustível\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 88,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.3\",\n        \"chrAccount\": \"Estacionamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 89,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.4\",\n        \"chrAccount\": \"IPVA\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 90,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.5\",\n        \"chrAccount\": \"Lavagem\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 91,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.6\",\n        \"chrAccount\": \"Multa de Trânsito\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 92,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.7\",\n        \"chrAccount\": \"Seguro\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 93,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.7.8\",\n        \"chrAccount\": \"Oficina\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 94,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.8\",\n        \"chrAccount\": \"Seguros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 95,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.8.1\",\n        \"chrAccount\": \"Seguro da Sede\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 96,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.9\",\n        \"chrAccount\": \"Assessorias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 97,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.9.1\",\n        \"chrAccount\": \"Assessoria Contabil\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 98,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.9.2\",\n        \"chrAccount\": \"Assessoria Juridica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 99,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.9.3\",\n        \"chrAccount\": \"Consultoria Financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 100,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.9.4\",\n        \"chrAccount\": \"Consultoria RH\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 101,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10\",\n        \"chrAccount\": \"Serviços\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 102,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.1\",\n        \"chrAccount\": \"Serviço de Cartório\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 103,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.2\",\n        \"chrAccount\": \"Serviço de Chaveiro\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 104,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.3\",\n        \"chrAccount\": \"Serviço de Conserto e Reparo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 105,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.4\",\n        \"chrAccount\": \"Serviço de Correio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 106,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.5\",\n        \"chrAccount\": \"Serviço Diarista\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 107,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.6\",\n        \"chrAccount\": \"Serviço de Fotocópia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 108,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.7\",\n        \"chrAccount\": \"Serviço de Impressão Extratos-Recibos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 109,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.8\",\n        \"chrAccount\": \"Serviço Jardineiro\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 110,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.9\",\n        \"chrAccount\": \"Serviço Motoboy\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 111,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.10\",\n        \"chrAccount\": \"Serviço Segurança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 112,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.10.11\",\n        \"chrAccount\": \"Serviço Transporte\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 113,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11\",\n        \"chrAccount\": \"Manutenções\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 114,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11.1\",\n        \"chrAccount\": \"Manutenção Central Telefônica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 115,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11.2\",\n        \"chrAccount\": \"Manutenção Máquinas e Equipamentos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 116,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11.3\",\n        \"chrAccount\": \"Manutenção da Rede\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 117,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11.4\",\n        \"chrAccount\": \"Manutenção Relógio Ponto\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 118,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.11.5\",\n        \"chrAccount\": \"Manutenção Sistema\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 119,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.12\",\n        \"chrAccount\": \"Doações\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 120,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.12.1\",\n        \"chrAccount\": \"Doação Pequeno Príncipe\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 121,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.12.2\",\n        \"chrAccount\": \"Doação Rede Solidária\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 122,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13\",\n        \"chrAccount\": \"Copa e Cozinha\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 123,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13.1\",\n        \"chrAccount\": \"Agua Mineral\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 124,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13.2\",\n        \"chrAccount\": \"Descatáveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 125,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13.3\",\n        \"chrAccount\": \"Frutas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 126,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13.4\",\n        \"chrAccount\": \"Gás\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 127,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.13.5\",\n        \"chrAccount\": \"Mercado\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 128,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.14\",\n        \"chrAccount\": \"Comemorações\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 129,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.14.1\",\n        \"chrAccount\": \"Café da Manhã\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 130,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.14.2\",\n        \"chrAccount\": \"Confraternização\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 131,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.15\",\n        \"chrAccount\": \"Assinaturas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 132,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.15.1\",\n        \"chrAccount\": \"Assinatura Jornal\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 133,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.15.2\",\n        \"chrAccount\": \"Assinatura Revista\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 134,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.15.3\",\n        \"chrAccount\": \"Assinatura Informativo Juridico\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 135,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.16\",\n        \"chrAccount\": \"Viagens\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 136,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.16.1\",\n        \"chrAccount\": \"Alimentação Viagem\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 137,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.16.2\",\n        \"chrAccount\": \"Hospedagem\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 138,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.16.3\",\n        \"chrAccount\": \"Transporte\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 139,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.17\",\n        \"chrAccount\": \"Locação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 140,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.1.17.1\",\n        \"chrAccount\": \"Locação de Máquinas e Equipamentos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 141,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2\",\n        \"chrAccount\": \"Despesas com Pessoal\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 142,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1\",\n        \"chrAccount\": \"Folha de Pagamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 143,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.1\",\n        \"chrAccount\": \"Adiantamento de Salário\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 144,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.2\",\n        \"chrAccount\": \"Contribuição Sindical\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 145,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.3\",\n        \"chrAccount\": \"Décimo Terceiro Salário\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 146,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.4\",\n        \"chrAccount\": \"Estagiários\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 147,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.5\",\n        \"chrAccount\": \"Faltas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 148,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.6\",\n        \"chrAccount\": \"Férias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 149,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.7\",\n        \"chrAccount\": \"Fundo de Garantia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 150,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.8\",\n        \"chrAccount\": \"Fundo de Garantia s- Rescisão\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 151,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.9\",\n        \"chrAccount\": \"Horas Extras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 152,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.10\",\n        \"chrAccount\": \"Indenizações\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 153,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.11\",\n        \"chrAccount\": \"Previdência Social\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 154,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.12\",\n        \"chrAccount\": \"Pró-Labore\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 155,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.13\",\n        \"chrAccount\": \"Rescisão Contrato de Trabalho\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 156,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.14\",\n        \"chrAccount\": \"Salários\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 157,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.15\",\n        \"chrAccount\": \"Vale Refeição\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 158,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.16\",\n        \"chrAccount\": \"Vale Transporte\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 159,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.1.17\",\n        \"chrAccount\": \"Vale Farmacia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 160,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2\",\n        \"chrAccount\": \"Outras Despesas com Pessoal\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 161,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.1\",\n        \"chrAccount\": \"Assistência Médica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 162,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.2\",\n        \"chrAccount\": \"Bolsa Auxilio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 163,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.3\",\n        \"chrAccount\": \"Cursos e Treinamentos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 164,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.4\",\n        \"chrAccount\": \"Comunicação Interna\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 165,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.5\",\n        \"chrAccount\": \"Exame Adm-Dem\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 166,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.6\",\n        \"chrAccount\": \"Presentes\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 167,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.7\",\n        \"chrAccount\": \"Seguro de Vida\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 168,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.2.8\",\n        \"chrAccount\": \"Uniforme\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 169,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3\",\n        \"chrAccount\": \"Comissão Decorrente da Locação de Imóvel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 170,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.1\",\n        \"chrAccount\": \"Comissão s- Locação Angariação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 171,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.2\",\n        \"chrAccount\": \"Comissão s- Locação Consultoras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 172,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.3\",\n        \"chrAccount\": \"Comissão s- Locação Gerencia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 173,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.4\",\n        \"chrAccount\": \"Comissão s- Locação Pagamento Minimo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 174,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.5\",\n        \"chrAccount\": \"Comissão s- Locação Renovações\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 175,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.6\",\n        \"chrAccount\": \"Comissão s- Locação RH\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 176,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.7\",\n        \"chrAccount\": \"Comissão s- Locação Supervisão\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 177,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.3.8\",\n        \"chrAccount\": \"Adiantamento de lucros e dividendos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 178,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4\",\n        \"chrAccount\": \"Comissão - Decorrente Vendas Prontos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 179,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.1\",\n        \"chrAccount\": \"Adiantamento de Comissão s- Venda\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 180,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.2\",\n        \"chrAccount\": \"Comissão s- Venda Assistente Adm\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 181,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.3\",\n        \"chrAccount\": \"Comissão s- Venda Angariação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 182,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.4\",\n        \"chrAccount\": \"Comissão s- Venda Efetuada\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 183,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.5\",\n        \"chrAccount\": \"Comissão s- Venda Gerência\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 184,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.6\",\n        \"chrAccount\": \"Comissão s- Venda Indicação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 185,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.7\",\n        \"chrAccount\": \"Comissão s- Venda RH\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 186,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.8\",\n        \"chrAccount\": \"Comissão s- Venda Diretoria\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 187,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.9\",\n        \"chrAccount\": \"Comissão Venda Devolvida\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 337,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.10\",\n        \"chrAccount\": \"Comissão - Gerente Luciana\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 338,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.4.11\",\n        \"chrAccount\": \"Comissão - Gerente Marcon\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 188,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.5\",\n        \"chrAccount\": \"Gratificações e Premiações\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 189,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.5.1\",\n        \"chrAccount\": \"Gratificação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 190,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.5.2\",\n        \"chrAccount\": \"Premiação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 191,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.6\",\n        \"chrAccount\": \"Ajuda de Custo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 192,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.6.1\",\n        \"chrAccount\": \"Ajuda de Custo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 193,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.6.2\",\n        \"chrAccount\": \"Ajude de Custo Combustível\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 194,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.2.6.3\",\n        \"chrAccount\": \"Ajuda de Custo Celular\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 195,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3\",\n        \"chrAccount\": \"Despesas Financeiras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 196,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1\",\n        \"chrAccount\": \"Tarifas Bancárias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 197,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.1\",\n        \"chrAccount\": \"Tarifa de Cobrança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 198,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.2\",\n        \"chrAccount\": \"Tarifa de Renovação de Contrato\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 199,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.3\",\n        \"chrAccount\": \"Tarifa de Transferência\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 200,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.4\",\n        \"chrAccount\": \"Tarifa Extrato\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 201,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.5\",\n        \"chrAccount\": \"Tarifa Formulário Cheque\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 202,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.6\",\n        \"chrAccount\": \"Tarifa Manutenção Conta Corrente\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 203,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.7\",\n        \"chrAccount\": \"Tarifa TED-DOC\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 204,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.8\",\n        \"chrAccount\": \"Tarifa contas a pagar\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 205,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.9\",\n        \"chrAccount\": \"Tarifa deposito cheque\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 206,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.1.10\",\n        \"chrAccount\": \"Tarifa ConnectBank\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 207,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.2\",\n        \"chrAccount\": \"Juros Pagos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 208,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.2.1\",\n        \"chrAccount\": \"Juros s- Contas em Atraso\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 209,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.2.2\",\n        \"chrAccount\": \"Juros s- Empréstimos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 210,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.2.3\",\n        \"chrAccount\": \"Juros s- Utilização Limite Bancário\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 211,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.3\",\n        \"chrAccount\": \"Tarifa com Cartão de Crédito\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 212,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.3.1\",\n        \"chrAccount\": \"Anuidade Cartão de Crédito\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 213,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.3.3.2\",\n        \"chrAccount\": \"Mensalidade Cartão de Crédito\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 214,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4\",\n        \"chrAccount\": \"Despesas Tributárias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 215,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1\",\n        \"chrAccount\": \"Impostos Federais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 216,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.1\",\n        \"chrAccount\": \"COFINS s- Faturamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 217,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.2\",\n        \"chrAccount\": \"CSLL s- Faturamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 218,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.3\",\n        \"chrAccount\": \"IRPJ s- Faturamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 219,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.4\",\n        \"chrAccount\": \"IRRF retido s- fopag\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 220,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.5\",\n        \"chrAccount\": \"IRRF retido s- Prestação de Serviço\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 221,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.6\",\n        \"chrAccount\": \"PIS s- Faturamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 222,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.1.7\",\n        \"chrAccount\": \"PIS-COFINS-CSLL retido s- Prest. Serviço\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 223,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.2\",\n        \"chrAccount\": \"Impostos Municipais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 224,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.2.1\",\n        \"chrAccount\": \"ISS s- Faturamento\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 225,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.2.2\",\n        \"chrAccount\": \"ISS s- Prestação de Serviço\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 226,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.2.3\",\n        \"chrAccount\": \"IPTU\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 227,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.3\",\n        \"chrAccount\": \"Taxas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 228,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.3.1\",\n        \"chrAccount\": \"Taxa de Alvará\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 229,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.4.3.2\",\n        \"chrAccount\": \"Taxa Junta Comercial\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 230,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.8\",\n        \"chrAccount\": \"Prejuízos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 231,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.8.1\",\n        \"chrAccount\": \"Prejuízo Decorrente da Adm de Imoveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 232,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.8.1.1\",\n        \"chrAccount\": \"Prejuízo LOCAÇÂO\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 233,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.8.1.2\",\n        \"chrAccount\": \"Prejuízo VENDAS\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 234,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9\",\n        \"chrAccount\": \"Investimentos  Bens e Direitos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 235,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.1\",\n        \"chrAccount\": \"Reformas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 236,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.1.1\",\n        \"chrAccount\": \"Reforma Mão de Obra\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 237,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.1.2\",\n        \"chrAccount\": \"Reforma Material\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 238,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.2\",\n        \"chrAccount\": \"Bens\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 239,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.2.1\",\n        \"chrAccount\": \"Central Telefônica\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 240,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.2.2\",\n        \"chrAccount\": \"Imóveis\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 241,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.2.3\",\n        \"chrAccount\": \"Máquinas e Equipamentos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 242,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.2.4\",\n        \"chrAccount\": \"Móveis e Utensílios\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 243,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.3\",\n        \"chrAccount\": \"Direitos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 244,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.3.1\",\n        \"chrAccount\": \"Marcas e Patentes\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 245,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.3.2\",\n        \"chrAccount\": \"Programas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 246,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.4\",\n        \"chrAccount\": \"Investimentos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 247,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.4.1\",\n        \"chrAccount\": \"Aplicação Financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 248,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.4.2\",\n        \"chrAccount\": \"Consórcio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 249,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.2.9.4.3\",\n        \"chrAccount\": \"Titulo de Captalização\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 250,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9\",\n        \"chrAccount\": \"Saldos Iniciais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 251,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1\",\n        \"chrAccount\": \"Saldo inicial de Locação - C. Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 252,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1\",\n        \"chrAccount\": \"Saldo inicial Bancos Locação - C. Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 253,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1.1\",\n        \"chrAccount\": \"BB AG. 1534 C-C 27525-5\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 254,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1.2\",\n        \"chrAccount\": \"CEF AG.2937 C-C 727-1\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 255,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1.3\",\n        \"chrAccount\": \"CEF POUP AG.2937 CONTA 2-8\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 256,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1.4\",\n        \"chrAccount\": \"HSBC AG.0357 C-C 00659-89\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 257,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.1.5\",\n        \"chrAccount\": \"ITAÚ AG.7764 C-C 08274-4\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 258,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.2\",\n        \"chrAccount\": \"Saldo Inicial Caixa Locação - C. Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 259,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.1.2.1\",\n        \"chrAccount\": \"MOVIMENTO DE CAIXA LOCAÇÃO - C.COMPRIDO\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 260,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.2\",\n        \"chrAccount\": \"Saldo Inicial Vendas - C.Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 261,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.2.1\",\n        \"chrAccount\": \"Saldo Inicial Banco Vendas C.Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 262,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.2.1.1\",\n        \"chrAccount\": \"CEF AG.2937 C-C 728-0\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 263,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.2.2\",\n        \"chrAccount\": \"Saldo Inicial Caixa Vendas - C. Comprido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 264,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.2.2.1\",\n        \"chrAccount\": \"MOVIMENTO DE CAIXA VENDAS\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 265,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3\",\n        \"chrAccount\": \"Saldo Inicial Banco Vila Izabel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 266,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.1\",\n        \"chrAccount\": \"Saldo inicial Banco Vila Izabel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 267,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.1.1\",\n        \"chrAccount\": \"CEF AG.1286 C-C 1415-3\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 268,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.1.2\",\n        \"chrAccount\": \"HSBC AG.0357 C-C 00658-14\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 269,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.1.3\",\n        \"chrAccount\": \"CEF FIC EXECUTIVO RF LP AG.1286\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 270,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.2\",\n        \"chrAccount\": \"Saldo Inicial Caixa Vila Izabel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 271,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"1.9.3.2.1\",\n        \"chrAccount\": \"MOVIMENTO DE CAIXA VILA IZABEL\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 272,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2\",\n        \"chrAccount\": \"Transitórias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 273,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1\",\n        \"chrAccount\": \"Transitórias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 274,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1\",\n        \"chrAccount\": \"Transitórias Locação e Vendas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 275,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1\",\n        \"chrAccount\": \"Transitória Locação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 276,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.1\",\n        \"chrAccount\": \"Acordo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 277,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.2\",\n        \"chrAccount\": \"Adiantamento Prestação de Contas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 278,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.3\",\n        \"chrAccount\": \"Agua e Esgoto\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 279,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.4\",\n        \"chrAccount\": \"Aluguel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 280,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.5\",\n        \"chrAccount\": \"Aluguel em Duplicidade\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 281,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.6\",\n        \"chrAccount\": \"Administração de condomínio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 282,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.7\",\n        \"chrAccount\": \"Benfeitorias\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 283,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.8\",\n        \"chrAccount\": \"Benfeitorias Condomínio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 284,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.9\",\n        \"chrAccount\": \"Bonificação\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 285,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.10\",\n        \"chrAccount\": \"Carência de Aluguel\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 286,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.11\",\n        \"chrAccount\": \"Cartório\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 287,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.12\",\n        \"chrAccount\": \"Cheque Devolvido\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 288,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.13\",\n        \"chrAccount\": \"Condomínio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 289,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.14\",\n        \"chrAccount\": \"Correios\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 290,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.15\",\n        \"chrAccount\": \"Custas Judiciais\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 291,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.16\",\n        \"chrAccount\": \"Cadastro\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 292,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.17\",\n        \"chrAccount\": \"DARF\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 293,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.18\",\n        \"chrAccount\": \"Depósito Não Identificado\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 294,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.19\",\n        \"chrAccount\": \"Desconto Especial\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 295,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.20\",\n        \"chrAccount\": \"DOC-TED Devolvido e-ou Representado\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 296,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.21\",\n        \"chrAccount\": \"Energia\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 297,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.22\",\n        \"chrAccount\": \"Fundo de Reserva-Obras\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 298,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.23\",\n        \"chrAccount\": \"Honorários\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 299,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.24\",\n        \"chrAccount\": \"Imposto de Renda\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 300,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.25\",\n        \"chrAccount\": \"Imposto Predial\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 301,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.26\",\n        \"chrAccount\": \"Multa Contratual\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 302,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.27\",\n        \"chrAccount\": \"Reparos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 303,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.28\",\n        \"chrAccount\": \"Seguro Incêndio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 304,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.29\",\n        \"chrAccount\": \"Seguro Fiança\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 305,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.30\",\n        \"chrAccount\": \"Taxa de Reserva\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 306,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.31\",\n        \"chrAccount\": \"T.C.I\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 307,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.32\",\n        \"chrAccount\": \"Taxa Extra-Fundo de Reserva\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 308,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.33\",\n        \"chrAccount\": \"Taxa de Vistoria\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 309,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.34\",\n        \"chrAccount\": \"Transferência de Saldo\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 310,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.35\",\n        \"chrAccount\": \"Tarifa Bancária\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 311,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.1.36\",\n        \"chrAccount\": \"Vistoria\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 312,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.2\",\n        \"chrAccount\": \"Transitória Vendas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 313,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.2.1\",\n        \"chrAccount\": \"Comissão de Venda a Repassar\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 314,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.2.2\",\n        \"chrAccount\": \"Sinal do Negócio\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 315,\n        \"ak\": 1,\n        \"fkGroup\": 2,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.2.3\",\n        \"chrAccount\": \"Taxa de Despachante\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 316,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.3\",\n        \"chrAccount\": \"Empréstimos\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 317,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.3.1\",\n        \"chrAccount\": \"Empréstimos ITAÚ\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 318,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.3.2\",\n        \"chrAccount\": \"Empréstimo HSBC\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 319,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.3.3\",\n        \"chrAccount\": \"Emprétimo BB\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 320,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"2.1.1.3.4\",\n        \"chrAccount\": \"Empréstimo CEF\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 321,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"3\",\n        \"chrAccount\": \"Lucros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 322,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"3.1\",\n        \"chrAccount\": \"Lucros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 323,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"3.1.1\",\n        \"chrAccount\": \"Lucros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 324,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"3.1.1.1\",\n        \"chrAccount\": \"Distribuição de Lucros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 325,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"3.1.1.1.1\",\n        \"chrAccount\": \"Antecipação de Distribuição de Lucros\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 326,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4\",\n        \"chrAccount\": \"Aplicação Financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 327,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1\",\n        \"chrAccount\": \"Aplicação Financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 328,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1.1\",\n        \"chrAccount\": \"Aplicação Financeira\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 329,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1.1.1\",\n        \"chrAccount\": \"Aplicação Financeira - Resgate\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 330,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1.1.1.1\",\n        \"chrAccount\": \"Aplicação Financeira Resgate\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 331,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1.1.2\",\n        \"chrAccount\": \"Aplicação Financeira - Despesas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    },\n    {\n        \"id\": 332,\n        \"ak\": 1,\n        \"fkGroup\": 1,\n        \"fkDefaultService\": null,\n        \"chrIndex\": \"4.1.1.2.1\",\n        \"chrAccount\": \"Aplicação Financeira Despesas\",\n        \"txtComment\": null,\n        \"isRevenue\": true,\n        \"isOutlay\": true,\n        \"isActive\": true\n    }\n]"}],"_postman_id":"045d9c43-9064-4e0c-9148-ec8c24057041"},{"name":"Listar Centros de Custo","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"c76a2307-c4e8-4ae2-aa09-ce13b9d59ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/section","description":"<p>Essa chamada retornará a listagem de centros de custo da imobiliária.</p>\n","urlObject":{"path":["section"],"host":["https://sandbox.properfy.com.br/api/billing"],"query":[],"variable":[]}},"response":[{"id":"0de53ea8-798e-4085-81bf-6f84623c4e8a","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/billing/section"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 14 Nov 2024 01:09:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"ak\": 1,\n            \"chrSection\": \"Locação\",\n            \"isActive\": true\n        },\n        {\n            \"id\": 2,\n            \"ak\": 1,\n            \"chrSection\": \"Vendas - Prontos\",\n            \"isActive\": true\n        },\n        {\n            \"id\": 3,\n            \"ak\": 1,\n            \"chrSection\": \"Vendas - Lançamento\",\n            \"isActive\": true\n        },\n        {\n            \"id\": 5,\n            \"ak\": 1,\n            \"chrSection\": \"HARMONY\",\n            \"isActive\": true\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/billing/section?page=1\",\n    \"from\": 1,\n    \"last_page\": 1,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/billing/section?page=1\",\n    \"next_page_url\": null,\n    \"path\": \"https://sandbox.properfy.com.br/api/billing/section\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 4,\n    \"total\": 4\n}"}],"_postman_id":"c76a2307-c4e8-4ae2-aa09-ce13b9d59ad0"},{"name":"Listar Serviços","event":[{"listen":"test","script":{"id":"ca473378-54c8-4be1-a332-d3d7ab4f5f05","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"prerequest","script":{"id":"5cd145d3-e6b1-4951-80d6-b040e12635f6","exec":[""],"type":"text/javascript","packages":{}}}],"id":"3e87cca3-c0c7-4df3-922f-100e9e49876f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/business/service","description":"<p>Essa chamada retornará a listagem de serviços da imobiliária.</p>\n","urlObject":{"path":["service"],"host":["https://sandbox.properfy.com.br/api/business"],"query":[],"variable":[]}},"response":[{"id":"37cdac62-df66-4ac1-a9d0-9e065a45fe68","name":"Exemplo","originalRequest":{"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/business/service"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.18.0 (Ubuntu)"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 14 Nov 2024 01:10:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"current_page\": 1,\n    \"data\": [\n        {\n            \"id\": 62,\n            \"ak\": 1,\n            \"chrName\": \"Transferência Locatário/Fiança\",\n            \"fkAccount\": 20,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"NOT_INCLUDE\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 61,\n            \"ak\": 1,\n            \"chrName\": \"Taxa Sobre Negociação de Aluguel\",\n            \"fkAccount\": 15,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"NOT_INCLUDE\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 60,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Vistoria\",\n            \"fkAccount\": 19,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"NOT_INCLUDE\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 59,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Renovação\",\n            \"fkAccount\": 17,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"OWNER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 58,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Intermediação Devolvida\",\n            \"fkAccount\": 16,\n            \"chrCredit\": \"OWNER\",\n            \"chrDebit\": \"COMPANY\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"ALWAYS_WITHIN_CITY\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 57,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Intermediação\",\n            \"fkAccount\": 16,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"OWNER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"RETURN\",\n            \"chrIssqnTax\": \"ALWAYS_WITHIN_CITY\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 56,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Cadastro\",\n            \"fkAccount\": 50,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"RENTER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"NOT_INCLUDE\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 55,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Atualização de Contrato\",\n            \"fkAccount\": 15,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"OWNER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 54,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Administração sobre Renovação\",\n            \"fkAccount\": 15,\n            \"chrCredit\": \"COMPANY\",\n            \"chrDebit\": \"OWNER\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"EXEMPT\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        },\n        {\n            \"id\": 53,\n            \"ak\": 1,\n            \"chrName\": \"Taxa de Administração Devolvida\",\n            \"fkAccount\": 15,\n            \"chrCredit\": \"OWNER\",\n            \"chrDebit\": \"COMPANY\",\n            \"hasIncomeTax\": false,\n            \"chrFeeRenterOwner\": \"NO\",\n            \"chrFeeRenterCompany\": \"NO\",\n            \"chrFeeOwnerRenter\": \"NO\",\n            \"chrFeeOwnerCompany\": \"NO\",\n            \"chrFeeCompanyRenter\": \"NO\",\n            \"chrFeeCompanyOwner\": \"NO\",\n            \"chrIssqnTax\": \"ALWAYS_WITHIN_CITY\",\n            \"fkCnae\": 2,\n            \"chrDimobBehaviour\": \"INVOICE_AND_COMISSION\",\n            \"dcmTaxPercentage\": 0,\n            \"isNotTaxable\": false,\n            \"isFineAble\": true,\n            \"isInterestAble\": true,\n            \"isActive\": true,\n            \"isDebitShared\": false,\n            \"isRentBasis\": false,\n            \"dttDeleted\": null\n        }\n    ],\n    \"first_page_url\": \"https://sandbox.properfy.com.br/api/business/service?page=1\",\n    \"from\": 1,\n    \"last_page\": 7,\n    \"last_page_url\": \"https://sandbox.properfy.com.br/api/business/service?page=7\",\n    \"next_page_url\": \"https://sandbox.properfy.com.br/api/business/service?page=2\",\n    \"path\": \"https://sandbox.properfy.com.br/api/business/service\",\n    \"per_page\": 10,\n    \"prev_page_url\": null,\n    \"to\": 10,\n    \"total\": 67\n}"}],"_postman_id":"3e87cca3-c0c7-4df3-922f-100e9e49876f"}],"id":"1f6d931f-4759-4d8d-a271-47f3402e6804","description":"<p>Rotas relacionadas a cobranças, contas a pagar e relatórios financeiros.</p>\n","_postman_id":"1f6d931f-4759-4d8d-a271-47f3402e6804"},{"name":"IMOBILIÁRIA","item":[{"name":"Filiais","id":"016cc69a-b09b-457c-b094-80b96b9212b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"https://sandbox.properfy.com.br/api/account/company","urlObject":{"path":["company"],"host":["https://sandbox.properfy.com.br/api/account"],"query":[],"variable":[]}},"response":[],"_postman_id":"016cc69a-b09b-457c-b094-80b96b9212b2"}],"id":"cbfde371-e56c-4f51-8b89-47bc162dda22","_postman_id":"cbfde371-e56c-4f51-8b89-47bc162dda22","description":""},{"name":"CRM","item":[{"name":"Listas","item":[{"name":"Autocomplete de Usuários","id":"91b1ac87-a856-41e2-b8d0-b1fdbdad29d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"/access-control/user/autocomplete","urlObject":{"path":["access-control","user","autocomplete"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"91b1ac87-a856-41e2-b8d0-b1fdbdad29d0"},{"name":"Lista de Pipelines","id":"d6d9992c-678e-443c-a987-d0939fa411e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/pipeline/load","urlObject":{"path":["pipeline","load"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"d6d9992c-678e-443c-a987-d0939fa411e7"},{"name":"Lista de Pipelines Por Usuário","id":"be404a23-bbff-4b4f-8c53-4d6d035715e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/pipeline/load-by-user","urlObject":{"path":["pipeline","load-by-user"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"be404a23-bbff-4b4f-8c53-4d6d035715e4"},{"name":"Timelines Por Pipeline","id":"7819c630-5299-45c7-bfee-96d2f19e04af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/pipeline/55/timelines","urlObject":{"path":["pipeline","55","timelines"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"7819c630-5299-45c7-bfee-96d2f19e04af"},{"name":"Autocomplete de Leads","id":"d42bf869-241b-4ed1-adbe-3c4a59ae8ce7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/lead/autocomplete","urlObject":{"path":["lead","autocomplete"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"d42bf869-241b-4ed1-adbe-3c4a59ae8ce7"},{"name":"Autocomplete de Cards Por Pipeline","id":"7f50eef5-01f3-4b63-baed-3201a3b7c3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card/autocomplete/55","urlObject":{"path":["card","autocomplete","55"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"7f50eef5-01f3-4b63-baed-3201a3b7c3ed"}],"id":"23fa8979-eec7-482a-9214-cd331063d906","_postman_id":"23fa8979-eec7-482a-9214-cd331063d906","description":""},{"name":"Leads","item":[{"name":"Opções","id":"9e0b6f82-87a5-4234-9dba-bccb21370d79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/lead/options","urlObject":{"path":["lead","options"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"9e0b6f82-87a5-4234-9dba-bccb21370d79"},{"name":"Listar Leads","id":"a8a3318d-1c4a-43da-80ab-af4dd4067224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"crm/lead?filter=&size=10","urlObject":{"path":["lead"],"host":["crm"],"query":[{"description":{"content":"<p>Filtra por nome, email, e telefone</p>\n","type":"text/plain"},"key":"filter","value":""},{"description":{"content":"<p>Quantidade de itens por página</p>\n","type":"text/plain"},"key":"size","value":"10"}],"variable":[]}},"response":[],"_postman_id":"a8a3318d-1c4a-43da-80ab-af4dd4067224"},{"name":"Cadastrar Lead","id":"16f8cace-951c-4b6e-a834-ecd3f73345b5","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chrName\": \"Nome Lead Teste 1\", // Nome do Lead\n    \"chrEmail\": \"email.lead.teste@gmail.com\", // Email do Lead\n    \"chrPhone\": \"11987876767\", // Telefone do Lead\n    \"chrAcquisitionChannel\": \"FB_ADS\", // Ver opções no campo 'channel' da resposta de 'Leads / Opções'\n    \"chrRegisterNumber\": \"290.927.590-66\", // CPF pou CNPJ do Lead\n    \"chrDocumentId\": \"37.679.940-7\", // RG do Lead\n    \"chrNacionality\": \"Brasileiro\", // Nacionalidade do Lead\n    \"chrProfession\": \"Profissão do Lead\", // Profissão do Lead\n    \"chrMaritalStatus\": \"SEPARATED\", // Ver opções no campo 'maritalStatus' da resposta de 'Leads / Opções'\n    \"dteDateofBirth\": \"2000-12-21\", // Data de Nascimento do Lead: formato yyyy-mm-dd\n    \"fkPipeline\": 55, // Ver opções na resposta de 'Listas / Lista de Pipelines' ou 'Listas / Lista de Pipelines Por Usuário'\n    \"fkUser\": 1, // Ver opções na resposta de 'Listas / Autocomplete de Usuários'\n    \"dttDeleted\": null,\n    \"dttRegistered\": null,\n    \"contact\": [// Array de metodos de contatos com o lead\n        {\n            \"description\": \"Contato mobile do lead\",\n            \"type\": \"MOBILE\",\n            \"value\": \"+55 38 98861-3263\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"crm/lead","urlObject":{"path":["lead"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"16f8cace-951c-4b6e-a834-ecd3f73345b5"},{"name":"Detalhes do Lead","id":"ea441644-4455-47f1-8192-a37d2997a7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/lead/12940","urlObject":{"path":["lead","12940"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"ea441644-4455-47f1-8192-a37d2997a7f3"},{"name":"Atualizar Lead","id":"c530a07c-12cc-475c-bcb5-9a203d41a61c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"chrName\": \"Nome Lead Teste 1 - editado\",\n    \"chrEmail\": \"email.lead.teste@gmail.com\",\n    \"chrPhone\": \"11987876767\",\n    \"chrAcquisitionChannel\": \"FB_ADS\",\n    \"chrRegisterNumber\": \"290.927.590-66\",\n    \"chrDocumentId\": \"37.679.940-7\",\n    \"chrNacionality\": \"Brasileiro\",\n    \"chrProfession\": \"Profissão do Lead\",\n    \"chrMaritalStatus\": \"SEPARATED\",\n    \"dteDateofBirth\": \"2000-12-21\",\n    \"fkPipeline\": 1,\n    \"fkUser\": 1,\n    \"dttDeleted\": null,\n    \"dttRegistered\": null,\n    \"contact\": [\n        {\n            \"description\": \"Contato mobile do lead\",\n            \"type\": \"MOBILE\",\n            \"value\": \"+55 38 98861-3263\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"crm/lead/12941","urlObject":{"path":["lead","12941"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"c530a07c-12cc-475c-bcb5-9a203d41a61c"},{"name":"Excluír Lead","id":"f08a57e6-5be3-46ea-89db-2967bae456f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"url":"crm/lead/12940","urlObject":{"path":["lead","12940"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"f08a57e6-5be3-46ea-89db-2967bae456f0"}],"id":"c833541b-39a4-4857-86da-dae6afbb5667","_postman_id":"c833541b-39a4-4857-86da-dae6afbb5667","description":""},{"name":"Cards","item":[{"name":"Tasks","item":[{"name":"Cadastrar Nova Tarefa","id":"f93f495a-ab10-408d-ab4c-d664a41896b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fkUser\": 397,\n    \"chrCategory\": \"EMAIL\", // Ver Opções na resposta de 'Pegar Categorias de tarefas'\n    \"chrTitle\": \"tarefa teste 2\", // Título da Tarefa\n    \"dttIssue\": \"2025-07-17T12:06:11.000-03:00\", // Data de execução\n    \"intDuration\": 50, // Duração (em minutos) da tarefa\n    \"isDone\": false, // Determina se a tarefa está concluída\n    \"intNotificationMinutesBeforeStart\": 0, // Intervalo (em minutos) para notificação de início da tarefa \n    \"chrDetails\": \"tarefa teste 1 descrição - novo\", // Descrição da tarefa\n    \"fkCard\": 4087 // Card Associado\n}","options":{"raw":{"language":"json"}}},"url":"tasks/store","urlObject":{"path":["store"],"host":["tasks"],"query":[],"variable":[]}},"response":[],"_postman_id":"f93f495a-ab10-408d-ab4c-d664a41896b4"},{"name":"Atualizar Tarefa","id":"79f79279-1b62-4fca-b10a-951e5cfa21a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fkUser\": 397,\n    \"chrCategory\": \"EMAIL\", // Ver Opções na resposta de 'Pegar Categorias de tarefas'\n    \"chrTitle\": \"tarefa teste 2 - editado 2\", // Título da Tarefa\n    \"dttIssue\": \"2025-07-17T12:06:11.000-03:00\", // Data de execução\n    \"intDuration\": 50, // Duração (em minutos) da tarefa\n    \"isDone\": false, // Determina se a tarefa está concluída\n    \"intNotificationMinutesBeforeStart\": 0, // Intervalo (em minutos) para notificação de início da tarefa \n    \"chrDetails\": \"tarefa teste 1 descrição - editado 2\", // Descrição da tarefa\n    \"fkCard\": 4087 // Card Associado\n}","options":{"raw":{"language":"json"}}},"url":"tasks/update/401","urlObject":{"path":["update","401"],"host":["tasks"],"query":[],"variable":[]}},"response":[],"_postman_id":"79f79279-1b62-4fca-b10a-951e5cfa21a5"},{"name":"Pegar Detalhes da Tarefa","id":"06d267ca-5126-4a40-92c7-4b22538eb93b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"tasks/detail/401","urlObject":{"path":["detail","401"],"host":["tasks"],"query":[],"variable":[]}},"response":[],"_postman_id":"06d267ca-5126-4a40-92c7-4b22538eb93b"},{"name":"Excluír Tarefa","id":"291471b8-f3f3-4ad8-944a-dc709736cfac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"url":"tasks/delete/401","urlObject":{"path":["delete","401"],"host":["tasks"],"query":[],"variable":[]}},"response":[],"_postman_id":"291471b8-f3f3-4ad8-944a-dc709736cfac"},{"name":"Pegar Categorias de Tarefas","id":"83d53418-c7d3-41c1-9121-9de8856324f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 0,\n    \"fkUser\": 397,\n    \"chrCategory\": \"EMAIL\",\n    \"chrTitle\": \"tarefa teste 2\",\n    \"dttIssue\": \"2025-07-17T12:06:11.000-03:00\",\n    \"intDuration\": 50,\n    \"isDone\": false,\n    \"intNotificationMinutesBeforeStart\": 0,\n    \"chrDetails\": \"tarefa teste 1 descrição - novo\",\n    \"fkCard\": 4087\n}","options":{"raw":{"language":"json"}}},"url":"tasks/categories","urlObject":{"path":["categories"],"host":["tasks"],"query":[],"variable":[]}},"response":[],"_postman_id":"83d53418-c7d3-41c1-9121-9de8856324f9"}],"id":"f929b6e2-9afe-4535-aa28-ee2bb40446af","_postman_id":"f929b6e2-9afe-4535-aa28-ee2bb40446af","description":""},{"name":"Visitations","item":[{"name":"Pegar Visitas pelo Card","id":"d359ae9e-b5c2-490d-a4a9-c8c2a0f339d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"property/visitation/collect/card/4087","urlObject":{"path":["visitation","collect","card","4087"],"host":["property"],"query":[],"variable":[]}},"response":[],"_postman_id":"d359ae9e-b5c2-490d-a4a9-c8c2a0f339d9"},{"name":"Opções Cadastro de Visitas","id":"a5f6b148-7392-4c39-912a-dc3873d2011d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"property/visitation/options","urlObject":{"path":["visitation","options"],"host":["property"],"query":[],"variable":[]}},"response":[],"_postman_id":"a5f6b148-7392-4c39-912a-dc3873d2011d"},{"name":"Cadastrar Nova Visita","id":"bd82c5c6-6dc6-4935-8745-a810ef7c5d28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"propertyHash\": \"64dd6cf233b83d3cb10dd436\", // Garanta que a hash do imóvel seja a mesma do imóvel associado ao card\n    \"fkUser\": 0,\n    \"chrDemonstratorVisitown\": \"\",\n    \"fkResponsible\": 397,\n    \"fkVisitor\": 11533,\n    \"dttStart\": \"2025-07-11T03:00:00.000-03:00\",\n    \"chrTimeStart\": \"2025-07-04T03:00:00.000-03:00\",\n    \"intDuration\": 0,\n    \"chrVisitorType\": \"LEAD\", // Ver campo 'visitor' na resposta de 'Opções Cadastro de Visitas'\n    \"chrVisitType\": \"IN_PERSON\", // Ver campo 'visit' na resposta de 'Opções Cadastro de Visitas'\n    \"chrDemonstratorType\": \"UNACCOMPANIED\", // Ver campo 'demonstrator' na resposta de 'Opções Cadastro de Visitas'\n    \"chrKeyLocation\": \"PROPERTY\", // Ver campo 'key' na resposta de 'Opções Cadastro de Visitas'\n    \"chrKeyAddressPostalCode\": \"\",\n    \"chrKeyAddressState\": \"\",\n    \"chrKeyAddressCity\": \"\",\n    \"chrKeyAddressCityCode\": \"\",\n    \"chrKeyAddressDistrict\": \"\",\n    \"chrKeyAddressStreet\": \"\",\n    \"chrKeyAddressNumber\": \"\",\n    \"chrKeyAddressComplement\": \"\",\n    \"chrStatus\": \"ACTIVE\", // Ver campo 'status' na resposta de 'Opções Cadastro de Visitas'\n    \"txtDetails\": \"teste - novo\",\n    \"txtEvaluation\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"property/visitation","urlObject":{"path":["visitation"],"host":["property"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd82c5c6-6dc6-4935-8745-a810ef7c5d28"},{"name":"Atualizar Visita","id":"bfd98d06-a168-4bfd-8b2a-c00f9be97e74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"propertyHash\": \"64dd6cf233b83d3cb10dd436\", // Garanta que a hash do imóvel seja a mesma do imóvel associado ao card\n    \"fkUser\": 0,\n    \"chrDemonstratorVisitown\": \"\",\n    \"fkResponsible\": 397,\n    \"fkVisitor\": 11533,\n    \"dttStart\": \"2025-07-11T03:00:00.000-03:00\",\n    \"chrTimeStart\": \"2025-07-04T03:00:00.000-03:00\",\n    \"intDuration\": 0,\n    \"chrVisitorType\": \"LEAD\", // Ver campo 'visitor' na resposta de 'Opções Cadastro de Visitas'\n    \"chrVisitType\": \"IN_PERSON\", // Ver campo 'visit' na resposta de 'Opções Cadastro de Visitas'\n    \"chrDemonstratorType\": \"UNACCOMPANIED\", // Ver campo 'demonstrator' na resposta de 'Opções Cadastro de Visitas'\n    \"chrKeyLocation\": \"PROPERTY\", // Ver campo 'key' na resposta de 'Opções Cadastro de Visitas'\n    \"chrKeyAddressPostalCode\": \"\",\n    \"chrKeyAddressState\": \"\",\n    \"chrKeyAddressCity\": \"\",\n    \"chrKeyAddressCityCode\": \"\",\n    \"chrKeyAddressDistrict\": \"\",\n    \"chrKeyAddressStreet\": \"\",\n    \"chrKeyAddressNumber\": \"\",\n    \"chrKeyAddressComplement\": \"\",\n    \"chrStatus\": \"ACTIVE\", // Ver campo 'status' na resposta de 'Opções Cadastro de Visitas'\n    \"txtDetails\": \"teste - editado\",\n    \"txtEvaluation\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"property/visitation/76","urlObject":{"path":["visitation","76"],"host":["property"],"query":[],"variable":[]}},"response":[],"_postman_id":"bfd98d06-a168-4bfd-8b2a-c00f9be97e74"}],"id":"40e5cf9c-c0db-4d74-9e9c-b9d934732e6c","_postman_id":"40e5cf9c-c0db-4d74-9e9c-b9d934732e6c","description":""},{"name":"Attachments","item":[{"name":"Anexar Arquivos ao card","id":"0d42770a-6530-4570-bdc2-3b9fcd07e197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[ // Array com os dados dos arquivos já subidos (UPLOADED)\n    {\n        \"ak\": 34,\n        \"fkPartner\": null,\n        \"fkUser\": 397,\n        \"chrType\": \"INTERNAL\",\n        \"chrTarget\": \"crm.kanban.card.lead\",\n        \"chrPath\": \"lead/documents\",\n        \"chrName\": \"teste 2\",\n        \"chrExt\": \"xlsx\",\n        \"chrFilename\": \"WKKFTKHIPAJMLRWT.xlsx\",\n        \"intSize\": 7489,\n        \"isAttached\": false,\n        \"isRemoved\": false,\n        \"dttRegister\": \"2025-07-04T14:29:43.000000Z\",\n        \"id\": 159600,\n        \"allowedPartners\": [],\n        \"chrCategory\": \"CONDO\" // Ver Categorias abaixo -->\n    }\n]\n\n/** Categorias (chrCategory)\n\n    ESTIMATE: \"Orçamento\",\n    AUTHORIZATION: \"Autorização\",\n    ADDITIVE: \"Aditivo\",\n    IMAGES: \"Imagens\",\n    OTHER: \"Outros\",\n    BANKSLIP: \"Boleto\",\n    INVOICE: \"Nota Fiscal\",\n    RENTER_CONTRACT: \"Contrato de Locação\",\n    CHANGE_AUTHORIZATION: \"Autorização de Mudança\",\n    CANCELLATION: \"Distrato\",\n    FUNDRASING_CONTRACT: \"Contrato de Angariação\",\n    PROPERTY_DOCUMENTATION: \"Documentação do Imóvel\",\n    SALES_AUTHORIZATION: \"Autorização de Venda\",\n    IPTU: \"IPTU\",\n    CONDO: \"Condomínio\",\n    INCOMING_PROOF: \"Comprovante de Renda\",\n    ADDRESS_PROOF: \"Comprovante de Endereço\",\n    PERSONAL: \"Documentos Pessoais\",\n    FORM: \"Ficha Cadastral\",\n    ADMINISTRATION_CONTRACT: \"Contrato de Administração\",\n    ENTRY_INSPECTION: \"Vistoria Entrada\",\n    EXIT_INSPECTION: \"Vistoria Saída\",\n    ADDITIVE_RENTER: \"Aditivo Inquilinos\",\n    ADDITIVE_OWNER: \"Aditivo Proprietários\",\n    RENTER_TERMINATION: \"Rescisão Inquilino\"\n */","options":{"raw":{"language":"json"}}},"url":"crm/card/attachment/5645","urlObject":{"path":["card","attachment","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"0d42770a-6530-4570-bdc2-3b9fcd07e197"},{"name":"Atualizar Descrição e Categoria dos arquivos Anexados","id":"11a55a70-4e49-4c7d-9327-0d04a9ecb1f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[ \n    // Array com os dados dos arquivos anexados ao card. \n    // Apenas chrName e chrCategory podem ser alterados.\n    // Podem ser atualizados vários de uma única vez.\n    {\n        \"id\": 148988, // Id do arquivo\n        \"chrName\": \"certidao jeova - editado.pdf\",\n        \"chrCategory\": \"AUTHORIZATION\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"crm/card/attachment/4087","urlObject":{"path":["card","attachment","4087"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"11a55a70-4e49-4c7d-9327-0d04a9ecb1f8"},{"name":"Excluír Arquivo Anexado ao card","id":"bbe5e280-88f2-47a4-8313-c01e48e49b4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"[ \n    // Array com os dados dos arquivos anexados ao card. \n    // Apenas chrName e chrCategory podem ser alterados.\n    // Podem ser atualizados vários de uma única vez.\n    {\n        \"id\": 148988, // Id do arquivo\n        \"chrName\": \"certidao jeova - editado.pdf\",\n        \"chrCategory\": \"AUTHORIZATION\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"crm/card/attachment/4087/148989","urlObject":{"path":["card","attachment","4087","148989"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"bbe5e280-88f2-47a4-8313-c01e48e49b4e"},{"name":"UPLOAD - Subir Arquivo","id":"f194f004-3f05-4d47-88e9-a916c311f819","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"src","description":"<p>Arquivo para upload</p>\n","type":"file","src":"/home/jorge/Downloads/Manutenção-2025-06-27-12-12-01.xlsx"}]},"url":"attach/crm.kanban.card.lead/lead/documents","urlObject":{"path":["crm.kanban.card.lead","lead","documents"],"host":["attach"],"query":[],"variable":[]}},"response":[],"_postman_id":"f194f004-3f05-4d47-88e9-a916c311f819"}],"id":"a07bf6bb-9c96-4fe0-bb75-33cf8fe6f5e3","_postman_id":"a07bf6bb-9c96-4fe0-bb75-33cf8fe6f5e3","description":""},{"name":"Opções","id":"bc097b18-cd04-4e57-a63b-2b45f392bf67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card/options","urlObject":{"path":["card","options"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc097b18-cd04-4e57-a63b-2b45f392bf67"},{"name":"Lista de Cards","id":"fbb36ba5-205d-4f92-8ded-e4772b5de18e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card","urlObject":{"path":["card"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbb36ba5-205d-4f92-8ded-e4772b5de18e"},{"name":"Cadastrar Novo Card","id":"39ef55d5-7a2d-429a-b0ae-012ab49f5d76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"fkLead\": 12377,\n    \"chrName\": null,\n    \"chrEmail\": null,\n    \"chrPhone\": null,\n    \"chrAcquisitionChannel\": null,\n    \"fkPipeline\": 55,\n    \"fkTimeline\": 610,\n    \"propertyHash\": \"64dd6cf233b83d3cb10dd436\",\n    \"chrTitle\": \"Card teste 1\",\n    \"txtDescription\": \"Card teste criado via postman\",\n    \"isManualDistribution\": true,\n    \"fkUser\": 1\n}","options":{"raw":{"language":"json"}}},"url":"crm/card","urlObject":{"path":["card"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"39ef55d5-7a2d-429a-b0ae-012ab49f5d76"},{"name":"Atualizar Card","id":"4fb9e468-e8dd-4ed2-9dff-dcb7349d14a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fkLead\": 12377,\n    \"chrName\": null,\n    \"chrEmail\": null,\n    \"chrPhone\": null,\n    \"chrAcquisitionChannel\": null,\n    \"fkPipeline\": 55,\n    \"fkTimeline\": 610,\n    \"propertyHash\": \"64dd6cf233b83d3cb10dd436\",\n    \"chrTitle\": \"Card teste 1 - editado\",\n    \"txtDescription\": \"Card teste criado via postman\",\n    \"isManualDistribution\": true,\n    \"fkUser\": 1\n}","options":{"raw":{"language":"json"}}},"url":"crm/card/5645","urlObject":{"path":["card","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fb9e468-e8dd-4ed2-9dff-dcb7349d14a9"},{"name":"Detalhes do Card","id":"91d5f7b5-2ff7-4b99-b0cb-af649bcff715","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card/5645","urlObject":{"path":["card","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"91d5f7b5-2ff7-4b99-b0cb-af649bcff715"},{"name":"Detalhes de Card e Lead","id":"69e65ab6-b67a-4241-bf8d-0fc862502465","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card/5645","urlObject":{"path":["card","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"69e65ab6-b67a-4241-bf8d-0fc862502465"},{"name":"Pegar Colunas Associadas ao Card","id":"c6793646-cc15-4eaf-8763-031de7e17df7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/card/columns/5645","urlObject":{"path":["card","columns","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"c6793646-cc15-4eaf-8763-031de7e17df7"},{"name":"Atualizar Coluna do Card","id":"bb2916ff-f967-467d-871b-060c731feb1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"clicked\": 610 // id da timeline para a qual o card será mudado\n}","options":{"raw":{"language":"json"}}},"url":"crm/card/columns/5645","urlObject":{"path":["card","columns","5645"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"bb2916ff-f967-467d-871b-060c731feb1c"},{"name":"Excluír Card","id":"1037246a-3f5d-4ebc-b7cf-f3976759f7e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"url":"crm/card/5930","urlObject":{"path":["card","5930"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"1037246a-3f5d-4ebc-b7cf-f3976759f7e8"},{"name":"Sincronizar Card","id":"d335fbaf-d548-4149-849c-c15ad1cfd9a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"fkCard\": 5930,\n    \"fkTimeline\": 608,\n    \"newIndex\": null,\n    \"chrType\": \"LEAD\", // LEAD ou MAINTENANCE (para cards de crm, o tipo comum é LEAD)\n    \"dttClosingDate\": null, // Data de Fechamento\n    \"dcmEffectiveValue\": null, // Valor Efetivo\n    \"chrLoseReason\": null // Motivo de Perda\n}","options":{"raw":{"language":"json"}}},"url":"crm/card/sync","urlObject":{"path":["card","sync"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"d335fbaf-d548-4149-849c-c15ad1cfd9a5"}],"id":"360c6a5b-9f78-43be-b2e7-201a77fd66b8","_postman_id":"360c6a5b-9f78-43be-b2e7-201a77fd66b8","description":""},{"name":"Entrada de Leads","item":[{"name":"Opções","id":"c573edd1-7c00-4845-b9ba-2ec89f04f4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"url":"crm/lead-input/options","urlObject":{"path":["lead-input","options"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"c573edd1-7c00-4845-b9ba-2ec89f04f4fa"},{"name":"Lista de Entrada de Leads","id":"8fd49f7b-279d-4eb7-aeb5-a8ca62d3eb31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"crm/lead-input","urlObject":{"path":["lead-input"],"host":["crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"8fd49f7b-279d-4eb7-aeb5-a8ca62d3eb31"},{"name":"Pegar Entrada de Leads","id":"cd085e99-1e37-460f-88b8-2ac30428e646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead-input/510","urlObject":{"path":["lead-input","510"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"cd085e99-1e37-460f-88b8-2ac30428e646"},{"name":"Cadastrar Nova Entrada Lead","id":"45b0fdd6-3783-47b7-a2a7-8c41c569da7f","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chrAcquisitionChannels\": [\n        \"ZAP\", \"REDE_IMOVEIS\"\n    ], // Ver opções no campo 'channels' da requisição [Entrada de Leads / Opções]\n    \"fkPacks\": [\n        \"34-1740404627-destaque-locacao\"\n    ], // Ver opções no campo 'packs' da requisição [Entrada de Leads / Opções]\n    \"chrReferenceType\": \"SPECIFIC\", // Ver opções no campo 'referenceTypes' da requisição [Entrada de Leads / Opções]\n    \"chrReferences\": [\n        \"10335.001\"\n    ],\n    \"chrReferenceStarts\": null, // Array de prefixos de referências de imóveis, caso chrReferenceType seja 'START_WITH', \n    \"fkPipeline\": 55, // Ver opções na requisição [Listas / Lista de Pipelines]\n    \"fkTimeline\": 269, // Ver opções na requisição [Listas / Timelines Por Pipeline]\n    \"dcmMaxValue\": 5000, // Valor Máximo do Imovel\n    \"dcmMinValue\": 1000, // Valor Mínimo do Imovel\n    \"chrTransactionType\": \"RENT\", // Ver opções no campo 'transactionTypes' da requisição [Entrada de Leads / Opções]\n    \"chrSalesType\": \"BOTH\" // Ver opções no campo 'salesType' da requisição [Entrada de Leads / Opções]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead-input","urlObject":{"path":["lead-input"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"45b0fdd6-3783-47b7-a2a7-8c41c569da7f"},{"name":"Sincronizar Entradas de Lead","id":"861ed31f-505c-4594-927b-21e3e85677c9","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"data\": [\n        // Devem ser passados os ids das entradas de lead e seus respectivos indexes\n        {\n            \"id\": 356,\n            \"index\": 0\n        },\n        {\n            \"id\": 357,\n            \"index\": 1\n        },\n        {\n            \"id\": 358,\n            \"index\": 2\n        },\n        {\n            \"id\": 359,\n            \"index\": 3\n        },\n        {\n            \"id\": 360,\n            \"index\": 4\n        },\n        {\n            \"id\": 361,\n            \"index\": 5\n        },\n        {\n            \"id\": 362,\n            \"index\": 6\n        },\n        {\n            \"id\": 363,\n            \"index\": 7\n        },\n        {\n            \"id\": 364,\n            \"index\": 8\n        },\n        {\n            \"id\": 365,\n            \"index\": 9\n        },\n        {\n            \"id\": 366,\n            \"index\": 10\n        },\n        {\n            \"id\": 37,\n            \"index\": 11\n        },\n        {\n            \"id\": 38,\n            \"index\": 12\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead-input/sync","urlObject":{"path":["lead-input","sync"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"861ed31f-505c-4594-927b-21e3e85677c9"},{"name":"Atualizar Entrada Lead","id":"90480767-57e9-4def-bcbd-89f7cb293c62","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"chrAcquisitionChannels\": [\n        \"ZAP\", \"REDE_IMOVEIS\"\n    ], // Ver opções no campo 'channels' da requisição [Entrada de Leads / Opções]\n    \"fkPacks\": [\n        \"34-1740404627-destaque-locacao\"\n    ], // Ver opções no campo 'packs' da requisição [Entrada de Leads / Opções]\n    \"chrReferenceType\": \"SPECIFIC\", // Ver opções no campo 'referenceTypes' da requisição [Entrada de Leads / Opções]\n    \"chrReferences\": [\n        \"10335.001\"\n    ],\n    \"chrReferenceStarts\": null, // Array de prefixos de referências de imóveis, caso chrReferenceType seja 'START_WITH', \n    \"fkPipeline\": 55, // Ver opções na requisição [Listas / Lista de Pipelines]\n    \"fkTimeline\": 269, // Ver opções na requisição [Listas / Timelines Por Pipeline]\n    \"dcmMaxValue\": 5000, // Valor Máximo do Imovel\n    \"dcmMinValue\": 1000, // Valor Mínimo do Imovel\n    \"chrTransactionType\": \"RENT\", // Ver opções no campo 'transactionTypes' da requisição [Entrada de Leads / Opções]\n    \"chrSalesType\": \"READY\" // Ver opções no campo 'salesType' da requisição [Entrada de Leads / Opções]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead-input/510","urlObject":{"path":["lead-input","510"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"90480767-57e9-4def-bcbd-89f7cb293c62"},{"name":"Excluír Entrada Lead","id":"579ceeaa-a743-4e56-aee7-93fa3ddfa232","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"{\n    \"chrAcquisitionChannels\": [\n        \"ZAP\", \"REDE_IMOVEIS\"\n    ], // Ver opções no campo 'channels' da requisição [Entrada de Leads / Opções]\n    \"fkPacks\": [\n        \"34-1740404627-destaque-locacao\"\n    ], // Ver opções no campo 'packs' da requisição [Entrada de Leads / Opções]\n    \"chrReferenceType\": \"SPECIFIC\", // Ver opções no campo 'referenceTypes' da requisição [Entrada de Leads / Opções]\n    \"chrReferences\": [\n        \"10335.001\"\n    ],\n    \"chrReferenceStarts\": null, // Array de prefixos de referências de imóveis, caso chrReferenceType seja 'START_WITH', \n    \"fkPipeline\": 55, // Ver opções na requisição [Listas / Lista de Pipelines]\n    \"fkTimeline\": 269, // Ver opções na requisição [Listas / Timelines Por Pipeline]\n    \"dcmMaxValue\": 5000, // Valor Máximo do Imovel\n    \"dcmMinValue\": 1000, // Valor Mínimo do Imovel\n    \"chrTransactionType\": \"RENT\", // Ver opções no campo 'transactionTypes' da requisição [Entrada de Leads / Opções]\n    \"chrSalesType\": \"READY\" // Ver opções no campo 'salesType' da requisição [Entrada de Leads / Opções]\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead-input/510","urlObject":{"path":["lead-input","510"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"579ceeaa-a743-4e56-aee7-93fa3ddfa232"}],"id":"892250fd-aed7-4259-bb16-6257e893dd90","_postman_id":"892250fd-aed7-4259-bb16-6257e893dd90","description":""},{"name":"Conversão de Leads","item":[{"name":"Conversão de Leads - Comercial","id":"3997299c-fd52-4fd9-bdad-dd1f244a218c","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// *** !! Esta rota não exige autenticação !! ***\n  \"chrLeadName\": \"Lead Teste 1\", // Nome do Lead\n  \"chrLeadEmail\": \"lead_teste@gmail.com\", // Email do Lead\n  \"chrLeadPhone\": \"(38) 98861-3263\", // Telefone do Lead. Pode ser: 38988613263\n  \"chrCompanySlug\": \"sistema_roccoimoveis_com_br\", // Slug da Imobiliária\n  \"chrPortal\": \"COMPANY_WEBSITE\", // Ver opções no campo 'channel' da resposta de 'Leads / Opções'\n  \"chrPropertyReference\": \"10335.001\", // Referência do Imóvel\n  \"chrTitle\": null, // Titulo, aparece no título do card. É gerado automaticamente caso esteja nulo.\n  \"chrSubject\": null, // Assunto, aparece na descrição do card. É gerado automaticamente caso esteja nulo.\n  \"txtObservation\": null // Observaçõe \n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/convert","urlObject":{"path":["lead","convert"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"3997299c-fd52-4fd9-bdad-dd1f244a218c"},{"name":"Conversão de Leads - Angariação","id":"df047749-eaca-4ecb-a49e-d717cc7b1f1f","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// *** !! Esta rota não exige autenticação !! ***\n  \"chrLeadName\": \"Lead Teste 2\", // Nome do Lead\n  \"chrLeadEmail\": \"lead_teste_2@gmail.com\", // Email do Lead\n  \"chrLeadPhone\": \"(38) 98861-3266\", // Telefone do Lead. Pode ser: 38988613263\n  \"chrCompanySlug\": \"sistema_roccoimoveis_com_br\", // Slug da Imobiliária\n  \"chrPortal\": \"COMPANY_WEBSITE\", // Ver opções no campo 'channel' da resposta de 'Leads / Opções'\n  \"chrTitle\": null, // Titulo, aparece no título do card. É gerado automaticamente caso esteja nulo.\n  \"chrSubject\": null, // Assunto, aparece na descrição do card. É gerado automaticamente caso esteja nulo.\n  \"txtObservation\": null // Observaçõe \n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/convert-new-property","urlObject":{"path":["lead","convert-new-property"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"df047749-eaca-4ecb-a49e-d717cc7b1f1f"},{"name":"Contagem de visualizações do imóvel","id":"1939597b-6db6-4042-83ce-a2270b5b7842","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"chrReference\": \"10335.001\", // Referência do Imóvel\n  \"quantity\": 5,\n  \"date\": \"2025-07-15\"\n}","options":{"raw":{"language":"json"}}},"url":"webhook/website-visits","urlObject":{"path":["website-visits"],"host":["webhook"],"query":[],"variable":[]}},"response":[],"_postman_id":"1939597b-6db6-4042-83ce-a2270b5b7842"},{"name":"Website - Anuncie meu imóvel","id":"235d8ba7-f11c-4d25-bbdd-980100f62318","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"chrTransactionType","value":"RENT","description":"<p>[RENT, SALE, BOTH]</p>\n","type":"text"},{"key":"alias","value":"sistema.roccoimoveis.com.br","type":"text"},{"key":"chrPropertyType","value":"APARTMENT","description":"<p>Tipo do Imovel</p>\n","type":"text"},{"key":"intBedrooms","value":"4","description":"<p>Quantidade de quartos</p>\n","type":"text"},{"key":"intGarages","value":"2","description":"<p>Quantidade de vagas de garagem</p>\n","type":"text"},{"key":"chrAddressNeighborhood","value":"São Judas Tadeu","description":"<p>Bairro</p>\n","type":"text"},{"key":"chrAddressCity","value":"Montes Claros","description":"<p>Cidade</p>\n","type":"text"},{"key":"chrName","value":"Leade Teste Anuncio 2","description":"<p>Nome do Lead</p>\n","type":"text"},{"key":"chrEmail","value":"lead_teste_anuncio_23223@gmail.com","description":"<p>Email do lead</p>\n","type":"text"},{"key":"chrPhone","value":"(38) 98861-3462","description":"<p>Telefone do Lead</p>\n","type":"text"},{"key":"txtObservation","value":"","description":"<p>Observações sobre o lead</p>\n","type":"text"},{"key":"images[]","description":"<p>Imagens</p>\n","type":"file","src":"/home/jorge/Downloads/documentos-acao/laudo-videos-fotos/WhatsApp Image 2025-04-22 at 14.25.23.jpeg"},{"key":"isAuthorized","value":"true","description":"<p>Autorizo o tratamento dos meus dados pessoais de forma livre esclarecida na Politica de Privacidade e no Termos de Uso. Conforme Lei n° 13.709/18 - LGPD</p>\n","type":"text"}]},"url":"https://sandbox.properfy.com.br/api/crm/lead/list-my-property","urlObject":{"path":["lead","list-my-property"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"235d8ba7-f11c-4d25-bbdd-980100f62318"},{"name":"Website - Financiamento","id":"769eb3a6-7d0f-41f2-8dc6-33f17374e7a4","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// *** !! Esta rota não exige autenticação !! ***\n  \"chrName\": \"Lead Teste 5\", // Nome do Lead\n  \"chrEmail\": \"lead_teste_54@gmail.com\", // Email do Lead\n  \"chrPhone\": \"(38) 98861-3263\", // Telefone do Lead. Pode ser: 38988613263\n  \"alias\": \"sistema.roccoimoveis.com.br\", // Alias da Imobiliária\n  \"intBedrooms\": 4, // Quantidade e Quartos\n  \"intGarages\": 2, // Quantidade de Vagas de Garagem\n  \"chrTransactionType\": \"RENT\",\n  \"chrPropertyType\": \"APARTMENT\",\n  \"dcmMinvalue\": 1000, // Valor Mínimo\n  \"dcmMaxValue\": 5000, // Valor Máximo\n  \"chrAddressNeighborhood\": \"São Judas Tadeu\", // Endereço - Bairro\n  \"chrAddressCity\": \"Montes Claros\", // Endereço -Cidade\n  \"txtObservation\": null, // Observaçõe sobre o lead\n  \"isAuthorized\": true // Autorizo o tratamento dos meus dados pessoais de forma livre esclarecida na Politica de Privacidade e no Termos de Uso. Conforme Lei n° 13.709/18 - LGPD\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/financing","urlObject":{"path":["lead","financing"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"769eb3a6-7d0f-41f2-8dc6-33f17374e7a4"},{"name":"Website - Encontre meu imóvel","id":"4bafc8ea-06a7-4cf1-8e5a-68684590a2f2","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// *** !! Esta rota não exige autenticação !! ***\n  \"chrName\": \"Lead Teste 5\", // Nome do Lead\n  \"chrEmail\": \"lead_teste_54@gmail.com\", // Email do Lead\n  \"chrPhone\": \"(38) 98861-3263\", // Telefone do Lead. Pode ser: 38988613263\n  \"txtObservation\": null, // Observaçõe sobre o lead\n  \"alias\": \"sistema.roccoimoveis.com.br\", // Alias da Imobiliária\n  \"intBedrooms\": 4, // Quantidade e Quartos\n  \"intGarages\": 2, // Quantidade de Vagas de Garagem\n  \"chrTransactionType\": \"RENT\",\n  \"chrPropertyType\": \"APARTMENT\",\n  \"chrAddressNeighborhood\": \"São Judas Tadeu\", // Endereço - Bairro\n  \"chrAddressCity\": \"Montes Claros\", // Endereço -Cidade\n  \"isAuthorized\": true // Autorizo o tratamento dos meus dados pessoais de forma livre esclarecida na Politica de Privacidade e no Termos de Uso. Conforme Lei n° 13.709/18 - LGPD\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/find-my-property","urlObject":{"path":["lead","find-my-property"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"4bafc8ea-06a7-4cf1-8e5a-68684590a2f2"},{"name":"Website - Contato","id":"910a1386-5dad-4072-9a15-fe2200fe1f65","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"chrLeadName\": \"Lead COntato 2\", // Nome do Lead\n    \"chrLeadEmail\": \"lead_contato_2@gmail.com\", // Email do Lead\n    \"chrLeadPhone\": \"(38) 98861-3266\", // Telefone do Lead. Pode ser: 38988613263\n    \"txtObservation\": null, // Observaçõe sobre o lead\n    \"chrCompanySlug\": \"sistema_roccoimoveis_com_br\", // Slug da Imobiliária\n    \"chrMessage\": \"Entrar em contato por favor\", // Mensagem \n    \"chrSubject\": \"Contato\", // Assunto\n    \"isAuthorized\": true // Autorizo o tratamento dos meus dados pessoais de forma livre esclarecida na Politica de Privacidade e no Termos de Uso. Conforme Lei n° 13.709/18 - LGPD\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/contact","urlObject":{"path":["lead","contact"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"910a1386-5dad-4072-9a15-fe2200fe1f65"},{"name":"Website - Conversão de Lead","id":"9a32e8d4-1cbd-480d-abf3-9fa40389608c","protocolProfileBehavior":{"disabledSystemHeaders":{"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{// *** !! Esta rota não exige autenticação !! ***\n  \"chrLeadName\": \"Lead Teste 1\", // Nome do Lead\n  \"chrLeadEmail\": \"lead_teste@gmail.com\", // Email do Lead\n  \"chrLeadPhone\": \"(38) 98861-3263\", // Telefone do Lead. Pode ser: 38988613263\n  \"txtObservation\": null, // Observaçõe sobre o lead\n  \"chrCompanySlug\": \"sistema_roccoimoveis_com_br\", // Slug da Imobiliária\n  \"chrPortal\": \"COMPANY_WEBSITE\", // Ver opções no campo 'channel' da resposta de 'Leads / Opções'\n  \"chrPropertyReference\": \"10335.001\", // Referência do Imóvel\n  \"chrTitle\": null, // Titulo, aparece no título do card. É gerado automaticamente caso esteja nulo.\n  \"chrSubject\": null, // Assunto, aparece na descrição do card. É gerado automaticamente caso esteja nulo.\n  \"isAuthorized\": true // Autorizo o tratamento dos meus dados pessoais de forma livre esclarecida na Politica de Privacidade e no Termos de Uso. Conforme Lei n° 13.709/18 - LGPD\n}","options":{"raw":{"language":"json"}}},"url":"https://sandbox.properfy.com.br/api/crm/lead/website/convert","urlObject":{"path":["lead","website","convert"],"host":["https://sandbox.properfy.com.br/api/crm"],"query":[],"variable":[]}},"response":[],"_postman_id":"9a32e8d4-1cbd-480d-abf3-9fa40389608c"}],"id":"d1092e76-87cf-4a0f-b694-943d4506660b","description":"<p>Nessa parte, estão descritas as rotas para envio de leads, seja vindos do website da imobiliária, ou de outras integrações.</p>\n<p>As duas primeiras rotas são as principais, nas quais os leads serão avaliados e distribuídos de acordo com as regras estabelecidas na configuração \"Entrada de Leads\" acima.</p>\n<p>A primeira rota recebe leads comerciais, ou seja, pessoas em busca de imóveis para locação ou para vendas.</p>\n<p>Já se o lead for um proprietário querendo deixar seu imóvel para gestão da imobiliária, deve ser usada a rota \"Conversão de Leads - Angariação\".</p>\n<p>Abaixo dessas temos rotas mais específicas, para implementação em websites de clientes.</p>\n<p>Vale uma observação em relação à última rota, \"Website - Conversão de Leads\". Essa rota tem comportamento similar à \"Conversão de Leads - Comercial\", com a diferença que nela existe um webhook que permite mandar esse lead para outros locais que não sejam os pipelines do Properfy, como por exemplo, para atendimento da Laís.</p>\n<p>Para isso funcionar, esse webhook deve estar devidamente configurado na conta da imobiliária. Caso não esteja, o comportamento será exatamente igual à rota mencionada anteriormente.</p>\n","_postman_id":"d1092e76-87cf-4a0f-b694-943d4506660b"}],"id":"f925fc16-4410-49a7-8c99-06702303d568","_postman_id":"f925fc16-4410-49a7-8c99-06702303d568","description":""}],"event":[{"listen":"prerequest","script":{"id":"c5f7fab9-64ee-4cf5-afc5-994117c8587d","type":"text/javascript","requests":{},"exec":[""]}},{"listen":"test","script":{"id":"10b3872e-8fda-49be-ad26-7f041875792a","type":"text/javascript","requests":{},"exec":[""]}}],"variable":[{"key":"url","value":"https://sandbox.properfy.com.br/api/"},{"key":"token","value":"9e010e2e-4c9a-4aa0-a085-c142efa34365"},{"key":"token2","value":""},{"key":"baggiourl","value":"https://adm.baggioimoveis.com.br/api/"},{"key":"base","value":""},{"key":"api","value":"","type":"default"}]}