{"info":{"_postman_id":"8658050b-b380-4f85-9485-a79596ac5d0a","name":"Docway API","description":"<html><head></head><body><p>O endereço base de comunicação é <strong>service.docway.com.br</strong>, acompanhado sempre do protocolo seguro <strong>https://</strong> como prefixo.</p>\n<p>As APIs são agrupadas por contexto, sufixadas ao endereço base por exemplo: <a href=\"https://service.docway.com.br/stage-appointment\"><b>https://service.docway.com.br/stage-appointment</b></a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Produção</th>\n<th>Sandbox</th>\n<th>Stage/Testes</th>\n<th>Contexto</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>appointment</td>\n<td>sandbox-appointment</td>\n<td>stage-appointment</td>\n<td>criação, consulta e gestão de atendimentos</td>\n</tr>\n<tr>\n<td>asset</td>\n<td>sandbox-asset</td>\n<td>stage-asset</td>\n<td>consulta de dados de domínio (sintomas, especialidades, CIDs, etc)</td>\n</tr>\n<tr>\n<td>asset</td>\n<td>sandbox-asset</td>\n<td>stage-asset</td>\n<td>consulta de dados de domínio (sintomas, especialidades, CIDs, etc)</td>\n</tr>\n<tr>\n<td>auth</td>\n<td>sandbox-auth</td>\n<td>stage-auth</td>\n<td>autenticação OAuth de requisições</td>\n</tr>\n<tr>\n<td>client</td>\n<td>sandbox-client</td>\n<td>stage-client</td>\n<td>criação, consulta e gestão de clientes (pacientes, médicos, etc)</td>\n</tr>\n<tr>\n<td>importdata</td>\n<td>sandbox-importdata</td>\n<td>stage-importdata</td>\n<td>importação de base de elegíveis</td>\n</tr>\n</tbody>\n</table>\n</div><p>Exemplos de stage/teste:</p>\n<ul>\n<li><p><a href=\"https://service.docway.com.br/stage-appointment/%7Bendpoint%7D\">https://service.docway.com.br/stage-appointment/{endpoint}</a></p>\n</li>\n<li><p><a href=\"https://service.docway.com.br/stage-asset/%7Bendpoint%7D\">https://service.docway.com.br/stage-asset/{endpoint}</a></p>\n</li>\n<li><p><a href=\"https://service.docway.com.br/stage-auth/%7Bendpoint%7D\">https://service.docway.com.br/stage-auth/{endpoint}</a></p>\n</li>\n<li><p><a href=\"https://service.docway.com.br/stage-client/%7Bendpoint%7D\">https://service.docway.com.br/stage-client/{endpoint}</a></p>\n</li>\n<li><p><a href=\"https://service.docway.com.br/stage-importdata/%7Bendpoint%7D\">https://service.docway.com.br/stage-importdata/{endpoint}</a></p>\n</li>\n</ul>\n<h1 id=\"pre-requisitos\">Pré-requisitos</h1>\n<ul>\n<li><p>Credenciais de stage e produção - as credenciais devem ser solicitadas junto à equipe de Tecnologia da Docway.</p>\n</li>\n<li><p>Conhecimento em integração de API via REST utilizando JSON e utilizando conceito de webhooks.</p>\n</li>\n<li><p>Conhecimento em cURL - interessante para consumir via Postman para testes.</p>\n</li>\n</ul>\n<h1 id=\"conceitos\">Conceitos</h1>\n<h2 id=\"cmd---conjunto-mínimo-de-dados\">CMD - Conjunto Mínimo de Dados</h2>\n<p>A base precisa conter o formato de pontuação como no layout exposto abaixo (caso contrário haverá rompimento dos atendimentos):</p>\n<ul>\n<li><p><strong>Nomenclatura do Arquivo:</strong> NomeDoCliente_DatadeEnvio - Exemplo: Docway_15042021.csv</p>\n</li>\n<li><p><strong>Formato do arquivo:</strong> Excel extensão \".csv\", com as colunas separadas por ponto e vírgula</p>\n</li>\n<li><p><strong>Dados do Arquivo:</strong> NOME; CARTEIRINHA; DOCUMENTO; DATA DE NASCIMENTO; TELEFONE; SEXO; E-MAIL; TITULAR; IDENTIFICAÇÃO DO TITULAR.</p>\n</li>\n<li><p><strong>Descrição:</strong></p>\n<ul>\n<li><p><strong>Nome:</strong> nome Completo</p>\n</li>\n<li><p><strong>Carteirinha:</strong> somente números</p>\n</li>\n<li><p><strong>Documento:</strong> CPF somente números</p>\n</li>\n<li><p><strong>Data de Nascimento:</strong> separada por barras DD/MM/AAAA</p>\n</li>\n<li><p><strong>Telefone:</strong> com DDD</p>\n</li>\n<li><p><strong>Sexo:</strong> indicar F ou M</p>\n</li>\n<li><p><strong>Titular ou Dependente:</strong> Indicar T ou D</p>\n</li>\n<li><p><strong>Identificação do titular:</strong> documento de identificação</p>\n</li>\n<li><p><strong>Carteirinha:</strong> somente números, mínimo de 8 dígitos</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"beneficíario-elegível-vs-pacientes\">Beneficíario Elegível vs Pacientes</h2>\n<ul>\n<li><p><strong>Beneficíario Elegível:</strong> É o beneficiário enviado pela empresa com os dados do CMD que permite o mesmo a ligar na central de orientação telefônico ou acesso via Webview. Uma vez que a base é enviada se um beneficiário o mesmo é excluído por não ter finalidade de elegibilidade.</p>\n</li>\n<li><p><strong>Paciente:</strong> Qualquer pessoa que realizar ao menos uma solicitação de atendimento é convertido de beneficiário elegível para paciente e seus dados são armazenados seguindo regras de salvaguarda de informação médica.</p>\n</li>\n</ul>\n<h2 id=\"importação-de-bases-elegíveis\">Importação de Bases Elegíveis</h2>\n<ul>\n<li><p><strong>Leitura de Servidor de Arquivos (FTP/SFTP/AWS S3/Azure Storage):</strong> Ação apenas de <strong>leitura</strong> oriundas de um IP dedicado em servidor de arquivo do cliente realizada uma vez por dia no período da madrugada.</p>\n</li>\n<li><p><strong>Envio de Base via API:</strong> Ação de enviar via request a base .csv podendo ser realizada a qualquer momento e acompanhando as críticas via endpoint também.</p>\n</li>\n</ul>\n<img src=\"https://i.ibb.co/sWvmShZ/API-2.jpg\">\n\n<h2 id=\"omt---orientação-médica-por-telefone\">OMT - Orientação Médica por Telefone</h2>\n<p>O paciente pode entrar em contato via telefone informando seu CPF ou Carteirinha pelo número nacional <strong>3003-6291</strong></p>\n<img src=\"https://i.ibb.co/S3M7zc9/API-1.jpg\">\n\n<h1 id=\"fluxos-comuns\">Fluxos Comuns</h1>\n<h2 id=\"solicitação-de-atendimento-via-api-generalista\">Solicitação de Atendimento via API (Generalista)</h2>\n<p>Nesse cenário já é realizado o cadastro direto da pessoa como paciente e permitindo a solicitação do atendimento e posterior controle de onde o paciente irá realizar o atendimento, via SDK integrado à plataforma do cliente ou via link do webview. (Lembrando que é possível o envio do link via SMS, Email ou Whatsapp pela própria Docway)</p>\n<img src=\"https://i.ibb.co/zSxyjzv/API-3.jpg\">\n\n<h2 id=\"solicitação-de-atendimento-via-api-especialista\">Solicitação de Atendimento via API (Especialista)</h2>\n<img src=\"https://content.pstmn.io/0a11c67e-f890-4c0b-a623-0de3bec76ff8/bm92b19mbHV4by5wbmc=\" width=\"1251\" height=\"201\">\n\n<h2 id=\"solicitação-de-atendimento-via-webview\">Solicitação de Atendimento via Webview</h2>\n<p>Nesse cenário o link do Webview é enviado para o cliente que pode embarcar em sua plataforma permitindo ao paciente manter um fluxo dentro de uma única jornada. O paciente pode informar os dados e receber o link do atendimento ou aguardar em tela.</p>\n<img src=\"https://i.ibb.co/ym2hfMc/API-4.jpg\">\n\n<h2 id=\"consulta-de-atendimento-detalhado\">Consulta de Atendimento Detalhado</h2>\n<p>Em alguns casos é necessário consultar o atendimento e seus detalhes de forma esporádica ou para acompanhamento do fluxo do paciente. Nesse cenário é necessário apenas o ID do atendimento que irá retornar todos os dados do atendimento via <a href=\"https://documentation.docway.com.br/#57ed01e4-644a-49cf-9fb4-17cfbc9c0a8b\">endpoint</a></p>\n<h1 id=\"integracao-com-webview\">Integração com Webview</h1>\n<p>Neste cenário detalha o acesso via URL para iniciar o fluxo de agendamento, permitindo que a plataforma Docway seja <strong>incorporada (embedada)</strong> em sistemas externos utilizando um componente <strong>Webview</strong> ou <strong>iframe</strong>.</p>\n<p>O acesso é realizado através de uma requisição <code>GET</code> com parâmetros passados diretamente na URL (<em>Query Parameters</em>).</p>\n<h4 id=\"urls-de-acesso\">URLs de Acesso</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Ambiente</strong></th>\n<th><strong>Url Base</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>Stage (Teste)</strong></td>\n<td><code>https://stage-patient.docway.com.br/appointment/nomedocliente/create</code></td>\n</tr>\n<tr>\n<td><strong>Produção</strong></td>\n<td><code>https://patient.docway.com.br/appointment/nomedocliente/create</code></td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Nota:</strong> É obrigatório substituir <em><strong>nomedocliente</strong></em> pelo identificador exclusivo do seu projeto.</p>\n<h4 id=\"parâmetros-de-requisição\">Parâmetros de Requisição</h4>\n<p>Os seguintes parâmetros devem ser fornecidos na URL para identificação e pré-preenchimento dos dados do paciente:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parâmetro</strong></th>\n<th><strong>Descrição</strong></th>\n<th>Formato de Exemplo</th>\n<th><strong>Status</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>carteirinha</td>\n<td>Número da carteirinha de identificação do plano/sistema.</td>\n<td>1234567890</td>\n<td>Opcional (veja regra abaixo)</td>\n</tr>\n<tr>\n<td>documento</td>\n<td>Número do documento de identificação (CPF).</td>\n<td>01111120201</td>\n<td>Opcional (veja regra abaixo)</td>\n</tr>\n<tr>\n<td>dataNascimento</td>\n<td>Data de nascimento do paciente.</td>\n<td>DD/MM/AAAA ou DD-MM-AAAA</td>\n<td>Obrigatório</td>\n</tr>\n<tr>\n<td>telefone</td>\n<td>Telefone de contato do paciente.</td>\n<td>11987654321</td>\n<td>Opcional</td>\n</tr>\n<tr>\n<td>email</td>\n<td>E-mail do paciente.</td>\n<td><a href=\"https://mailto:email@dominio.com.br\">email@dominio.com.br</a></td>\n<td>Opcional</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"regra-de-obrigatoriedade-mínima\">Regra de Obrigatoriedade Mínima</h4>\n<p>Para que a página seja carregada com sucesso, é necessário informar a <code>dataNascimento</code> <strong>E</strong> pelo menos um dos campos de identificação (<code>carteirinha</code> <strong>OU</strong> <code>documento</code>).</p>\n<h4 id=\"exemplo-de-requisição-completa-produção\">Exemplo de Requisição Completa (Produção)</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://patient.docway.com.br/appointment/nomedocliente/create\n?documento=01111120201&amp;telefone=11987654321&amp;email=email@domini\no.com.br&amp;dataNascimento=01/01/1990\n\n</code></pre><h1 id=\"webhookscallbacks\">Webhooks/Callbacks</h1>\n<p>Existe a funcionalidade de envio de webhook/callback de eventos que acontecem em tempo real para o sistema do cliente.</p>\n<p>Exemplos de request:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"eventType\": \"APPOINTMENT_CREATED\",\n  \"date\": \"2021-04-01T15:46:15.4330411-03:00\",\n  \"resource\": {\n    \"appointment\": 9999,\n    \"type\": \"OMV\"\n  }\n}\n\n</code></pre><p>Os eventos disponíveis disparados em tempo real são:</p>\n<ul>\n<li><p><strong>APPOINTMENT_CREATED</strong> <strong>-</strong> Atendimento criado</p>\n</li>\n<li><p><strong>APPOINTMENT_ACCEPTED</strong> <strong>-</strong> Atendimento aceito pelo médico</p>\n</li>\n<li><p><strong>APPOINTMENT_CANCELED</strong> <strong>-</strong> Atendimento cancelado</p>\n</li>\n<li><p><strong>APPOINTMENT_FINISHED</strong> <strong>-</strong> Atendimento Finalizado</p>\n</li>\n<li><p><strong>DOCTOR_CHANGED</strong> <strong>-</strong> Alteração de médico</p>\n</li>\n<li><p><strong>DOCTOR_VIDEO_ONLINE</strong> <strong>-</strong> Médico entrou na sala</p>\n</li>\n<li><p><strong>APPOINTMENT_DATE_CHANGED</strong> - Alteração de data</p>\n</li>\n<li><p><strong>IMPORTATION_STARTED</strong> <strong>-</strong> Importação Iniciada</p>\n</li>\n<li><p><strong>IMPORTATION_COMPLETED</strong> <strong>-</strong> Importação Finalizada</p>\n</li>\n<li><p><strong>PATIENT_VIDEO_NOSHOW -</strong> No-show realizado pelo paciente (médico não entrou)</p>\n</li>\n<li><p><strong>DOCTOR_VIDEO_NOSHOW -</strong> No-show realizado pelo médico (paciente não entrou)</p>\n</li>\n<li><p><strong>NURSE_FOLLOWUP -</strong> Atendimento acompanhado por enfermeiro</p>\n</li>\n<li><p><strong>APPOINTMENT_PRESCRIPTION_CREATED</strong> <strong>-</strong> Prescriação do atendimento criada</p>\n</li>\n</ul>\n<h1 id=\"endpoints\">Endpoints</h1>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Pré-requisitos","slug":"pre-requisitos"},{"content":"Conceitos","slug":"conceitos"},{"content":"Fluxos Comuns","slug":"fluxos-comuns"},{"content":"Integração com Webview","slug":"integracao-com-webview"},{"content":"Webhooks/Callbacks","slug":"webhookscallbacks"},{"content":"Endpoints","slug":"endpoints"}],"owner":"2698240","collectionId":"8658050b-b380-4f85-9485-a79596ac5d0a","publishedId":"UVR8pnjQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"8FD16A"},"publishDate":"2023-05-19T11:18:07.000Z"},"item":[{"name":"Autenticação","item":[{"name":"Auth - Autenticação","id":"be63dfa1-0b05-4126-b032-a2112d8a5a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"api1","type":"text"},{"key":"client_id","value":"client_id","type":"text"},{"key":"client_secret","value":"client_secret","type":"text"}]},"url":"https://service.docway.com.br/stage-auth/connect/token","description":"<p>Gerar token de autorização para utilização dos serviços com as credenciais de um cliente</p>\n","urlObject":{"protocol":"https","path":["stage-auth","connect","token"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"70b269af-42b9-41bd-81e1-4538cf0168dd","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"api1","type":"text"},{"key":"client_id","value":"<CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<CLIENT_SECRET>","type":"text"}]},"url":"https://service.docway.com.br/stage-auth/connect/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-store, no-cache, max-age=0"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:19:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"<TOKEN>\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"},{"id":"7a8387b7-8409-4de0-811d-7d4be52656ae","name":"500","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"},{"key":"scope","value":"api1","type":"text"},{"key":"client_id","value":"<CLIENT_ID>","type":"text"},{"key":"client_secret","value":"<CLIENT_SECRET>","type":"text"}]},"url":"https://service.docway.com.br/stage-auth/connect/token"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:21:31 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"be63dfa1-0b05-4126-b032-a2112d8a5a40"}],"id":"07855a6a-332c-4ff8-b1c0-b3f8331b16a7","_postman_id":"07855a6a-332c-4ff8-b1c0-b3f8331b16a7","description":""},{"name":"Importação","item":[{"name":"Adicionar elegíveis via JSON","id":"e37c57bd-177f-4381-bfe7-72273275c176","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Teste Docway\",\n        \"cardNumber\": \"000123456789\",\n        \"documentNumber\": \"01234567890\",\n        \"dateOfBirth\": \"1998-01-31\",\n        \"gender\": \"M\",\n        \"category\": \"docway\",\n        \"subCategory\": \"docway\",\n        \"holderDocumentNumber\": \"02345678901\",\n        \"phoneNumber\": \"11987654321\",\n        \"email\": \"teste@docway.co\",\n        \"DocumentIsCPF\": true\n    }\n]"},"url":"https://service.docway.com.br/stage-importdata/api/eligiblepatients","urlObject":{"protocol":"https","path":["stage-importdata","api","eligiblepatients"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"4176c475-4cb5-4d73-b20b-22e30f78ab5b","name":"200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Cairo Grana\",\n        \"cardNumber\": \"000123456789\",\n        \"documentNumber\": \"01234567890\",\n        \"dateOfBirth\": \"1998-01-31\",\n        \"gender\": \"M\",\n        \"category\": \"docway\",\n        \"subCategory\": \"docway\",\n        \"holderDocumentNumber\": \"02345678901\",\n        \"phoneNumber\": \"11987654321\",\n        \"email\": \"cairo@gmail.com\",\n        \"DocumentIsCPF\": true\n    }\n]"},"url":"https://service.docway.com.br/stage-importdata/api/eligiblepatients"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Set-Cookie","value":"ARRAffinity=10f18799a81d967f573fdb26f24e5a7b95f6ef0e5eb329882e582cd9b630031c;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=10f18799a81d967f573fdb26f24e5a7b95f6ef0e5eb329882e582cd9b630031c;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\""},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0BuyZYwAAAABfdhZxCbZrQKz8trtYq0OXVEVCMzFFREdFMDgxOABhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Wed, 14 Dec 2022 15:30:14 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": 1,\n    \"errors\": 0,\n    \"eligiblePatientsErrors\": []\n}"},{"id":"e3b387e9-3466-4553-8eb0-f84b231eed85","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Cairo Grana\",\n        \"cardNumber\": \"000123456789\",\n        \"documentNumber\": \"01234567890\",\n        \"dateOfBirth\": \"1998-01-31\",\n        \"gender\": \"M\",\n        \"category\": \"docway\",\n        \"subCategory\": \"docway\",\n        \"holderDocumentNumber\": \"02345678901\",\n        \"phoneNumber\": \"11987654321\",\n        \"email\": \"cairo@gmail.com\",\n        \"DocumentIsCPF\": true\n    }\n]"},"url":"https://service.docway.com.br/stage-importdata/api/eligiblepatients"},"status":"Bad Request","code":400,"_postman_previewlanguage":"plain","header":[{"key":"Set-Cookie","value":"ARRAffinity=10f18799a81d967f573fdb26f24e5a7b95f6ef0e5eb329882e582cd9b630031c;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=10f18799a81d967f573fdb26f24e5a7b95f6ef0e5eb329882e582cd9b630031c;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"WWW-Authenticate","value":"Bearer error=\"invalid_token\""},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0BuyZYwAAAABfdhZxCbZrQKz8trtYq0OXVEVCMzFFREdFMDgxOABhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Wed, 14 Dec 2022 15:30:14 GMT"},{"key":"Content-Length","value":"0"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"TIPO_ERRO\",\n    \"title\": \"TITULO_ERRO\",\n    \"status\": STATUS_ERRO,\n    \"traceId\": \"TRACE_ID\",\n    \"errors\": {\n        ERRO_INFORMADO\n    }\n}"}],"_postman_id":"e37c57bd-177f-4381-bfe7-72273275c176"},{"name":"Remover elegíveis via JSON","id":"c049e0ef-ec65-4a0d-8634-1e1b07679cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"bearer <TOKEN>","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"name\": \"Teste Docway\",\n        \"cardNumber\": \"000123456789\",\n        \"documentNumber\": \"01234567890\",\n        \"dateOfBirth\": \"1998-01-31\",\n        \"gender\": \"M\",\n        \"category\": \"docway\",\n        \"subCategory\": \"docway\"\n    }\n]"},"url":"https://service.docway.com.br/stage-importdata/api/eligiblepatients","urlObject":{"protocol":"https","path":["stage-importdata","api","eligiblepatients"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"c049e0ef-ec65-4a0d-8634-1e1b07679cdb"},{"name":"Importar elegíveis por arquivo base","id":"a8b7f028-c5cf-4107-8785-92d3dafd60f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"accept","value":"text/plain"},{"key":"Authorization","value":"bearer <TOKEN>"}],"body":{"mode":"formdata","formdata":[{"key":"DataBaseFile","type":"file","description":"<p>Arquivo com os dados dos pacientes</p>\n","src":"/C:/Users/vinic/Desktop/vinicius.csv"},{"key":"Subcategoria","value":"Subcategoria","type":"text","description":"<p>Informação complementar de carteira</p>\n"},{"key":"SponsorEmail","value":"email@docway.co","type":"text","description":"<p>E-mail que irá receber o retorno da importação</p>\n"},{"key":"DocumentIsCPF","value":"true","type":"text","description":"<p>Informação se o documento é um CPF</p>\n"},{"key":"ImportarLinhaZero","value":"false","type":"text","description":"<p>Informação se a primeira linha do arquivo deve ser importada</p>\n"},{"key":"QtdDigitosCarteirinha","value":"11","description":"<p>Número de caracteres padrão da carteirinha</p>\n","type":"text"},{"key":"NameColPosition","value":"0","description":"<p>Coluna que contém o Nome do paciente</p>\n","type":"text"},{"key":"CardNumberColPosition","value":"1","description":"<p>Coluna que contém a Carteirinha do paciente</p>\n","type":"text"},{"key":"DocumentNumberColPosition","value":"1","description":"<p>Coluna que contém o CPF do paciente</p>\n","type":"text"},{"key":"DateOfBirthColPosition","value":"2","description":"<p>Coluna que contém da Data de Nascimento do paciente</p>\n","type":"text"},{"key":"PhoneNumberColPosition","value":"3","description":"<p>Coluna que contém o Telefone do paciente</p>\n","type":"text"},{"key":"GenderColPosition","value":"4","description":"<p>Coluna que contém o Sexo do paciente</p>\n","type":"text"},{"key":"EmailColPosition","value":"5","description":"<p>Coluna que contém o Email do paciente</p>\n","type":"text"},{"key":"IsHolderColPosition","value":"6","description":"<p>Coluna que contém a informação se o paciente é titular ou dependente</p>\n","type":"text"},{"key":"HolderDocumentNumberColPosition","value":"7","description":"<p>Coluna que contém o numero do documento do titular</p>\n","type":"text"}]},"url":"https://service.docway.com.br/stage-importdata/api/importbase/Importclientbase","description":"<p>IMPORTANTE</p>\n<p>No caso de recebimento de arquivo vazio a base não é alterada.</p>\n","urlObject":{"protocol":"https","path":["stage-importdata","api","importbase","Importclientbase"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"c95df84d-3c8c-4637-84c2-b9265cf1b5da","name":"200","originalRequest":{"method":"POST","header":[{"key":"accept","value":"text/plain"},{"key":"Authorization","value":"bearer <TOKEN>"}],"body":{"mode":"formdata","formdata":[{"key":"DataBaseFile","type":"file","description":"Arquivo com os dados dos pacientes","src":["/C:/Users/vinic/Desktop/vinicius.csv"]},{"key":"SubCategory","value":"Subcategoria","type":"text","description":"Informação complementar de carteira"},{"key":"SponsorEmail","value":"email@docway.co","type":"text","description":"E-mail que irá receber o retorno da importação"},{"key":"DocumentIsCPF","value":"true","type":"text","description":"Informação se o documento é um CPF"},{"key":"ImportarLinhaZero","value":"false","type":"text","description":"Informação se a primeira linha do arquivo deve ser importada"},{"key":"QtdDigitosCarteirinha","value":"11","description":"Número de caracteres padrão da carteirinha","type":"text"},{"key":"NameColPosition","value":"0","description":"Coluna que contém o Nome do paciente","type":"text"},{"key":"CardNumberColPosition","value":"1","description":"Coluna que contém a Carteirinha do paciente","type":"text"},{"key":"DocumentNumberColPosition","value":"1","description":"Coluna que contém o CPF do paciente","type":"text"},{"key":"DateOfBirthColPosition","value":"2","description":"Coluna que contém da Data de Nascimento do paciente","type":"text"},{"key":"PhoneNumberColPosition","value":"3","description":"Coluna que contém o Telefone do paciente","type":"text"},{"key":"GenderColPosition","value":"4","description":"Coluna que contém o Sexo do paciente","type":"text"},{"key":"EmailColPosition","value":"5","description":"Coluna que contém o Email do paciente","type":"text"},{"key":"IsHolderColPosition","value":"6","description":"Coluna que contém a informação se o paciente é titular ou dependente","type":"text"},{"key":"HolderDocumentNumberColPosition","value":"7","description":"Coluna que contém o numero do documento do titular","type":"text"}]},"url":"https://service.docway.com.br/stage-importdata/api/importbase/Importclientbase"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0GkG7YQAAAAChz0h5gmVYTLgiMEtdteztUklPMDNFREdFMDcwOQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 13:37:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": true\n}"},{"id":"5b074264-d0d1-44a3-bcf8-89246c2d361d","name":"400","originalRequest":{"method":"POST","header":[{"key":"accept","value":"text/plain"},{"key":"Authorization","value":"bearer <TOKEN>"}],"body":{"mode":"formdata","formdata":[{"key":"DataBaseFile","type":"file","description":"Arquivo com os dados dos pacientes","src":["/C:/Users/vinic/Desktop/vinicius.csv"]},{"key":"SubCategory","value":"Subcategoria","type":"text","description":"Informação complementar de carteira"},{"key":"SponsorEmail","value":"email@docway.co","type":"text","description":"E-mail que irá receber o retorno da importação"},{"key":"DocumentIsCPF","value":"true","type":"text","description":"Informação se o documento é um CPF"},{"key":"ImportarLinhaZero","value":"false","type":"text","description":"Informação se a primeira linha do arquivo deve ser importada"},{"key":"QtdDigitosCarteirinha","value":"11","description":"Número de caracteres padrão da carteirinha","type":"text"},{"key":"NameColPosition","value":"0","description":"Coluna que contém o Nome do paciente","type":"text"},{"key":"CardNumberColPosition","value":"1","description":"Coluna que contém a Carteirinha do paciente","type":"text"},{"key":"DocumentNumberColPosition","value":"1","description":"Coluna que contém o CPF do paciente","type":"text"},{"key":"DateOfBirthColPosition","value":"2","description":"Coluna que contém da Data de Nascimento do paciente","type":"text"},{"key":"PhoneNumberColPosition","value":"3","description":"Coluna que contém o Telefone do paciente","type":"text"},{"key":"GenderColPosition","value":"4","description":"Coluna que contém o Sexo do paciente","type":"text"},{"key":"EmailColPosition","value":"5","description":"Coluna que contém o Email do paciente","type":"text"},{"key":"IsHolderColPosition","value":"6","description":"Coluna que contém a informação se o paciente é titular ou dependente","type":"text"},{"key":"HolderDocumentNumberColPosition","value":"7","description":"Coluna que contém o numero do documento do titular","type":"text"}]},"url":"https://service.docway.com.br/stage-importdata/api/importbase/Importclientbase"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"166"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Set-Cookie","value":"ARRAffinity=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0wEG7YQAAAABZZYuXRbckSp9BF5LQt7dkUklPMDNFREdFMDcwOQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 13:40:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"errors\": [\n        {\n            \"description\": \"Erro ao importar o arquivo vinicius.csv\"\n        },\n        {\n            \"description\": \"Error calling ScanFile: \"\n        }\n    ],\n    \"result\": {\n        \"fileName\": \"vinicius.csv\"\n    }\n}"}],"_postman_id":"a8b7f028-c5cf-4107-8785-92d3dafd60f9"},{"name":"Consultar elegíveis paginado","id":"43343aa1-b509-4b10-b7cf-30a1a7bd1662","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-importdata/api/eligiblepatients?page=1","urlObject":{"protocol":"https","path":["stage-importdata","api","eligiblepatients"],"host":["service","docway","com","br"],"query":[{"key":"page","value":"1"}],"variable":[]}},"response":[{"id":"c3e21a5b-3319-4f7d-adf7-9aaa52df880a","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-importdata/api/eligiblepatients?page=1","protocol":"https","host":["service","docway","com","br"],"path":["stage-importdata","api","eligiblepatients"],"query":[{"key":"page","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": 1,\n        \"perPage\": 500,\n        \"pageCount\": 1,\n        \"totalCount\": 1\n    },\n    \"records\": [\n        {\n            \"name\": \"TESTE\",\n            \"cardNumber\": \"01201231231\",\n            \"documentNumber\": \"01201231231\",\n            \"dateOfBirth\": \"04/01/1947 00:00:00\",\n            \"gender\": \"F\",\n            \"category\": \"Docway\",\n            \"subCategory\": \"Docway\",\n            \"phoneNumber\": \"1140028922\"\n        }\n    ]\n}"}],"_postman_id":"43343aa1-b509-4b10-b7cf-30a1a7bd1662"},{"name":"Consultar importação","id":"d6d7f637-4b08-4126-9186-4b3d8b35242a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-importdata/api/Importbase/history/page/<PAGE>/itens/<ITENS>","urlObject":{"protocol":"https","path":["stage-importdata","api","Importbase","history","page","<PAGE>","itens","<ITENS>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"fde79f7e-9288-4803-a3cb-8be91fd95849","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-importdata/api/Importbase/history/page/1/itens/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"408"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0QEG7YQAAAABMOPTk7g0ESqG1f/UKwH64UklPMDNFREdFMDcwOQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 13:38:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"id\": \"497a9bf3-a741-4c6f-9d38-499d84b183c7\",\n            \"partnerImportConfigId\": \"00000000-0000-0000-0000-000000000000\",\n            \"partnerId\": 133,\n            \"importedDate\": \"2021-12-16T10:37:28.23\",\n            \"files\": \"vinicius.csv\",\n            \"importedRows\": 1,\n            \"warnings\": 0\n        },\n        {\n            \"id\": \"356f0486-a0f4-4411-a7f1-9d0b879dc523\",\n            \"partnerImportConfigId\": \"00000000-0000-0000-0000-000000000000\",\n            \"partnerId\": 133,\n            \"importedDate\": \"2021-12-16T10:37:25.5866667\",\n            \"files\": \"vinicius.csv\",\n            \"importedRows\": 1,\n            \"warnings\": 0\n        },\n        {\n            \"id\": \"12caab31-6edc-4366-92e3-3f8c202a296d\",\n            \"partnerImportConfigId\": \"00000000-0000-0000-0000-000000000000\",\n            \"partnerId\": 133,\n            \"importedDate\": \"2021-12-16T10:37:21.6666667\",\n            \"files\": \"vinicius.csv\",\n            \"importedRows\": 1,\n            \"warnings\": 0\n        }\n    ]\n}"}],"_postman_id":"d6d7f637-4b08-4126-9186-4b3d8b35242a"},{"name":"Consultar detalhes da importação","id":"fdac29a4-cb0d-4b1a-b72a-eac162372989","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-importdata/api/importbase/history/<IMPORTACAO_ID>/log/page/<PAGE>/itens/<ITENS>","urlObject":{"protocol":"https","path":["stage-importdata","api","importbase","history","<IMPORTACAO_ID>","log","page","<PAGE>","itens","<ITENS>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"a7b50534-3456-4492-bf8f-37dd58c017a6","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-importdata/api/importbase/history/<IMPORTACAO_ID>/log/page/1/itens/50"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"147"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0bkG7YQAAAABK13U8ehIzTb9FMeoy9NI2UklPMDNFREdFMDcwOQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 13:38:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": []\n}"},{"id":"64a371cf-e35b-4ff2-97aa-e1e586ca9238","name":"400","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-importdata/api/importbase/history/<IMPORTACAO_ID>/log/page/1/itens/50"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"312"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Set-Cookie","value":"ARRAffinity=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=e6e459c1f0103ac9cab1433180ea58d4eee8c1f7df808c362c27fdb3c6e510ac;Path=/;HttpOnly;SameSite=None;Secure;Domain=docway-importdata-api-stage.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0CkK7YQAAAAB0bQQjN5w6S718bhd77AKeUklPMDNFREdFMDcwOQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 13:41:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"result\": [\n        {\n            \"id\": \"ee0c356a-d64e-422e-9516-e8477720151c\",\n            \"partnerImportConfigId\": \"00000000-0000-0000-0000-000000000000\",\n            \"rowMessage\": \"Linha 1. O telefone possui letras - 11985077858a\",\n            \"messageLevel\": \"Warning\",\n            \"files\": \"vinicius.csv\"\n        }\n    ]\n}"}],"_postman_id":"fdac29a4-cb0d-4b1a-b72a-eac162372989"}],"id":"80a8619f-4e67-466b-8c95-7596922f3ced","_postman_id":"80a8619f-4e67-466b-8c95-7596922f3ced","description":""},{"name":"Cliente","item":[{"name":"Client - Cadastrar Paciente","id":"b25ca48d-5b3e-49eb-b4ba-ac077836615b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"\", \n    \"email\": \"\",\n    \"userName\": \"\",\n    \"facebookId\": \"\", // Não usado\n    \"deviceToken\": \"\", // Não usado\n    \"facebookToken\": \"\", // Não usado\n    \"profilePhotoUrl\": \"\", // Não usado\n    \"password\": \"\",\n    \"phoneNumber\": \"\",\n    \"countryCode\": \"\",\n    \"timeZone\": \"\", // Não Usado\n    \"paylevenId\": \"\", // Não Usado\n    \"cnpj\": \"\", // Não Usado\n    \"userPassword\": \"\", // Não Usado\n    \"dateOfBirth\": \"\",\n    \"gender\": \"\",\n    \"sexo\": \"\", // Não Usado\n    \"cpf\": \"\",\n    \"weight\": 0,\n    \"height\": 0,\n    \"healthProblems\": \"\",\n    \"allergiesAndReactions\": \"\",\n    \"medicines\": \"\",\n    \"bloodType\": \"\",\n    \"healthInsurance\": \"\", // Não Usado\n    \"healthInsuranceNumber\": \"\",\n    \"partnerId\": 2,\n    \"isSUSEnabled\": false, // Não Usado\n    \"motherName\": \"\",\n    \"placeOfBirth\": \"\",\n    \"addresses\": [\n        {\n            \"street\": \"\",\n            \"number\": \"\",\n            \"complement\": \"\",\n            \"neighborhood\": \"\",\n            \"cep\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"landmark\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"isPrimary\": false,\n            \"sector\": \"\",\n            \"country\": \"\"\n        }\n    ]\n}"},"url":"https://service.docway.com.br/stage-client/api/patients","description":"<p>Registra um novo paciente na base de dados ou caso os dados email, username ou insurancecard+partnerid já exista na base de dados devolve o id </p>\n<p>O único campo obrigatório é o name.</p>\n<p>Caso o PartnerId não seja informado o paciente será vinculado ao PartnerId do token.</p>\n<p>O Sistema verifica se Username, ou E-mail ou combinação InsuranceCardNumber + PartnerId já existe e caso um deles retorne positivo apenas é retornado o Id do paciente que já existe e os dados da requisição são ignorados.</p>\n<h4 id=\"campos-disponíveis-no-request\">Campos disponíveis no request</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-sh\">{\n    \"name\": \"\", \n    \"email\": \"\",\n    \"userName\": \"\",\n    \"facebookId\": \"\", // Não usado\n    \"deviceToken\": \"\", // Não usado\n    \"facebookToken\": \"\", // Não usado\n    \"profilePhotoUrl\": \"\", // Não usado\n    \"password\": \"\",\n    \"phoneNumber\": \"\",\n    \"countryCode\": \"\",\n    \"timeZone\": \"\", // Não Usado\n    \"paylevenId\": \"\", // Não Usado\n    \"cnpj\": \"\", // Não Usado\n    \"userPassword\": \"\", // Não Usado\n    \"dateOfBirth\": \"\",\n    \"gender\": \"\",\n    \"sexo\": \"\", // Não Usado\n    \"cpf\": \"\",  // Não usado\n    \"weight\": 0,\n    \"height\": 0,\n    \"healthProblems\": \"\",\n    \"allergiesAndReactions\": \"\",\n    \"medicines\": \"\",\n    \"bloodType\": \"\",\n    \"healthInsurance\": \"\", // Não Usado\n    \"healthInsuranceNumber\": \"\",\n    \"partnerId\": 2,\n    \"isSUSEnabled\": false, // Não Usado\n    \"motherName\": \"\",\n    \"placeOfBirth\": \"\",\n    \"addresses\": [\n        {\n            \"street\": \"\",\n            \"number\": \"\",\n            \"complement\": \"\",\n            \"neighborhood\": \"\",\n            \"cep\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"landmark\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"isPrimary\": false,\n            \"sector\": \"\",\n            \"country\": \"\"\n        }\n    ]\n}\n</code></pre>\n","urlObject":{"protocol":"https","path":["stage-client","api","patients"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"f48d99c1-e258-4bf4-aa53-c1d11bd2a853","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Vinicius Reis\",\n    \"HealthInsuranceNumber\": \"123999991\",\n    \"DateOfBirth\": \"1993-03-15\",\n    \"Sexo\": \"masculino\",\n    \"Cpf\": \"00011122233\",\n    \"email\": \"vinicius+99@docway.co\"\n}"},"url":"https://service.docway.com.br/stage-client/api/patients"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Location","value":"/api/patients"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Azure-Ref","value":"0Uv1YYAAAAACqbFHLmDG9Rb+J9C/bCqhYU0FPMDNFREdFMDkyMABhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Mon, 22 Mar 2021 20:25:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n    \"dateOfBirth\": \"1993-03-15T00:00:00-03:00\",\n    \"cpf\": \"00011122233\",\n    \"healthInsuranceNumber\": \"123999991\",\n    \"partnerId\": 135,\n    \"addresses\": [],\n    \"dependents\": [],\n    \"name\": \"Vinicius Reis\",\n    \"email\": \"vinicius+99@docway.co\",\n    \"userName\": \"123999991@135\",\n    \"gender\": 0,\n    \"age\": \", 28 ano(s)\"\n}"},{"id":"45e7f4bb-a91f-459b-a5c1-a46fd93c7be1","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"HealthInsuranceNumber\": \"123999991\",\n    \"DateOfBirth\": \"1993-03-15\",\n    \"Sexo\": \"masculino\",\n    \"Cpf\": \"00011122233\"\n}"},"url":"https://service.docway.com.br/stage-client/api/patients"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Azure-Ref","value":"0gP1YYAAAAAC8b1+3v1dDQa9PyDLg8jk7U0FPMDNFREdFMDkyMABhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Mon, 22 Mar 2021 20:26:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Validate\": [\n        \"Campo nome não pode ficar em branco.\"\n    ]\n}"}],"_postman_id":"b25ca48d-5b3e-49eb-b4ba-ac077836615b"},{"name":"Client - Cadastrar Dependente","id":"ba4bb692-03de-4bd2-a86e-da2490a5a74a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\r\n    \"HealthInsuranceNumber\": \"000123\",\r\n    \"DateOfBirth\": \"2015-03-15\",\r\n    \"Sexo\": \"feminino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-client/api/patients/<PATIENT_ID>/dependents","description":"<p>Registra um novo paciente dependente na base de dados ou caso os dados email, username ou insurancecard+partnerid já exista na base de dados devolve o id </p>\n<p>O único campo obrigatório é o name.</p>\n<p>Caso o PartnerId não seja informado o paciente será vinculado ao PartnerId do token.</p>\n<p>O Sistema verifica se Username, ou E-mail ou combinação InsuranceCardNumber + PartnerId já existe e caso um deles retorne positivo apenas é retornado o Id do paciente que já existe e os dados da requisição são ignorados.</p>\n<h4 id=\"campos-disponíveis-no-request\">Campos disponíveis no request</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-sh\">{\n    \"name\": \"\", \n    \"email\": \"\",\n    \"userName\": \"\",\n    \"facebookId\": \"\", // Não usado\n    \"deviceToken\": \"\", // Não usado\n    \"facebookToken\": \"\", // Não usado\n    \"profilePhotoUrl\": \"\", // Não usado\n    \"password\": \"\",\n    \"phoneNumber\": \"\",\n    \"countryCode\": \"\",\n    \"timeZone\": \"\", // Não Usado\n    \"paylevenId\": \"\", // Não Usado\n    \"cnpj\": \"\", // Não Usado\n    \"userPassword\": \"\", // Não Usado\n    \"dateOfBirth\": \"\",\n    \"gender\": \"\",\n    \"sexo\": \"\", // Não Usado\n    \"cpf\": \"\",  // Não usado\n    \"weight\": 0,\n    \"height\": 0,\n    \"healthProblems\": \"\",\n    \"allergiesAndReactions\": \"\",\n    \"medicines\": \"\",\n    \"bloodType\": \"\",\n    \"healthInsurance\": \"\", // Não Usado\n    \"healthInsuranceNumber\": \"\",\n    \"partnerId\": 2,\n    \"isSUSEnabled\": false, // Não Usado\n    \"motherName\": \"\",\n    \"placeOfBirth\": \"\",\n    \"addresses\": [\n        {\n            \"street\": \"\",\n            \"number\": \"\",\n            \"complement\": \"\",\n            \"neighborhood\": \"\",\n            \"cep\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"landmark\": \"\",\n            \"latitude\": 0,\n            \"longitude\": 0,\n            \"isPrimary\": false,\n            \"sector\": \"\",\n            \"country\": \"\"\n        }\n    ]\n}\n</code></pre>\n<p>xxx</p>\n","urlObject":{"protocol":"https","path":["stage-client","api","patients","<PATIENT_ID>","dependents"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"5d29dd4c-17c7-4a61-8230-616b18ee71b6","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Vitória Reis\",\r\n    \"HealthInsuranceNumber\": \"000123\",\r\n    \"DateOfBirth\": \"2015-03-15\",\r\n    \"Sexo\": \"feminino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-client/api/patients/<PATIENT_ID>/dependents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:34:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"patientId\": \"8ce782c9-1d5c-461b-bd28-f5fbbacc9a45\",\n    \"email\": \"000123@sas.com.br\",\n    \"id\": \"8ce782c9-1d5c-461b-bd28-f5fbbacc9a45\",\n    \"dateOfBirth\": \"2015-03-15T00:00:00-03:00\",\n    \"healthInsuranceNumber\": \"000123\",\n    \"partnerId\": 135,\n    \"addresses\": [],\n    \"dependents\": [],\n    \"name\": \"Vitória Reis\",\n    \"userName\": \"000123\",\n    \"gender\": 1,\n    \"age\": \", 6 ano(s)\"\n}"},{"id":"cf30c494-9990-42a9-b070-27f5ed79236d","name":"400","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\r\n    \"HealthInsuranceNumber\": \"000123\",\r\n    \"DateOfBirth\": \"2015-03-15\",\r\n    \"Sexo\": \"feminino\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-client/api/patients/<PATIENT_ID>/dependents"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:35:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Validate\": [\n        \"Campo nome não pode ficar em branco.\"\n    ]\n}"}],"_postman_id":"ba4bb692-03de-4bd2-a86e-da2490a5a74a"},{"name":"Client - Consultar paciente","id":"4ce1e755-d7d1-43f4-a328-2b6cc0244b8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-client/api/patients/<PATIENT_ID>","description":"<p>Recure os detalhes cadastrais de um atendimento</p>\n","urlObject":{"protocol":"https","path":["stage-client","api","patients","<PATIENT_ID>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"8f16f421-89ce-46c6-9fab-b9790397942b","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-client/api/patients/8ce782c9-1d5c-461b-bd28-f5fbbacc9a45"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:52:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"clientId\": \"d0ffad50-bcb7-4150-85ea-18c3c3aef3ef\",\n    \"id\": \"8ce782c9-1d5c-461b-bd28-f5fbbacc9a45\",\n    \"parentId\": \"64e36d64-8c0f-4884-9835-ea5d827001e9\",\n    \"dateOfBirth\": \"2015-03-15T00:00:00-03:00\",\n    \"gender\": 1,\n    \"weight\": 0,\n    \"height\": 0,\n    \"healthInsurance\": \"SulAmérica\",\n    \"healthInsuranceNumber\": \"000123\",\n    \"creditCards\": [],\n    \"addresses\": [],\n    \"isSUSEnabled\": false,\n    \"dependents\": [],\n    \"age\": \", 6 ano(s)\",\n    \"name\": \"Vitória Reis\",\n    \"email\": \"000123@sas.com.br\",\n    \"userName\": \"000123\",\n    \"createDate\": \"2020-06-26T15:16:33.327-03:00\"\n}"}],"_postman_id":"4ce1e755-d7d1-43f4-a328-2b6cc0244b8d"}],"id":"1af9bf6a-8b3f-4e32-aaea-09fd5400cd4b","_postman_id":"1af9bf6a-8b3f-4e32-aaea-09fd5400cd4b","description":""},{"name":"Atendimento","item":[{"name":"Solicitar atendimento por vídeo","id":"1418fcfc-1123-4762-9e0c-394e6be8689b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"BuyerId\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n    \"DateAppointment\": \"2021-06-26T16:00:00\",\n    \"Address\": {\n        \"Street\": \"Rua Vieira de Morais\",\n        \"Number\": 2110,\n        \"complement\": \"Conjunto 801\",\n        \"Neighborhood\": \"Campo Belo\",\n        \"Cep\": \"04617-007\",\n        \"City\": \"São Paulo\",\n        \"State\": \"SP\"\n    },\n    \"Type\": 6,\n    \"ContactNumber\": \"+5511985077858\",\n    \"Reason\": \"Motivo de video\",\n    \"Specialty\": {\n        \"Id\": 1\n    }\n}"},"url":"https://service.docway.com.br/stage-appointment/api/patients/<PATIENT_ID>/appointments","description":"<p>Registra o pedido de um atendimento por vídeo para um paciente, vinculado a um cliente e de uma especialidade médica especifica</p>\n<h4 id=\"campos-disponíveis-no-request\">Campos disponíveis no request</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-ssh\">\n{\n    \"dateAppointment\": \"\",\n    \"buyerId\": \"\",\n    \"insuranceId\": 0,\n    \"partnerId\": 0,\n    \"address\": {\n        \"street\": \"\",\n        \"number\": \"\",\n        \"state\": \"\",\n        \"city\": \"\",\n        \"cep\": \"\",\n        \"neighborhood\": \"\",\n        \"country\": \"\",\n        \"latitude\": 0,\n        \"longitude\": 0,\n        \"fullAddress\": \"\"\n    },\n    \"specialty\": {\n        \"id\": 0\n    },\n    \"specialtyId\": 0,\n    \"isInsurance\": true,\n    \"type\": 6,\n    \"timeZone\": \"{\\\"dstOffset\\\":0,\\\"rawOffset\\\":-10800,\\\"status\\\":\\\"OK\\\",\\\"timeZoneId\\\":\\\"America/Sao_Paulo\\\",\\\"timeZoneName\\\":\\\"Brasilia Standard Time\\\"}\",\n    \"contactCode\": \"+55\",\n    \"contactNumber\": \"\",\n    \"contactEmail\":\"\",\n    \"symptoms\": [],\n    \"gop\": null\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","patients","<PATIENT_ID>","appointments"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"8b10bc9a-b36e-4d4f-93fd-da561ef587c9","name":"201","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"BuyerId\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n    \"DateAppointment\": \"2021-06-26T16:00:00\",\n    \"Address\": {\n        \"Street\": \"Rua Vieira de Morais\",\n        \"Number\": 2110,\n        \"complement\": \"Conjunto 801\",\n        \"Neighborhood\": \"Campo Belo\",\n        \"Cep\": \"04617-007\",\n        \"City\": \"São Paulo\",\n        \"State\": \"SP\"\n    },\n    \"Type\": 6,\n    \"ContactNumber\": \"+5511985077858\",\n    \"Reason\": \"Motivo de video\",\n    \"Specialty\": {\n        \"Id\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-appointment/api/patients/8ce782c9-1d5c-461b-bd28-f5fbbacc9a45/appointments"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Location","value":"/api/appointments"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:41:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 16374\n}"},{"id":"34ceeedd-905f-47a1-8b60-bc30aa687b0f","name":"400","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <TOKEN>"}],"body":{"mode":"raw","raw":"{\n    \"BuyerId\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n    \"DateAppointment\": \"2021-06-26T16:00:00\",\n    \"Address\": {\n        \"Street\": \"Rua Vieira de Morais\",\n        \"Number\": 2110,\n        \"complement\": \"Conjunto 801\",\n        \"Neighborhood\": \"Campo Belo\",\n        \"Cep\": \"04617-007\",\n        \"City\": \"São Paulo\",\n        \"State\": \"SP\"\n    },\n    \"Type\": 6,\n    \"ContactNumber\": \"+5511985077858\",\n    \"Reason\": \"Motivo de video\",\n    \"Specialty\": {\n        \"Id\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-appointment/api/patients/<PATIENT_ID>/appointments"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:43:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"Validate\": [\n        \"Paciente já agendado para esse horário.\"\n    ]\n}"}],"_postman_id":"1418fcfc-1123-4762-9e0c-394e6be8689b"},{"name":"Consultar dados de atendimento - detalhado","id":"57ed01e4-644a-49cf-9fb4-17cfbc9c0a8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/<APPOINTMENT_ID>/details","description":"<p>Recupera os detalhes do atendimento com todos os campos informados pelo paciente e pelo médico</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","appointments","<APPOINTMENT_ID>","details"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"907a5c59-0b07-4f63-a6a9-d34c2d38f4d8","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/16374/details"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:46:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 111111, // ID do Atendimento\n    \"patientId\": \"3e480a5d-6788-467e-ad2e-a27648f4053d\", // ID do Paciente\n    \"partnerId\": 133, // ID do Parceiro\n    \"buyerId\": \"a1a82e8c-0b31-4fc8-a888-4c7510dee717\", // ID do Responsável\n    \"dateAppointment\": \"2019-10-10T15:10:00-03:00\", // Data do Atendimento\n    \"createDate\": \"2019-10-10T15:03:36.12-03:00\", // Data de Solicitação\n    \"type\": 6, // (1 - Presencial / 5 - Áudio / 6 - Video)\n    \"status\": 7, // (1 = Criado / 6 = Em Andamento / 7 = Finalizado / 8 = Cancelado pelo Sistema / 9 = Pré-Agendamento / 10 = Cancelado pelo Paciente / 11 = Cancelado pelo Médico / 12 = No Show)\n    \"address\": {\n        \"id\": 27806,\n        \"street\": \"Rua Vieira de Morais\", // Rua\n        \"number\": \"2110\", // Número\n        \"complement\": \"Conjunto 801\", // Complemento\n        \"neighborhood\": \"Campo Belo\", // Bairro\n        \"cep\": \"04617-007\", // CEP\n        \"city\": \"São Paulo\", // Cidade\n        \"state\": \"SP\", // Estado\n        \"isPrimary\": false, // Endereço Primário\n        \"sector\": \"Zona Sul\", // Setor\n        \"fullAddress\": \"Rua Vieira de Morais, 2110 Conjunto 801 - Campo Belo | São Paulo - SP\" // Endereço Completo\n    },\n    \"doctor\": { // Especialidades\n        \"id\": \"d891aa3a-3ff9-441a-ad71-762d2effd5a1\", // ID do Médico\n        \"name\": \"Médico\", // Nome do Médico\n        \"crm\": \"1234\", // CRM\n        \"crmUF\": \"SP\", // UF do CRM\n        \"bio\": \"BIO\", // Biografia\n        \"gender\": 0, // Sexo (0 - Masculino / 1 - Feminino)\n        \"specialties\": [\n            {\n                \"id\": 2,\n                \"name\": \"Pediatria\"\n            }\n        ], \n        \"profilePhotoUrl\": \"URL\", // URL da foto de perfil\n        \"namePrefix\": \"Dr.\" // Prefixo\n    },\n    \"medicalrecord\": { // Registro Médico\n        \"appointmentId\": 0,\n        \"id\": 99999,\n        \"oldId\": 0,\n        \"personalHistory\": { // Antecedentes Pessoais\n            \"cids\": [\n                {\n                    \"id\": 2059,\n                    \"cod\": \"0NC\", // Código CID-10\n                    \"name\": \"Nega Comorbidades\" // Descrição CID-10\n                }\n            ]\n        },\n        \"hypothesis\": { // Hipótese diagnóstica\n            \"cids\": [\n                {\n                    \"id\": 1028,\n                    \"cod\": \"N23\", // Código CID-10\n                    \"name\": \"Cólica Nefrética Não Especificada\" // Descrição CID-10\n                }\n            ]\n        },\n        \"outcome\": \"Orientação\", // Desfecho\n        \"mainSymptoms\": [ // Principais Sintomas\n            {\n                \"id\": 24,\n                \"name\": \"Outros\"\n            }\n        ],\n        \"createdDate\": \"2021-03-26T11:52:11.34-03:00\", // Data de Preenchimento\n        \"diseaseHistory\": \"Nega náuseas e vômitos, nega alterações urinárias. Busca orientações. \", // Antecedentes Pessoais (Outros)\n        \"personalHistoryDescription\": \"AP: Nega comorbidades, nega alergias.\", // Antecedentes Pessoais Descrição\n        \"orientation\": \"Paciente orientado quanto uso de medicações prescritas\", // Conduta\n        \"isEmergencyRoomReferred\": false, // Pronto Socorro Necessário\n        \"isRemovalRequired\": false, // Remocação Necessária\n        \"isCoordinatedCareReferred\": false, // Cuidado Coordenado Indicado\n        \"coordinatedCareReferred\": [], // Cuidado Coordenado\n        \"isHomeDoctorReferred\": false, // Médico Presencial Necessário\n        \"needAccompaniment\": false, // Acompanhamento de Enfermagem Necessário\n        \"forwardings\": [] // Encaminhamentos\n    },\n    \"buyer\": { // Responsável\n        \"id\": \"a1a82e8c-0b31-4fc8-a888-4c7510dee717\", // ID do Responsável\n        \"dateOfBirth\": \"1983-12-15T00:00:00-02:00\", // Data de Nascimento\n        \"cpf\": \"00011122233\", // CPF\n        \"healthInsuranceNumber\": \"12345\", // Número da Carteirinha\n        \"addresses\": [], // Endereços\n        \"dependents\": [], // Dependentes\n        \"name\": \"RESPONSÁVEL\", // Nome\n        \"email\": \"email@email.com\", // Email\n        \"phoneNumber\": \"11985077858\", // Telefone\n        \"gender\": 1, // Sexo (0 - Masculino / 1 - Feminino)\n        \"age\": \", 38 ano(s)\" // Idade\n    },\n    \"requester\": { // Paciente\n        \"id\": \"3e480a5d-6788-467e-ad2e-a27648f4053d\", // ID do Paciente\n        \"dateOfBirth\": \"2017-04-02T00:00:00-03:00\", // Data de Nascimento\n        \"cpf\": \"\", // CPF\n        \"healthInsuranceNumber\": \"123455\", // Número da Carteirinha\n        \"addresses\": [], // Endereços\n        \"dependents\": [], // Dependentes\n        \"name\": \"PACIENTE\", // Nome\n        \"email\": \"email@email.com\", // Email\n        \"gender\": 0, // Sexo (0 - Masculino / 1 - Feminino)\n        \"age\": \", 4 ano(s)\" // idade\n    },\n    \"specialty\": { // Especialidade do Atendimento\n        \"id\": 2,\n        \"name\": \"Pediatria\"\n    },\n    \"symptoms\": [], // Sintomas\n    \"requestDate\": \"2021-12-16T14:38:36.4101381-03:00\", // Data de Solicitação\n    \"doctorConfirmedDate\": \"2019-10-10T15:05:26.3-03:00\", // Data de Aceite do Médico\n    \"patientName\": \"PACIENTE\", // Nome do Paciente\n    \"contactNumber\": \"+5511981145034\", // Telefone de Contato\n    \"contactCode\": \"\", // Código de Telefone de Contato\n    \"reason\": \"Meu filho caiu e bateu a cabeça devo levar ao hospital \", // Queixa\n    \"roomName\": \"e459c977-1dc5-40dd-8fde-a0079a6e64e1\", // Código da Sala de Vídeo\n    \"confirmedDate\": \"0001-01-01T00:00:00-02:00\", // Data de Confirmação\n    \"sellerFinalizedDate\": \"2019-10-10T15:12:10.09-03:00\", // Data de Finalização do Atendimento\n    \"sellerConfirmedDate\": \"2019-10-10T15:05:26.3-03:00\", // Data de Aceite do Médico\n    \"statusReason\": \"\", // Motivo de Cancelamento\n    \"needAccompaniment\": false, // Acompanhamento Necessário\n    \"prescriptions\": [\n        {\n            \"prescriptionIdMemed\": 9999,\n            \"prescriptionPdfUrl\": \"PDF_URL\", // URL em PDF da Prescrição\n            \"smsUrl\": \"LINK_MEMED\", // URL da Prescrição enviada por SMS\n            \"prescriptionCode\": \"0000\" // Código da Prescrição enviada por SMS\n        }\n    ],\n    \"mediaErrors\": [], // Erros de Conexão\n    \"videoRoomLink\": \"https://link.docway.com.br/XXXXXXX\", // Link da Sala para Acesso\n    \"appointmentContabilized\": true, // Atendimento Contabilizado\n    \"doctorRating\": \"5\", // Avaliação do Médico\n    \"doctorComments\": \"\", // Comentários do Médico\n    \"patientRating\": \"5\", // Avaliação do Paciente\n    \"patientQualityRating\": \"5\", // Comentários do Paciente\n    \"patientGoingToPS\": \"não\" // Se o paciente estava indo ao PS\n}"},{"id":"1ed21ef9-ad56-49c8-a111-03a5c9c4aa55","name":"400","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/163741/details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:46:58 GMT"}],"cookie":[],"responseTime":null,"body":"Object reference not set to an instance of an object."},{"id":"31e9fd69-91b4-47c2-bf6d-67f9b919676e","name":"404","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/16373/details"},"status":"Not Found","code":404,"_postman_previewlanguage":"plain","header":[{"key":"Content-Length","value":"0"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:48:36 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"57ed01e4-644a-49cf-9fb4-17cfbc9c0a8b"},{"name":"Cancelar atendimento","id":"ccc82d8a-1d88-4d08-a24b-cbb4c651e9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"cancelReason\": \"Informar o motivo do cancelamento.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-appointment/api/appointments/<APPOINTMENT_ID>/cancel","description":"<p>Cancela um atendimento que ainda não foi finalizado</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","appointments","<APPOINTMENT_ID>","cancel"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"1800f77c-e368-4d3c-816e-2620ec44bb5c","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"},{"key":"Content-Type","value":"application/json"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/16373/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:50:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"isAppointmentCounted\": false\n}"}],"_postman_id":"ccc82d8a-1d88-4d08-a24b-cbb4c651e9c5"},{"name":"Recuperar token de vídeo","id":"766a9499-56b0-4672-83f5-41a043c4a5ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/<APPOINTMENT_ID>/video-token","description":"<p>Gera o token de acesso para o paciente entrar no atendimento</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","appointments","<APPOINTMENT_ID>","video-token"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"ad488533-8c3c-4729-9689-59059ec30747","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/16374/video-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:55:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"roomName\": \"4d91227d-732b-468e-9939-a4b0ef3d8aba\",\n    \"roomToken\": \"<VIDEO_TOKEN>\"\n}"}],"_postman_id":"766a9499-56b0-4672-83f5-41a043c4a5ea"},{"name":"Consultar atendimentos paginado","id":"9fed5f9f-5eb6-45a2-b5ed-d68c8fc246f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Start\": 0,\n    \"CurrentPage\": 0,\n    \"Limit\": 10,\n    \"Status\": [\n        7\n    ],\n    \"Types\": [\n        6\n    ],\n    \"StartDate\": \"2019-06-26\",\n    \"EndDate\": \"2021-06-26\",\n    \"Query\": \"\" // Nome do paciente OU Nome da especialidade \n}"},"url":"https://service.docway.com.br/stage-appointment/api/v2/partner/appointments","description":"<p>Consulta a lista dos atendimentos baseado nos filtros e no token do cliente</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","v2","partner","appointments"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"bc2086e9-b9c3-47c4-8cdc-c73324a58e9f","name":"200","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer <TOKEN>"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Start\": 0,\n    \"CurrentPage\": 0,\n    \"Limit\": 10,\n    \"Status\": [\n        \n    ],\n    \"Types\": [\n        6\n    ],\n    \"StartDate\": \"2019-06-26\",\n    \"EndDate\": \"2021-06-26\"\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-appointment/api/v2/partner/appointments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Azure-Ref","value":"07gRZYAAAAAAFbb7NC1xZQKP1R0Vqph9HU0FPMDNFREdFMDkxNABhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Mon, 22 Mar 2021 20:58:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"metadata\": {\n        \"page\": 1,\n        \"perPage\": 10,\n        \"pageCount\": 1,\n        \"totalCount\": 4\n    },\n    \"records\": [\n        {\n            \"id\": 16374,\n            \"partnerId\": 135,\n            \"buyerId\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n            \"dateAppointment\": \"2021-06-26T16:00:00-03:00\",\n            \"createDate\": \"2021-03-22T17:41:09.907-03:00\",\n            \"type\": 6,\n            \"status\": 10,\n            \"address\": {\n                \"id\": 27806,\n                \"street\": \"Rua Vieira de Morais\",\n                \"number\": \"2110\",\n                \"complement\": \"Conjunto 801\",\n                \"neighborhood\": \"Campo Belo\",\n                \"cep\": \"04617-007\",\n                \"city\": \"São Paulo\",\n                \"state\": \"SP\",\n                \"isPrimary\": false,\n                \"sector\": \"Zona Sul\",\n                \"fullAddress\": \"Rua Vieira de Morais, 2110 Conjunto 801 - Campo Belo | São Paulo - SP\"\n            },\n            \"buyer\": {\n                \"id\": \"51ed2be9-b13a-4d95-9e98-decb139e2f93\",\n                \"dateOfBirth\": \"1993-03-15T00:00:00-03:00\",\n                \"cpf\": \"00011122233\",\n                \"partnerId\": 135,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Vinicius Reis\",\n                \"email\": \"vinicius+99@docway.co\",\n                \"userName\": \"123999991@135\",\n                \"gender\": 0,\n                \"age\": \", 28 ano(s)\",\n                \"partner\": {\n                    \"name\": \"Unimed Jundiai\",\n                    \"alias\": \"unimedjundiai\"\n                }\n            },\n            \"requester\": {\n                \"id\": \"8ce782c9-1d5c-461b-bd28-f5fbbacc9a45\",\n                \"dateOfBirth\": \"2015-03-15T00:00:00-03:00\",\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Vitória Reis\",\n                \"email\": \"000123@sas.com.br\",\n                \"userName\": \"000123\",\n                \"gender\": 1,\n                \"age\": \", 6 ano(s)\"\n            },\n            \"specialty\": {\n                \"id\": 1,\n                \"name\": \"Clínico Geral\"\n            },\n            \"symptoms\": [],\n            \"requestDate\": \"0001-01-01T00:00:00-02:00\",\n            \"canceledDate\": \"2021-03-22T17:51:13.097-03:00\",\n            \"cancelIntervalInMinutes\": 0,\n            \"contactNumber\": \"5511985077858\",\n            \"roomName\": \"4d91227d-732b-468e-9939-a4b0ef3d8aba\",\n            \"roomIsClosed\": true,\n            \"roomClosedDate\": \"2021-03-22T17:51:13.097-03:00\",\n            \"prescriptions\": []\n        },\n        {\n            \"id\": 16197,\n            \"partnerId\": 135,\n            \"buyerId\": \"a76d49a6-49fc-4310-885d-9e614743f458\",\n            \"dateAppointment\": \"2021-02-23T11:45:00-03:00\",\n            \"createDate\": \"2021-02-23T11:36:06.927-03:00\",\n            \"type\": 6,\n            \"status\": 6,\n            \"address\": {\n                \"id\": 27613,\n                \"street\": \"Rua Vieira de Morais\",\n                \"number\": \"2110\",\n                \"complement\": \"Conjunto 801\",\n                \"neighborhood\": \"Campo Belo\",\n                \"cep\": \"04617-007\",\n                \"city\": \"São Paulo\",\n                \"state\": \"SP\",\n                \"isPrimary\": false,\n                \"sector\": \"Zona Sul\",\n                \"fullAddress\": \"Rua Vieira de Morais, 2110 Conjunto 801 - Campo Belo | São Paulo - SP\"\n            },\n            \"doctor\": {\n                \"id\": \"ff51070b-2a0f-4fb2-96a9-3f039015f83a\",\n                \"name\": \"Dr. Unimed Jundiai\",\n                \"specialties\": [],\n                \"isVideoOnline\": false,\n                \"activeForPartner\": false,\n                \"namePrefix\": \"\"\n            },\n            \"buyer\": {\n                \"id\": \"a76d49a6-49fc-4310-885d-9e614743f458\",\n                \"dateOfBirth\": \"1993-03-15T00:00:00-03:00\",\n                \"cpf\": \"00011122233\",\n                \"partnerId\": 135,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Samuel Beltrame\",\n                \"email\": \"maportolann@unimedjundiai.com.br\",\n                \"userName\": \"012708002298000@135\",\n                \"gender\": 0,\n                \"age\": \", 28 ano(s)\",\n                \"partner\": {\n                    \"name\": \"Unimed Jundiai\",\n                    \"alias\": \"unimedjundiai\"\n                }\n            },\n            \"requester\": {\n                \"id\": \"a76d49a6-49fc-4310-885d-9e614743f458\",\n                \"dateOfBirth\": \"1993-03-15T00:00:00-03:00\",\n                \"cpf\": \"00011122233\",\n                \"partnerId\": 135,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Samuel Beltrame\",\n                \"email\": \"maportolann@unimedjundiai.com.br\",\n                \"userName\": \"012708002298000@135\",\n                \"gender\": 0,\n                \"age\": \", 28 ano(s)\",\n                \"partner\": {\n                    \"name\": \"Unimed Jundiai\",\n                    \"alias\": \"unimedjundiai\"\n                }\n            },\n            \"specialty\": {\n                \"id\": 1,\n                \"name\": \"Clínico Geral\"\n            },\n            \"symptoms\": [],\n            \"requestDate\": \"0001-01-01T00:00:00-02:00\",\n            \"cancelIntervalInMinutes\": 0,\n            \"contactNumber\": \"5511999932562\",\n            \"roomName\": \"6fe2d5b9-796a-42f8-b784-50c13eb04e11\",\n            \"roomIsClosed\": false,\n            \"prescriptions\": [\n                {\n                    \"prescriptionIdMemed\": 7848,\n                    \"prescriptionPdfUrl\": \"https://sandbox.api.memed.com.br/v1/prescricoes/pdf/7848?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.WzMxODM1LCJmYWMzMTI0NWMyNGY5ZTliZGI1OTJmNmJlZTdmMTU5OSIsIjIwMjEtMDItMjMiLCJzaW5hcHNlLnByZXNjcmljYW8iLCJwYXJ0bmVyLjMuMjcyMzciXQ.JLGF5YbpZawY5_2wU3F87_bBrRslwPSdAQdgqX7xPXk&imprimir[exames]=true&imprimir[formulario_alto_custo]=true&imprimir[formulario_alto_custo_termo]=&imprimir[receituario_controle_especial]=true&imprimir[receituario_controle_especial_antibioticos]=true&imprimir[receituario_controle_especial_c4]=true&imprimir[receituario_simples]=true&opcoes[formulario_alto_custo]=true&opcoes[receituario_controle_especial]=true&opcoes[receituario_controle_especial_antibioticos]=true&opcoes[receituario_controle_especial_c4]=true\",\n                    \"prescriptionRawJson\": \"{\\\"data\\\":{\\\"type\\\":\\\"prescricoes\\\",\\\"attributes\\\":{\\\"prescriptionUuid\\\":\\\"ffb67160-6600-40df-8bd2-e99d55ed5557\\\",\\\"medicos_id\\\":27237,\\\"prescricao_editada_id\\\":null,\\\"lme\\\":false,\\\"opcoes_receituario_id\\\":1,\\\"nome_medico\\\":\\\"Dr. Unimed Jundiai\\\",\\\"endereco_medico\\\":\\\"Alameda Vicente Pinzon, 54 - 12\\\\u00b0 andar - Vila Ol\\\\u00edmpia, S\\\\u00e3o Paulo - SP, 04547-130\\\",\\\"cidade_medico\\\":\\\"S\\\\u00e3o Paulo - SP\\\",\\\"telefone_medico\\\":\\\"(11) 4200-0141\\\",\\\"checksum\\\":null,\\\"workplace\\\":[],\\\"created_at\\\":\\\"23\\\\/02\\\\/2021 12:01:20\\\",\\\"screening\\\":\\\"{\\\\\\\"total\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"status\\\\\\\":\\\\\\\"success\\\\\\\",\\\\\\\"problems\\\\\\\":\\\\\\\"0\\\\\\\"}\\\",\\\"source\\\":\\\"\\\",\\\"signed\\\":0,\\\"data\\\":\\\"23\\\\/02\\\\/2021\\\",\\\"horario\\\":\\\"12:01:20\\\",\\\"additionalData\\\":[],\\\"prescriptionDate\\\":\\\"23\\\\/02\\\\/2021\\\",\\\"prescriptionDateOriginal\\\":\\\"2021-02-23 12:01:20\\\",\\\"medicamentos\\\":[{\\\"id\\\":\\\"c267\\\",\\\"nome\\\":\\\"teste de medicamento prescrito\\\",\\\"descricao\\\":\\\"\\\",\\\"posologia\\\":\\\"<p>usar 2 vezes ao da<\\\\/p>\\\",\\\"quantidade\\\":1,\\\"unit\\\":\\\"comprimido\\\",\\\"formas_fisicas_unidades_id\\\":null,\\\"composicao\\\":\\\"\\\",\\\"fabricante\\\":\\\"\\\",\\\"titularidade\\\":\\\"\\\",\\\"controle_especial\\\":false,\\\"alto_custo\\\":false,\\\"quantidade_mes_1\\\":null,\\\"quantidade_mes_2\\\":null,\\\"quantidade_mes_3\\\":null,\\\"quantidade_mes_4\\\":null,\\\"quantidade_mes_5\\\":null,\\\"quantidade_mes_6\\\":null,\\\"anamnese\\\":\\\"\\\",\\\"tratamento_previo\\\":false,\\\"descricao_tratamento\\\":\\\"\\\",\\\"data_solicitacao\\\":null,\\\"cid_id\\\":0,\\\"receituario\\\":\\\"\\\",\\\"exames_sus_codigo\\\":\\\"\\\",\\\"exames_tuss_codigo\\\":\\\"\\\",\\\"tipo_exame_selecionado\\\":\\\"\\\",\\\"catmat_codigo_br\\\":\\\"\\\",\\\"catmat_descricao\\\":\\\"\\\",\\\"cid_descricao\\\":\\\"\\\",\\\"cid_numero\\\":\\\"\\\",\\\"preco\\\":null,\\\"real_id\\\":20425,\\\"tarja\\\":\\\"\\\",\\\"tipo\\\":\\\"custom\\\",\\\"exames\\\":[],\\\"fabricante_id\\\":\\\"\\\",\\\"sanitized_posology\\\":\\\"usar 2 vezes ao da\\\",\\\"form_units\\\":[],\\\"psp\\\":{\\\"active\\\":false,\\\"tagline\\\":null,\\\"link\\\":null},\\\"via\\\":null,\\\"receituario_id\\\":null}],\\\"paciente\\\":{\\\"id\\\":94321,\\\"external_id\\\":null,\\\"nome\\\":\\\"Samuel Beltrame\\\",\\\"nome_completo\\\":null,\\\"peso\\\":null,\\\"altura\\\":null,\\\"rg\\\":null,\\\"nome_mae\\\":null,\\\"dificuldade_locomocao\\\":false,\\\"nome_responsavel\\\":null,\\\"email\\\":null,\\\"telefone\\\":\\\"11999932562\\\",\\\"cidade\\\":\\\"S\\\\u00e3o Paulo\\\",\\\"endereco\\\":\\\"Campo Belo | S\\\\u00e3o Paulo - SP\\\",\\\"accept_terms\\\":0,\\\"total\\\":1,\\\"type\\\":\\\"pacientes\\\",\\\"_relationships\\\":{\\\"allergy\\\":[]},\\\"ultima\\\":\\\"23\\\\/02\\\\/2021 12:01:20\\\",\\\"allergy\\\":[]},\\\"clinica\\\":null,\\\"medicos\\\":{\\\"id\\\":\\\"m27237\\\",\\\"especialidades_id\\\":59,\\\"cidades_id\\\":null,\\\"nome_completo\\\":\\\"Dr. Unimed Jundia\\\\u00ed\\\",\\\"cns\\\":null,\\\"crm\\\":null,\\\"uf\\\":null,\\\"estudante\\\":0,\\\"telefone\\\":null,\\\"type\\\":\\\"medicos\\\"},\\\"documents\\\":[]},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/v1\\\\/prescricoes\\\\/7848\\\"},\\\"relationships\\\":{\\\"clinica\\\":null,\\\"paciente\\\":{\\\"data\\\":{\\\"id\\\":94321,\\\"type\\\":\\\"pacientes\\\"},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/v1\\\\/prescricoes\\\\/7848\\\\/relationships\\\\/paciente\\\"}}},\\\"id\\\":7848},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/prescricoes\\\\/7848\\\"}}\",\n                    \"smsUrl\": \"http://sandbox.memed.com.br/p/7n3jxJ\"\n                }\n            ]\n        },\n        {\n            \"id\": 16055,\n            \"partnerId\": 135,\n            \"buyerId\": \"2c40f86e-b006-4a9f-8880-67997dc80d27\",\n            \"dateAppointment\": \"2021-02-12T11:00:00-03:00\",\n            \"createDate\": \"2021-02-11T15:48:25.713-03:00\",\n            \"type\": 6,\n            \"status\": 12,\n            \"address\": {\n                \"id\": 27444,\n                \"street\": \"Rua Penha García\",\n                \"number\": \"189\",\n                \"complement\": \"Casa 3\",\n                \"neighborhood\": \"Jardim Sao Manoel\",\n                \"city\": \"São Paulo\",\n                \"state\": \"SP\",\n                \"isPrimary\": false,\n                \"country\": \"Brasil\",\n                \"fullAddress\": \"Rua Penha García, 189 Casa 3 - Jardim Sao Manoel | São Paulo - SP\"\n            },\n            \"doctor\": {\n                \"id\": \"ff51070b-2a0f-4fb2-96a9-3f039015f83a\",\n                \"name\": \"Dr. Unimed Jundiai\",\n                \"specialties\": [],\n                \"isVideoOnline\": false,\n                \"activeForPartner\": false,\n                \"namePrefix\": \"\"\n            },\n            \"buyer\": {\n                \"id\": \"2c40f86e-b006-4a9f-8880-67997dc80d27\",\n                \"partnerId\": 8,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Luiz Henrique de Omena\",\n                \"email\": \"LuizHenriquedeOmena@UnimedJundiai.1613069304397\",\n                \"userName\": \"LuizHenriquedeOmena@UnimedJundiai.1613069304397\",\n                \"age\": \"\",\n                \"partner\": {\n                    \"name\": \"INNOVA\",\n                    \"alias\": \"innova\"\n                }\n            },\n            \"requester\": {\n                \"id\": \"4312e586-4d62-440e-986e-d5583cbf7995\",\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Paulo Eduardo Correia 2\",\n                \"userName\": \"1234567890\",\n                \"age\": \"\"\n            },\n            \"specialty\": {\n                \"id\": 1,\n                \"name\": \"Clínico Geral\"\n            },\n            \"symptoms\": [],\n            \"requestDate\": \"0001-01-01T00:00:00-02:00\",\n            \"canceledDate\": \"2021-02-12T11:07:52.277-03:00\",\n            \"cancelIntervalInMinutes\": 0,\n            \"contactNumber\": \"+5511984617433\",\n            \"gop\": \"\",\n            \"roomName\": \"2a050e11-2ea6-4e58-ac37-c97aa19a26b4\",\n            \"roomIsClosed\": false,\n            \"prescriptions\": [\n                {\n                    \"prescriptionIdMemed\": 7507,\n                    \"prescriptionPdfUrl\": \"https://sandbox.api.memed.com.br/v1/prescricoes/pdf/7507?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.WzMxODM1LCJmYWMzMTI0NWMyNGY5ZTliZGI1OTJmNmJlZTdmMTU5OSIsIjIwMjEtMDItMTIiLCJzaW5hcHNlLnByZXNjcmljYW8iLCJwYXJ0bmVyLjMuMjcyMzciXQ.S8yZenPRF9jh_10P3yHQRz5_fCvUpwxdMYwq8yGyqdU&imprimir[exames]=true&imprimir[formulario_alto_custo]=true&imprimir[formulario_alto_custo_termo]=&imprimir[receituario_controle_especial]=true&imprimir[receituario_controle_especial_antibioticos]=true&imprimir[receituario_controle_especial_c4]=true&imprimir[receituario_simples]=true&opcoes[formulario_alto_custo]=true&opcoes[receituario_controle_especial]=true&opcoes[receituario_controle_especial_antibioticos]=true&opcoes[receituario_controle_especial_c4]=true\",\n                    \"prescriptionRawJson\": \"{\\\"data\\\":{\\\"type\\\":\\\"prescricoes\\\",\\\"attributes\\\":{\\\"prescriptionUuid\\\":\\\"32935a17-4132-4f7c-b824-9ffe20f140e0\\\",\\\"medicos_id\\\":27237,\\\"prescricao_editada_id\\\":null,\\\"lme\\\":false,\\\"opcoes_receituario_id\\\":1,\\\"nome_medico\\\":\\\"Dr. Unimed Jundiai\\\",\\\"endereco_medico\\\":\\\"Alameda Vicente Pinzon, 54 - 12\\\\u00b0 andar - Vila Ol\\\\u00edmpia, S\\\\u00e3o Paulo - SP, 04547-130\\\",\\\"cidade_medico\\\":\\\"S\\\\u00e3o Paulo - SP\\\",\\\"telefone_medico\\\":\\\"(11) 4200-0141\\\",\\\"checksum\\\":null,\\\"workplace\\\":[],\\\"created_at\\\":\\\"12\\\\/02\\\\/2021 11:02:55\\\",\\\"screening\\\":\\\"{\\\\\\\"total\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"status\\\\\\\":\\\\\\\"success\\\\\\\",\\\\\\\"problems\\\\\\\":\\\\\\\"0\\\\\\\"}\\\",\\\"source\\\":\\\"\\\",\\\"signed\\\":0,\\\"data\\\":\\\"12\\\\/02\\\\/2021\\\",\\\"horario\\\":\\\"11:02:55\\\",\\\"additionalData\\\":[],\\\"prescriptionDate\\\":\\\"12\\\\/02\\\\/2021\\\",\\\"prescriptionDateOriginal\\\":\\\"2021-02-12 11:02:55\\\",\\\"medicamentos\\\":[{\\\"id\\\":\\\"a1046503030027106379\\\",\\\"nome\\\":\\\"Dipirona, Comprimido (10un)\\\",\\\"descricao\\\":null,\\\"posologia\\\":\\\"<p><\\\\/p>\\\",\\\"quantidade\\\":1,\\\"unit\\\":\\\"embalagem\\\",\\\"formas_fisicas_unidades_id\\\":null,\\\"composicao\\\":\\\"\\\",\\\"fabricante\\\":\\\"Neo Qu\\\\u00edmica\\\",\\\"titularidade\\\":\\\"Gen\\\\u00e9rico\\\",\\\"controle_especial\\\":false,\\\"alto_custo\\\":false,\\\"quantidade_mes_1\\\":null,\\\"quantidade_mes_2\\\":null,\\\"quantidade_mes_3\\\":null,\\\"quantidade_mes_4\\\":null,\\\"quantidade_mes_5\\\":null,\\\"quantidade_mes_6\\\":null,\\\"anamnese\\\":\\\"\\\",\\\"tratamento_previo\\\":false,\\\"descricao_tratamento\\\":\\\"\\\",\\\"data_solicitacao\\\":null,\\\"cid_id\\\":0,\\\"receituario\\\":\\\"Simples\\\",\\\"exames_sus_codigo\\\":\\\"\\\",\\\"exames_tuss_codigo\\\":\\\"\\\",\\\"tipo_exame_selecionado\\\":\\\"\\\",\\\"catmat_codigo_br\\\":\\\"\\\",\\\"catmat_descricao\\\":\\\"\\\",\\\"cid_descricao\\\":\\\"\\\",\\\"cid_numero\\\":\\\"\\\",\\\"preco\\\":13,\\\"real_id\\\":19845,\\\"tarja\\\":\\\"Livre\\\",\\\"tipo\\\":\\\"alop\\\\u00e1tico\\\",\\\"exames\\\":[],\\\"fabricante_id\\\":\\\"f156\\\",\\\"sanitized_posology\\\":\\\"\\\",\\\"form_units\\\":[{\\\"id\\\":27,\\\"singular\\\":\\\"Comprimido\\\",\\\"plural\\\":\\\"Comprimidos\\\",\\\"type\\\":\\\"formas-fisicas-unidades\\\"}],\\\"psp\\\":{\\\"active\\\":false,\\\"tagline\\\":null,\\\"link\\\":null},\\\"via\\\":null,\\\"receituario_id\\\":12}],\\\"paciente\\\":{\\\"id\\\":94193,\\\"external_id\\\":null,\\\"nome\\\":\\\"pau\\\",\\\"nome_completo\\\":null,\\\"peso\\\":null,\\\"altura\\\":null,\\\"rg\\\":null,\\\"nome_mae\\\":null,\\\"dificuldade_locomocao\\\":false,\\\"nome_responsavel\\\":null,\\\"email\\\":null,\\\"telefone\\\":null,\\\"cidade\\\":null,\\\"endereco\\\":null,\\\"accept_terms\\\":0,\\\"total\\\":1,\\\"type\\\":\\\"pacientes\\\",\\\"_relationships\\\":{\\\"allergy\\\":[]},\\\"ultima\\\":\\\"12\\\\/02\\\\/2021 11:02:55\\\",\\\"allergy\\\":[]},\\\"clinica\\\":null,\\\"medicos\\\":{\\\"id\\\":\\\"m27237\\\",\\\"especialidades_id\\\":59,\\\"cidades_id\\\":null,\\\"nome_completo\\\":\\\"Dr. Unimed Jundia\\\\u00ed\\\",\\\"cns\\\":null,\\\"crm\\\":null,\\\"uf\\\":null,\\\"estudante\\\":0,\\\"telefone\\\":null,\\\"type\\\":\\\"medicos\\\"},\\\"documents\\\":[]},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/v1\\\\/prescricoes\\\\/7507\\\"},\\\"relationships\\\":{\\\"clinica\\\":null,\\\"paciente\\\":{\\\"data\\\":{\\\"id\\\":94193,\\\"type\\\":\\\"pacientes\\\"},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/v1\\\\/prescricoes\\\\/7507\\\\/relationships\\\\/paciente\\\"}}},\\\"id\\\":7507},\\\"links\\\":{\\\"self\\\":\\\"http:\\\\/\\\\/sandbox.api.memed.com.br\\\\/prescricoes\\\\/7507\\\"}}\",\n                    \"smsUrl\": \"http://sandbox.memed.com.br/p/6B0YbP\"\n                }\n            ]\n        },\n        {\n            \"id\": 16054,\n            \"partnerId\": 135,\n            \"buyerId\": \"f70d474c-60f4-4d6b-8861-8f636e674116\",\n            \"dateAppointment\": \"2021-02-11T15:45:00-03:00\",\n            \"createDate\": \"2021-02-11T15:46:27.553-03:00\",\n            \"type\": 6,\n            \"status\": 11,\n            \"address\": {\n                \"id\": 27443,\n                \"street\": \"Rua Penha García\",\n                \"number\": \"189\",\n                \"complement\": \"Casa 3\",\n                \"neighborhood\": \"Jardim Sao Manoel\",\n                \"city\": \"São Paulo\",\n                \"state\": \"SP\",\n                \"isPrimary\": false,\n                \"country\": \"Brasil\",\n                \"fullAddress\": \"Rua Penha García, 189 Casa 3 - Jardim Sao Manoel | São Paulo - SP\"\n            },\n            \"doctor\": {\n                \"id\": \"ff51070b-2a0f-4fb2-96a9-3f039015f83a\",\n                \"name\": \"Dr. Unimed Jundiai\",\n                \"specialties\": [],\n                \"isVideoOnline\": false,\n                \"activeForPartner\": false,\n                \"namePrefix\": \"\"\n            },\n            \"buyer\": {\n                \"id\": \"f70d474c-60f4-4d6b-8861-8f636e674116\",\n                \"dateOfBirth\": \"1994-08-05T00:00:00-03:00\",\n                \"partnerId\": 135,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Luiz Henrique de Omena\",\n                \"email\": \"luiz.omena@docway.co\",\n                \"userName\": \"37400798863@135\",\n                \"phoneNumber\": \"11984617433\",\n                \"age\": \", 26 ano(s)\",\n                \"partner\": {\n                    \"name\": \"Unimed Jundiai\",\n                    \"alias\": \"unimedjundiai\"\n                }\n            },\n            \"requester\": {\n                \"id\": \"f70d474c-60f4-4d6b-8861-8f636e674116\",\n                \"dateOfBirth\": \"1994-08-05T00:00:00-03:00\",\n                \"partnerId\": 135,\n                \"addresses\": [],\n                \"dependents\": [],\n                \"name\": \"Luiz Henrique de Omena\",\n                \"email\": \"luiz.omena@docway.co\",\n                \"userName\": \"37400798863@135\",\n                \"phoneNumber\": \"11984617433\",\n                \"age\": \", 26 ano(s)\",\n                \"partner\": {\n                    \"name\": \"Unimed Jundiai\",\n                    \"alias\": \"unimedjundiai\"\n                }\n            },\n            \"specialty\": {\n                \"id\": 1,\n                \"name\": \"Clínico Geral\"\n            },\n            \"symptoms\": [],\n            \"requestDate\": \"0001-01-01T00:00:00-02:00\",\n            \"canceledDate\": \"2021-02-12T11:00:15.927-03:00\",\n            \"cancelIntervalInMinutes\": 0,\n            \"contactNumber\": \"+5511984617433\",\n            \"gop\": \"\",\n            \"roomName\": \"ae7307a5-8c09-4a7e-9685-a0c47d04c69c\",\n            \"roomIsClosed\": false,\n            \"prescriptions\": []\n        }\n    ]\n}"}],"_postman_id":"9fed5f9f-5eb6-45a2-b5ed-d68c8fc246f4"},{"name":"Anexar documentos","id":"c3889fc9-3984-4a7b-88c5-2b0896bde8fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"File","type":"file","src":"/C:/Users/franl/Documents/Teste.pdf"},{"key":"File","type":"file","src":"/C:/Users/franl/Documents/Teste - Copia.pdf"}]},"url":"https://service.docway.com.br/stage-appointment/api/appointments/<APPOINTMENT_ID>/uploads","description":"<p>Anexar documentos ao atendimento. Formatos aceitos: JPG, JPEG, PNG e PDF.</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","appointments","<APPOINTMENT_ID>","uploads"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"f412509e-259f-4c86-b7de-d81b3debd874","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"File","type":"file","src":"/C:/Users/franl/Documents/Teste.pdf"},{"key":"File","type":"file","src":"/C:/Users/franl/Documents/Teste - Copia.pdf"}]},"url":"https://service.docway.com.br/stage-appointment/api/appointments/<APPOINTMENT_ID>/uploads"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c3889fc9-3984-4a7b-88c5-2b0896bde8fa"},{"name":"Consultar especialidades disponíveis","id":"a3c53ea1-2bcd-45d9-bb27-02af183f1add","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-client/api/specialties/partner","urlObject":{"protocol":"https","path":["stage-client","api","specialties","partner"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"8591915a-fd6d-43d4-bdf0-5d0650746d51","name":"200","originalRequest":{"method":"GET","header":[]},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"name\": \"Medicina de Família\",\n        \"appointmentDurationInMinutes\": 30\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Cardiologia\",\n        \"appointmentDurationInMinutes\": 30\n    }\n]"}],"_postman_id":"a3c53ea1-2bcd-45d9-bb27-02af183f1add"},{"name":"Consultar disponibilidade período - especialista","id":"c3d08661-ebf6-44ec-ab74-9c26ebdc0274","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-client/api/specialties/62/Availability/Period?startAt=2023-09-12&endAt=2023-09-15","urlObject":{"protocol":"https","path":["stage-client","api","specialties","62","Availability","Period"],"host":["service","docway","com","br"],"query":[{"key":"startAt","value":"2023-09-12"},{"key":"endAt","value":"2023-09-15"}],"variable":[]}},"response":[{"id":"d679da36-76ac-4fb2-8c97-8f8c3e7f6dd5","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-client/api/specialties/4/Availability/Period?startAt=2023-09-12&endAt=2023-09-15","protocol":"https","host":["service","docway","com","br"],"path":["stage-client","api","specialties","4","Availability","Period"],"query":[{"key":"startAt","value":"2023-09-12"},{"key":"endAt","value":"2023-09-15"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"date\": \"2023-09-12T00:00:00-03:00\",\n        \"unavailiability\": false\n    },\n    {\n        \"date\": \"2023-09-13T00:00:00-03:00\",\n        \"unavailiability\": true\n    },\n    {\n        \"date\": \"2023-09-14T00:00:00-03:00\",\n        \"unavailiability\": false\n    },\n    {\n        \"date\": \"2023-09-15T00:00:00-03:00\",\n        \"unavailiability\": true\n    }\n]"}],"_postman_id":"c3d08661-ebf6-44ec-ab74-9c26ebdc0274"},{"name":"Consultar disponibilidade de horários - especialista","id":"2d769ee4-c75a-47f3-8724-947e989a2b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-client/api/specialties/62/Availability/Day?date=2023-09-12","urlObject":{"protocol":"https","path":["stage-client","api","specialties","62","Availability","Day"],"host":["service","docway","com","br"],"query":[{"key":"date","value":"2023-09-12"}],"variable":[]}},"response":[{"id":"d616e93d-76d3-4b2a-a1ff-0e8f77fc7883","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-client/api/specialties/62/Availability/Day?date=2023-07-18","protocol":"https","host":["service","docway","com","br"],"path":["stage-client","api","specialties","62","Availability","Day"],"query":[{"key":"date","value":"2023-07-18"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"2023-09-12T08:00:00-03:00\",\n    \"2023-09-12T08:30:00-03:00\",\n    \"2023-09-12T09:00:00-03:00\",\n    \"2023-09-12T09:30:00-03:00\",\n    \"2023-09-12T10:00:00-03:00\",\n    \"2023-09-12T10:30:00-03:00\",\n    \"2023-09-12T12:00:00-03:00\",\n    \"2023-09-12T13:00:00-03:00\"\n]"}],"_postman_id":"2d769ee4-c75a-47f3-8724-947e989a2b21"},{"name":"Consultar disponibilidade de horários - generalista","id":"983c367b-77fa-453f-a8f2-7fb325d80b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/video/availability","description":"<p>Devolve uma lista com os horários disponiveiss para o atendimento</p>\n","urlObject":{"protocol":"https","path":["stage-appointment","api","appointments","video","availability"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"74a6d8f9-adf7-4b15-bf9e-7a886d3d4e94","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-appointment/api/appointments/video/availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"Date","value":"Mon, 22 Mar 2021 20:37:39 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    \"2021-03-22T17:45:00-03:00\",\n    \"2021-03-22T18:00:00-03:00\",\n    \"2021-03-22T18:15:00-03:00\",\n    \"2021-03-22T18:30:00-03:00\",\n    \"2021-03-22T18:45:00-03:00\",\n    \"2021-03-22T19:00:00-03:00\",\n    \"2021-03-22T19:15:00-03:00\",\n    \"2021-03-22T19:30:00-03:00\",\n    \"2021-03-22T19:45:00-03:00\",\n    \"2021-03-22T20:00:00-03:00\",\n    \"2021-03-22T20:15:00-03:00\",\n    \"2021-03-22T20:30:00-03:00\",\n    \"2021-03-22T20:45:00-03:00\",\n    \"2021-03-22T21:00:00-03:00\",\n    \"2021-03-22T21:15:00-03:00\",\n    \"2021-03-22T21:30:00-03:00\",\n    \"2021-03-22T21:45:00-03:00\",\n    \"2021-03-22T22:00:00-03:00\",\n    \"2021-03-22T22:15:00-03:00\",\n    \"2021-03-22T22:30:00-03:00\",\n    \"2021-03-22T22:45:00-03:00\",\n    \"2021-03-22T23:00:00-03:00\",\n    \"2021-03-22T23:15:00-03:00\",\n    \"2021-03-22T23:30:00-03:00\",\n    \"2021-03-22T23:45:00-03:00\",\n    \"2021-03-23T00:00:00-03:00\",\n    \"2021-03-23T00:15:00-03:00\",\n    \"2021-03-23T00:30:00-03:00\",\n    \"2021-03-23T00:45:00-03:00\",\n    \"2021-03-23T01:00:00-03:00\",\n    \"2021-03-23T01:15:00-03:00\",\n    \"2021-03-23T01:30:00-03:00\",\n    \"2021-03-23T01:45:00-03:00\",\n    \"2021-03-23T02:00:00-03:00\",\n    \"2021-03-23T02:15:00-03:00\",\n    \"2021-03-23T02:30:00-03:00\",\n    \"2021-03-23T02:45:00-03:00\",\n    \"2021-03-23T03:00:00-03:00\",\n    \"2021-03-23T03:15:00-03:00\",\n    \"2021-03-23T03:30:00-03:00\",\n    \"2021-03-23T03:45:00-03:00\",\n    \"2021-03-23T04:00:00-03:00\",\n    \"2021-03-23T04:15:00-03:00\",\n    \"2021-03-23T04:30:00-03:00\",\n    \"2021-03-23T04:45:00-03:00\",\n    \"2021-03-23T05:00:00-03:00\",\n    \"2021-03-23T05:15:00-03:00\",\n    \"2021-03-23T05:30:00-03:00\",\n    \"2021-03-23T05:45:00-03:00\",\n    \"2021-03-23T06:00:00-03:00\",\n    \"2021-03-23T06:15:00-03:00\",\n    \"2021-03-23T06:30:00-03:00\",\n    \"2021-03-23T06:45:00-03:00\",\n    \"2021-03-23T07:00:00-03:00\",\n    \"2021-03-23T07:15:00-03:00\",\n    \"2021-03-23T07:30:00-03:00\",\n    \"2021-03-23T07:45:00-03:00\",\n    \"2021-03-23T08:00:00-03:00\",\n    \"2021-03-23T08:15:00-03:00\",\n    \"2021-03-23T08:30:00-03:00\",\n    \"2021-03-23T08:45:00-03:00\",\n    \"2021-03-23T09:00:00-03:00\",\n    \"2021-03-23T09:15:00-03:00\",\n    \"2021-03-23T09:30:00-03:00\",\n    \"2021-03-23T09:45:00-03:00\",\n    \"2021-03-23T10:00:00-03:00\",\n    \"2021-03-23T10:15:00-03:00\",\n    \"2021-03-23T10:30:00-03:00\",\n    \"2021-03-23T10:45:00-03:00\",\n    \"2021-03-23T11:00:00-03:00\",\n    \"2021-03-23T11:15:00-03:00\",\n    \"2021-03-23T11:30:00-03:00\",\n    \"2021-03-23T11:45:00-03:00\",\n    \"2021-03-23T12:00:00-03:00\",\n    \"2021-03-23T12:15:00-03:00\",\n    \"2021-03-23T12:30:00-03:00\",\n    \"2021-03-23T12:45:00-03:00\",\n    \"2021-03-23T13:00:00-03:00\",\n    \"2021-03-23T13:15:00-03:00\",\n    \"2021-03-23T13:30:00-03:00\",\n    \"2021-03-23T13:45:00-03:00\",\n    \"2021-03-23T14:00:00-03:00\",\n    \"2021-03-23T14:15:00-03:00\",\n    \"2021-03-23T14:30:00-03:00\",\n    \"2021-03-23T14:45:00-03:00\",\n    \"2021-03-23T15:00:00-03:00\",\n    \"2021-03-23T15:15:00-03:00\",\n    \"2021-03-23T15:30:00-03:00\",\n    \"2021-03-23T15:45:00-03:00\",\n    \"2021-03-23T16:00:00-03:00\",\n    \"2021-03-23T16:15:00-03:00\",\n    \"2021-03-23T16:30:00-03:00\",\n    \"2021-03-23T16:45:00-03:00\",\n    \"2021-03-23T17:00:00-03:00\",\n    \"2021-03-23T17:15:00-03:00\",\n    \"2021-03-23T17:30:00-03:00\",\n    \"2021-03-23T17:45:00-03:00\",\n    \"2021-03-23T18:00:00-03:00\"\n]"}],"_postman_id":"983c367b-77fa-453f-a8f2-7fb325d80b7c"}],"id":"93daf8a4-88da-4c6a-9b6d-e8008ae5a75a","_postman_id":"93daf8a4-88da-4c6a-9b6d-e8008ae5a75a","description":""},{"name":"Prescrição","item":[{"name":"Recuperar prescrições","id":"5acef124-c19a-4180-8afa-2ccbdefaa672","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-prescription/api/external/appointments/<APPOINTMENT_ID>/prescriptions","urlObject":{"protocol":"https","path":["stage-prescription","api","external","appointments","<APPOINTMENT_ID>","prescriptions"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"015ae0c7-46d4-41b0-b215-aa4dbd1ce5ae","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-prescription/api/external/appointments/{ID_ATENDIMENTO}/prescriptions"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 63151,\n    \"data\": \"{\\\"alterada\\\":false,\\\"prescricao\\\":{\\\"paciente\\\":{\\\"id\\\":396309,\\\"external_id\\\":\\\"249b8124-e9a9-4d29-84ef-e2395fa9bde3\\\",\\\"category_condition_id\\\":null,\\\"benefit_member_id\\\":null,\\\"nome\\\":\\\"Teste Lucas Genari\\\",\\\"nome_completo\\\":null,\\\"nome_social\\\":null,\\\"peso\\\":null,\\\"altura\\\":null,\\\"rg\\\":null,\\\"cpf\\\":\\\"75812143030\\\",\\\"data_nascimento\\\":\\\"11/11/1996\\\",\\\"nome_mae\\\":null,\\\"dificuldade_locomocao\\\":false,\\\"nome_responsavel\\\":null,\\\"email\\\":null,\\\"telefone\\\":\\\"11999996666\\\",\\\"cidade\\\":\\\"São Paulo\\\",\\\"endereco\\\":\\\"Rua Vieira de Morais, 2110, Conjunto 801, Campo Belo, São Paulo - SP\\\",\\\"accept_terms\\\":0,\\\"total\\\":1,\\\"type\\\":\\\"pacientes\\\",\\\"_relationships\\\":{\\\"allergy\\\":[]},\\\"ultima\\\":\\\"24/06/2023 09:37:41\\\",\\\"allergy\\\":[]},\\\"pacienteId\\\":null,\\\"screening\\\":\\\"{\\\\\\\"total\\\\\\\":\\\\\\\"0\\\\\\\",\\\\\\\"status\\\\\\\":\\\\\\\"success\\\\\\\",\\\\\\\"problems\\\\\\\":\\\\\\\"0\\\\\\\"}\\\",\\\"additionalData\\\":{\\\"establishment\\\":{\\\"name\\\":\\\"Docway\\\",\\\"cnes\\\":\\\"\\\"}},\\\"workplace\\\":{\\\"local_name\\\":\\\"Docway\\\",\\\"address\\\":\\\"Alameda Vicente Pinzon, 54 - 12° andar - Vila Olímpia, São Paulo - SP, 04547-130\\\",\\\"phone\\\":\\\"(11) 4200-0141\\\"},\\\"prescriptionDate\\\":\\\"24/06/2023\\\",\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"medicamentos\\\":[{\\\"id\\\":\\\"a1046503030027105980\\\",\\\"nome\\\":\\\"Novalgina 100mg/ml, Comprimido (10un)\\\",\\\"descricao\\\":\\\"Dipirona 100mg/ml\\\",\\\"posologia\\\":\\\"<p>tomar 1 comp</p>\\\",\\\"quantidade\\\":1,\\\"unit\\\":\\\"embalagem\\\",\\\"formas_fisicas_unidades_id\\\":null,\\\"composicao\\\":\\\"\\\",\\\"fabricante\\\":\\\"Sanofi\\\",\\\"titularidade\\\":\\\"Referência\\\",\\\"controle_especial\\\":false,\\\"alto_custo\\\":false,\\\"quantidade_mes_1\\\":null,\\\"quantidade_mes_2\\\":null,\\\"quantidade_mes_3\\\":null,\\\"quantidade_mes_4\\\":null,\\\"quantidade_mes_5\\\":null,\\\"quantidade_mes_6\\\":null,\\\"anamnese\\\":\\\"\\\",\\\"tratamento_previo\\\":false,\\\"descricao_tratamento\\\":\\\"\\\",\\\"data_solicitacao\\\":null,\\\"cid_id\\\":0,\\\"receituario\\\":\\\"Simples\\\",\\\"exames_sus_codigo\\\":\\\"\\\",\\\"exames_tuss_codigo\\\":\\\"\\\",\\\"tipo_exame_selecionado\\\":\\\"\\\",\\\"catmat_codigo_br\\\":\\\"\\\",\\\"catmat_descricao\\\":\\\"\\\",\\\"cid_descricao\\\":\\\"\\\",\\\"cid_numero\\\":\\\"\\\",\\\"preco\\\":0,\\\"real_id\\\":98047,\\\"tarja\\\":\\\"Livre\\\",\\\"tipo\\\":\\\"alopático\\\",\\\"custom_categoria\\\":null,\\\"exames\\\":[],\\\"fabricante_id\\\":\\\"f236\\\",\\\"sanitized_posology\\\":\\\"tomar 1 comp\\\",\\\"form_units\\\":[{\\\"id\\\":27,\\\"singular\\\":\\\"Comprimido\\\",\\\"plural\\\":\\\"Comprimidos\\\",\\\"type\\\":\\\"formas-fisicas-unidades\\\"}],\\\"psp\\\":{\\\"active\\\":false,\\\"tagline\\\":null,\\\"link\\\":null},\\\"via\\\":null,\\\"receituario_id\\\":12,\\\"descontinuado\\\":false,\\\"status\\\":\\\"\\\",\\\"categoria_posologia\\\":\\\"\\\",\\\"origem\\\":\\\"Prescrição\\\",\\\"cid\\\":\\\"c534\\\",\\\"mostrarDescricao\\\":true,\\\"subtitulo\\\":\\\", Comprimido (10un)\\\",\\\"titulo\\\":\\\"Novalgina 100mg/ml\\\"},{\\\"id\\\":\\\"e166\\\",\\\"nome\\\":\\\"Raio X simples de abdômen\\\",\\\"descricao\\\":null,\\\"posologia\\\":\\\"<p>dasd</p>\\\",\\\"quantidade\\\":null,\\\"unit\\\":null,\\\"formas_fisicas_unidades_id\\\":null,\\\"composicao\\\":\\\"\\\",\\\"fabricante\\\":\\\"\\\",\\\"titularidade\\\":\\\"\\\",\\\"controle_especial\\\":false,\\\"alto_custo\\\":false,\\\"quantidade_mes_1\\\":null,\\\"quantidade_mes_2\\\":null,\\\"quantidade_mes_3\\\":null,\\\"quantidade_mes_4\\\":null,\\\"quantidade_mes_5\\\":null,\\\"quantidade_mes_6\\\":null,\\\"anamnese\\\":\\\"\\\",\\\"tratamento_previo\\\":false,\\\"descricao_tratamento\\\":\\\"\\\",\\\"data_solicitacao\\\":null,\\\"cid_id\\\":0,\\\"receituario\\\":\\\"Simples\\\",\\\"exames_sus_codigo\\\":\\\"\\\",\\\"exames_tuss_codigo\\\":\\\"\\\",\\\"tipo_exame_selecionado\\\":\\\"\\\",\\\"catmat_codigo_br\\\":\\\"\\\",\\\"catmat_descricao\\\":\\\"\\\",\\\"cid_descricao\\\":\\\"\\\",\\\"cid_numero\\\":\\\"\\\",\\\"preco\\\":0,\\\"real_id\\\":98048,\\\"tarja\\\":\\\"\\\",\\\"tipo\\\":\\\"exame\\\",\\\"custom_categoria\\\":null,\\\"exames\\\":[],\\\"fabricante_id\\\":\\\"fe1\\\",\\\"sanitized_posology\\\":\\\"dasd\\\",\\\"form_units\\\":[],\\\"psp\\\":{\\\"active\\\":false,\\\"tagline\\\":null,\\\"link\\\":null},\\\"via\\\":null,\\\"receituario_id\\\":null,\\\"descontinuado\\\":false,\\\"status\\\":\\\"\\\",\\\"categoria_posologia\\\":\\\"\\\",\\\"origem\\\":\\\"Prescrição\\\",\\\"cid\\\":\\\"c536\\\",\\\"mostrarDescricao\\\":false,\\\"subtitulo\\\":\\\"\\\",\\\"titulo\\\":\\\"Raio X simples de abdômen\\\"},{\\\"id\\\":\\\"m9103\\\",\\\"nome\\\":\\\"Intolerância a lactose, inulina (1un)\\\",\\\"descricao\\\":\\\"Lactobacillus reuteri 1blh + Lactobacillus casei 2blh + Inulina q.s.p. 1un\\\",\\\"posologia\\\":\\\"<p>fasdf asdf asdf asdf asdf asdf&nbsp;</p>\\\",\\\"quantidade\\\":1,\\\"unit\\\":\\\"embalagem\\\",\\\"formas_fisicas_unidades_id\\\":null,\\\"composicao\\\":\\\"<p>Lactobacillus reuteri .......................................................1blh</p><p>Lactobacillus casei .........................................................2blh</p><p>Inulina q.s.p........................................................................1un</p>\\\",\\\"fabricante\\\":\\\"\\\",\\\"titularidade\\\":\\\"Manipulado\\\",\\\"controle_especial\\\":false,\\\"alto_custo\\\":false,\\\"quantidade_mes_1\\\":null,\\\"quantidade_mes_2\\\":null,\\\"quantidade_mes_3\\\":null,\\\"quantidade_mes_4\\\":null,\\\"quantidade_mes_5\\\":null,\\\"quantidade_mes_6\\\":null,\\\"anamnese\\\":\\\"\\\",\\\"tratamento_previo\\\":false,\\\"descricao_tratamento\\\":\\\"\\\",\\\"data_solicitacao\\\":null,\\\"cid_id\\\":0,\\\"receituario\\\":\\\"Simples\\\",\\\"exames_sus_codigo\\\":\\\"\\\",\\\"exames_tuss_codigo\\\":\\\"\\\",\\\"tipo_exame_selecionado\\\":\\\"\\\",\\\"catmat_codigo_br\\\":\\\"\\\",\\\"catmat_descricao\\\":\\\"\\\",\\\"cid_descricao\\\":\\\"\\\",\\\"cid_numero\\\":\\\"\\\",\\\"preco\\\":0,\\\"real_id\\\":98049,\\\"tarja\\\":\\\"\\\",\\\"tipo\\\":\\\"manipulado\\\",\\\"custom_categoria\\\":null,\\\"exames\\\":[],\\\"fabricante_id\\\":\\\"f347\\\",\\\"sanitized_posology\\\":\\\"fasdf asdf asdf asdf asdf asdf \\\",\\\"form_units\\\":[{\\\"id\\\":294,\\\"singular\\\":\\\"Frasco\\\",\\\"plural\\\":\\\"Frascos\\\",\\\"type\\\":\\\"formas-fisicas-unidades\\\"}],\\\"psp\\\":{\\\"active\\\":false,\\\"tagline\\\":null,\\\"link\\\":null},\\\"via\\\":\\\"21\\\",\\\"receituario_id\\\":12,\\\"descontinuado\\\":false,\\\"status\\\":\\\"\\\",\\\"categoria_posologia\\\":\\\"\\\",\\\"origem\\\":\\\"Prescrição\\\",\\\"cid\\\":\\\"c538\\\",\\\"mostrarDescricao\\\":false,\\\"subtitulo\\\":\\\", inulina (1un)\\\",\\\"titulo\\\":\\\"Fórmula\\\"}],\\\"reprint\\\":false,\\\"prescriptionTimer\\\":{\\\"hasStarted\\\":true,\\\"startTime\\\":1687609999459},\\\"clinica\\\":{\\\"id\\\":2684,\\\"nome\\\":\\\"Docway\\\",\\\"cnes\\\":\\\"\\\",\\\"cnpj\\\":null,\\\"endereco\\\":null,\\\"type\\\":\\\"clinicas\\\"},\\\"medico\\\":{\\\"cidade_medico\\\":\\\"Agrolândia - SC\\\",\\\"nome_medico\\\":\\\"teste Mari memed Memed\\\",\\\"telefone_medico\\\":\\\"(11) 4200-0141\\\",\\\"endereco_medico\\\":\\\"Alameda Vicente Pinzon, 54 - 12° andar - Vila Olímpia, São Paulo - SP, 04547-130\\\",\\\"cpf\\\":\\\"85209834050\\\",\\\"board\\\":{\\\"board_code\\\":\\\"CRM\\\",\\\"board_number\\\":\\\"321321\\\",\\\"board_state\\\":\\\"SC\\\",\\\"boards_id\\\":1}},\\\"id\\\":63151,\\\"medicos_id\\\":35199,\\\"prescricao_editada_id\\\":null,\\\"lme\\\":false,\\\"opcoes_receituario_id\\\":1,\\\"nome_medico\\\":\\\"teste Mari memed Memed\\\",\\\"endereco_medico\\\":\\\"Alameda Vicente Pinzon, 54 - 12° andar - Vila Olímpia, São Paulo - SP, 04547-130\\\",\\\"cidade_medico\\\":\\\"Agrolândia - SC\\\",\\\"telefone_medico\\\":\\\"(11) 4200-0141\\\",\\\"checksum\\\":null,\\\"created_at\\\":\\\"24/06/2023 09:37:41\\\",\\\"source\\\":\\\"\\\",\\\"signed\\\":0,\\\"renew\\\":0,\\\"version\\\":1,\\\"data\\\":\\\"24/06/2023\\\",\\\"horario\\\":\\\"09:37:41\\\",\\\"print_config\\\":\\\"{\\\\\\\"simple\\\\\\\":{\\\\\\\"all\\\\\\\":{\\\\\\\"print\\\\\\\":true,\\\\\\\"showDate\\\\\\\":true,\\\\\\\"copies\\\\\\\":{\\\\\\\"24\\\\\\/06\\\\\\/2023\\\\\\\":1},\\\\\\\"isSplitItems\\\\\\\":false}},\\\\\\\"exam\\\\\\\":{\\\\\\\"default\\\\\\\":{\\\\\\\"print\\\\\\\":true,\\\\\\\"showDate\\\\\\\":true,\\\\\\\"copies\\\\\\\":{\\\\\\\"24\\\\\\/06\\\\\\/2023\\\\\\\":1},\\\\\\\"isSplitItems\\\\\\\":false}}}\\\",\\\"prescriptionDateOriginal\\\":\\\"2023-06-24 09:37:41\\\",\\\"medicos\\\":{\\\"id\\\":\\\"m35199\\\",\\\"especialidades_id\\\":64,\\\"cidades_id\\\":4358,\\\"nome_completo\\\":\\\"teste Mari memed Memed\\\",\\\"cns\\\":null,\\\"crm\\\":\\\"321321\\\",\\\"uf\\\":\\\"SC\\\",\\\"estudante\\\":0,\\\"telefone\\\":\\\"(11) 4200-0141\\\",\\\"type\\\":\\\"medicos\\\",\\\"cpf\\\":\\\"85209834050\\\"},\\\"documents\\\":[{\\\"id\\\":121491,\\\"uuid\\\":\\\"37441bad-ceaf-4db5-bc17-6ba7bc3d2d75\\\",\\\"type\\\":\\\"full\\\",\\\"status\\\":\\\"saved\\\",\\\"prescription_id\\\":63151,\\\"prescription_uuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"prescription_origin\\\":null,\\\"prescription_item_id\\\":null,\\\"signed\\\":0,\\\"signed_by\\\":null,\\\"file_name\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033_1687610374_FULL.pdf\\\",\\\"file_size\\\":null,\\\"file_hash\\\":\\\"ecc2e7401849c86114d1b5b4ec855d9cc0c074d24c18bc2ea1226c679ae9371e0fec8164c3fa669f6f3d94d5eae79dbda7d525166805f5893593ca110e052276\\\",\\\"keywords\\\":{\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"uuid\\\":\\\"37441bad-ceaf-4db5-bc17-6ba7bc3d2d75\\\",\\\"date\\\":\\\"24/06/2023 09:37:41\\\"},\\\"created_at\\\":\\\"2023-06-24 09:39:29\\\",\\\"updated_at\\\":\\\"2023-06-24 09:39:35\\\",\\\"deleted_at\\\":null},{\\\"id\\\":121492,\\\"uuid\\\":\\\"8121a2b0-e31b-4461-956a-28da9ec41ccc\\\",\\\"type\\\":\\\"individual\\\",\\\"status\\\":\\\"saved\\\",\\\"prescription_id\\\":63151,\\\"prescription_uuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"prescription_origin\\\":null,\\\"prescription_item_id\\\":98047,\\\"signed\\\":0,\\\"signed_by\\\":null,\\\"file_name\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033_1687610374_98047.pdf\\\",\\\"file_size\\\":null,\\\"file_hash\\\":\\\"3e8d82c0b99abb8ecaad5932e0a0f03843c0df1c1a8666e91d1642111b971b20c84b8b6d1680c061ee44dac1f874a671f1ba10821d60a1b7899ea739366485c2\\\",\\\"keywords\\\":{\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"uuid\\\":\\\"8121a2b0-e31b-4461-956a-28da9ec41ccc\\\",\\\"date\\\":\\\"24/06/2023 09:37:41\\\"},\\\"created_at\\\":\\\"2023-06-24 09:39:29\\\",\\\"updated_at\\\":\\\"2023-06-24 09:39:36\\\",\\\"deleted_at\\\":null},{\\\"id\\\":121493,\\\"uuid\\\":\\\"32aa78e9-8f53-44df-b816-84f14ed5e53a\\\",\\\"type\\\":\\\"individual\\\",\\\"status\\\":\\\"saved\\\",\\\"prescription_id\\\":63151,\\\"prescription_uuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"prescription_origin\\\":null,\\\"prescription_item_id\\\":98048,\\\"signed\\\":0,\\\"signed_by\\\":null,\\\"file_name\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033_1687610374_98048.pdf\\\",\\\"file_size\\\":null,\\\"file_hash\\\":\\\"983b3b6ed1d0ba89074147edee606a5ac1c75c6ea8674422126f1bfe87cc56e429e6252f9515a37de772b75d78411eedda455a756fac5fc4afc194b7b9b95c77\\\",\\\"keywords\\\":{\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"uuid\\\":\\\"32aa78e9-8f53-44df-b816-84f14ed5e53a\\\",\\\"date\\\":\\\"24/06/2023 09:37:41\\\"},\\\"created_at\\\":\\\"2023-06-24 09:39:29\\\",\\\"updated_at\\\":\\\"2023-06-24 09:39:36\\\",\\\"deleted_at\\\":null},{\\\"id\\\":121494,\\\"uuid\\\":\\\"9e75286e-1e6a-42f4-b227-1db338eb9d76\\\",\\\"type\\\":\\\"individual\\\",\\\"status\\\":\\\"saved\\\",\\\"prescription_id\\\":63151,\\\"prescription_uuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"prescription_origin\\\":null,\\\"prescription_item_id\\\":98049,\\\"signed\\\":0,\\\"signed_by\\\":null,\\\"file_name\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033_1687610374_98049.pdf\\\",\\\"file_size\\\":null,\\\"file_hash\\\":\\\"1b4a48a466c7e0eda3815489e226cfaba5a5755ab3110530f850cbf338099b33f04f9efd2f6f7ac7ea45a0481dcc43d4132583123d038de407f63a391469d493\\\",\\\"keywords\\\":{\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"uuid\\\":\\\"9e75286e-1e6a-42f4-b227-1db338eb9d76\\\",\\\"date\\\":\\\"24/06/2023 09:37:41\\\"},\\\"created_at\\\":\\\"2023-06-24 09:39:29\\\",\\\"updated_at\\\":\\\"2023-06-24 09:39:36\\\",\\\"deleted_at\\\":null},{\\\"id\\\":121495,\\\"uuid\\\":\\\"93386266-5617-4d53-9fcb-9c6d81147e87\\\",\\\"type\\\":\\\"signature\\\",\\\"status\\\":\\\"saved\\\",\\\"prescription_id\\\":63151,\\\"prescription_uuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"prescription_origin\\\":null,\\\"prescription_item_id\\\":null,\\\"signed\\\":0,\\\"signed_by\\\":null,\\\"file_name\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033_1687610374_SIGNATURE.pdf\\\",\\\"file_size\\\":null,\\\"file_hash\\\":null,\\\"keywords\\\":{\\\"prescriptionUuid\\\":\\\"1f945a44-41bf-4b8a-8f54-16826da20033\\\",\\\"uuid\\\":\\\"93386266-5617-4d53-9fcb-9c6d81147e87\\\",\\\"date\\\":\\\"24/06/2023 09:37:41\\\"},\\\"created_at\\\":\\\"2023-06-24 09:39:29\\\",\\\"updated_at\\\":\\\"2023-06-24 09:39:36\\\",\\\"deleted_at\\\":null}]},\\\"reimpressao\\\":false,\\\"sendSms\\\":true}\",\n    \"digitalUrl\": \"https://sandbox.memed.com.br/p/fmt0Wh\",\n    \"code\": \"3771\",\n    \"pdfUrls\": [\n        \"https://sandbox.api.memed.com.br/v1/prescricoes/fmt0Wh/pdf?document=37441bad-ceaf-4db5-bc17-6ba7bc3d2d75\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\",\n        \"https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject:::https://privatepdf-dev.s3.sa-east-1.amazonaws.com/Prescricao/52234c15-f698-49c0-adee-89529cb03ddb.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA4KLYUWPELDHLR47J%2F20230623%2Fsa-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230623T133510Z&X-Amz-Expires=86400&X-Amz-Signature=abae82de8dc03f25cb4cc08668a466042da527ca2e723fbaa5a4400c3beeb447&X-Amz-SignedHeaders=host&x-id=GetObject\"\n    ]\n}"}],"_postman_id":"5acef124-c19a-4180-8afa-2ccbdefaa672"}],"id":"78b6bf17-48c0-4724-8818-89a9c99cf445","_postman_id":"78b6bf17-48c0-4724-8818-89a9c99cf445","description":""},{"name":"Contratos","item":[{"name":"Realizar pré assinatura","id":"293c618a-bdb4-47f3-99f2-30fd056b81aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Holder\": {\r\n        \"Name\": \"Teste Docway\",\r\n        \"DocumentNumber\": \"14262430065\",\r\n        \"Email\": \"teste@docway.co\",\r\n        \"PhoneNumber\": \"1199999999\",\r\n        \"BirthDate\": \"1996-11-11\"\r\n    },\r\n    \"ExternalContractNumber\": \"1234567\",\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/PreSignature","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","PreSignature"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"12eea485-cd96-436d-bcde-36e1426d69bd","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Holder\": {\r\n        \"Name\": \"Teste Francisco\",\r\n        \"DocumentNumber\": \"14262430065\",\r\n        \"Email\": \"teste@docway.co\",\r\n        \"PhoneNumber\": \"1199999999\",\r\n        \"BirthDate\": \"1996-11-11\"\r\n    },\r\n    \"ExternalContractNumber\": \"1234567\",\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/PreSignature"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"holderId\": \"430d5f66-fb90-4e06-8991-8e2b15382d82\",\n    \"signatureId\": 3\n}"},{"id":"9cdf1af5-eaa3-4364-83f6-d12a74d624a5","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Holder\": {\r\n        \"Name\": \"Teste Francisco\",\r\n        \"DocumentNumber\": \"14262430065\",\r\n        \"Email\": \"teste@docway.co\",\r\n        \"PhoneNumber\": \"1199999999\",\r\n        \"BirthDate\": \"1996-11-11\"\r\n    },\r\n    \"ExternalContractNumber\": \"6549813216519842\",\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/PreSignature"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"54"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Set-Cookie","value":"ARRAffinity=15973a81d1d66835e535d1246dca40f03f643f01e3228e6b1ce93fe4b261e0e0;Path=/;HttpOnly;Secure;Domain=stage-docway-contract-api.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=15973a81d1d66835e535d1246dca40f03f643f01e3228e6b1ce93fe4b261e0e0;Path=/;HttpOnly;SameSite=None;Secure;Domain=stage-docway-contract-api.azurewebsites.net"},{"key":"Request-Context","value":"appId=cid-v1:d291f9ac-392a-4357-8cbe-d2ec610a8ad0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0PTibYwAAAABHafLf3Th/SIQC2R9Ei3cyTU5aMjIxMDYwNjExMDUzAGFkYzE5MzljLWFkMzMtNDFiMy1iMTFkLTM2YjVjN2M4ZTljYw=="},{"key":"Date","value":"Thu, 15 Dec 2022 15:07:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar o contrato.\"\n}"}],"_postman_id":"293c618a-bdb4-47f3-99f2-30fd056b81aa"},{"name":"Atualizar número de beneficiários","id":"ee7c73ea-04c3-4bce-9ade-83c0e61d7344","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Beneficiaries","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Beneficiaries"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"4eaf8e15-518e-4d9b-8763-e2940f93c333","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Beneficiaries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"0f08bf9f-5b38-4476-a584-852dcf97778a","name":"400","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Beneficiaries"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar a assinatura\"\n}"}],"_postman_id":"ee7c73ea-04c3-4bce-9ade-83c0e61d7344"},{"name":"Suspender beneficiários","id":"590921d8-ef4d-4e7d-8e43-fa55a798644f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Suspend/Beneficiaries","description":"<p>Suspende beneficiários da assinatura. No campo <code>BeneficiariesNumber</code> deve ser informado o número de beneficiários para suspensão. Caso esse número seja igual ao número de beneficiários da assinatura, ela será completamente suspensa.</p>\n","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Suspend","Beneficiaries"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"a16a9e82-a729-4d15-a87c-71b32ed8fa59","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Suspend/Beneficiaries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"d358b356-9ccb-4392-b88e-68405439b4fc","name":"400","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Suspend/Beneficiaries"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar a assinatura.\"\n}"}],"_postman_id":"590921d8-ef4d-4e7d-8e43-fa55a798644f"},{"name":"Suspender assinatura","id":"dc7ade8c-9bda-4351-8359-45f537a222b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Suspend","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Suspend"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"acd506d6-b14e-4535-b719-f8465b538e27","name":"200","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Suspend"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"576ddd6b-c764-421d-bd26-f3207f987313","name":"400","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Suspend"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar a assinatura.\"\n}"}],"_postman_id":"dc7ade8c-9bda-4351-8359-45f537a222b1"},{"name":"Cancelar assinatura","id":"72f2fa7d-fb69-47fe-9e36-996d2ea1bf70","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Cancel","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Cancel"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"025d939c-4501-4028-aaf0-d5b9c79e9d79","name":"200","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Cancel"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"214e5597-1339-4acf-ac54-c6de9c57aba1","name":"400","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Cancel"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar a assinatura.\"\n}"}],"_postman_id":"72f2fa7d-fb69-47fe-9e36-996d2ea1bf70"},{"name":"Ativar beneficiários","id":"93228e31-25cc-49da-947b-f28adb0a852d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Activate/Beneficiaries","description":"<p>Ativa beneficiários da assinatura. No campo <code>BeneficiariesNumber</code> deve ser informado o número de beneficiários para ativação. Caso esse número seja igual ao número de beneficiários da assinatura, ela será completamente ativa.</p>\n","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Activate","Beneficiaries"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"2ae5e031-b8e3-409f-8d5c-c595ec452f4c","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Activate/Beneficiaries"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"dbd4fce8-99e7-4c58-b867-4ac1a68b9d68","name":"400","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"BeneficiariesNumber\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Activate/Beneficiaries"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"O número de beneficiários para ativação não pode ser maior que o atual número de beneficiários\"\n}"}],"_postman_id":"93228e31-25cc-49da-947b-f28adb0a852d"},{"name":"Ativar assinatura","id":"a8bdd20e-54c6-49dd-837a-423c6668f888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/<SIGNATURE_ID>/Activate","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","<SIGNATURE_ID>","Activate"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"87217b09-a223-433b-9cc1-4320eee384fa","name":"200","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Activate"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"ad90a5ef-6765-40ac-8d63-2be7be2883ac","name":"400","originalRequest":{"method":"PUT","header":[],"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/25/Activate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível localizar a assinatura.\"\n}"}],"_postman_id":"a8bdd20e-54c6-49dd-837a-423c6668f888"},{"name":"Criar assinatura com dados bancários","id":"6000dcd1-6f80-4684-8ed3-182411b5dfc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ExternalContractNumber\": 123456,\r\n    \"BankData\": {\r\n        \"Bank\": \"748\",\r\n        \"Agency\": \"0101\",\r\n        \"AgencyDigit\": \"5\",\r\n        \"Account\": \"125987\"\r\n    },\r\n    \"Beneficiaries\": [\r\n        {\r\n            \"Name\": \"Teste Docway\",\r\n            \"DocumentNumber\": \"17813348036\",\r\n            \"Email\": \"teste@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1996-11-11\",\r\n            \"Gender\": \"Male\",\r\n            \"IsHolder\": true,\r\n            \"Address\": {\r\n                \"Street\": \"Avenida das Nações Unidas\",\r\n                \"StreetType\": \"Av\",\r\n                \"Number\": \"12901\",\r\n                \"Complement\": \"Andar 23, Torre Norte, Sala 103, 105, 107 e 108\",\r\n                \"Neighborhood\": \"Brooklin\",\r\n                \"Cep\": \"04578-000\",\r\n                \"City\": \"São Paulo\",\r\n                \"State\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 2\",\r\n            \"DocumentNumber\": \"15030655026\",\r\n            \"Email\": \"teste2@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1992-06-10\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false,\r\n            \"Address\": {\r\n                \"Street\": \"Avenida das Nações Unidas\",\r\n                \"StreetType\": \"Av\",\r\n                \"Number\": \"12901\",\r\n                \"Complement\": \"Andar 23, Torre Norte, Sala 103, 105, 107 e 108\",\r\n                \"Neighborhood\": \"Brooklin\",\r\n                \"Cep\": \"04578-000\",\r\n                \"City\": \"São Paulo\",\r\n                \"State\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 3\",\r\n            \"DocumentNumber\": \"30861280032\",\r\n            \"Email\": \"teste3@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"2020-09-05\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/CreateWithBankData","urlObject":{"protocol":"https","path":["stage-contract","api","external","Signatures","CreateWithBankData"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"3244facf-0c67-4914-9cbb-eafa4915ef5a","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ExternalContractNumber\": 123456,\r\n    \"BankData\": {\r\n        \"Bank\": \"748\",\r\n        \"Agency\": \"0101\",\r\n        \"AgencyDigit\": \"5\",\r\n        \"Account\": \"125987\"\r\n    },\r\n    \"Beneficiaries\": [\r\n        {\r\n            \"Name\": \"Teste Docway\",\r\n            \"DocumentNumber\": \"17813348036\",\r\n            \"Email\": \"teste@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1996-11-11\",\r\n            \"Gender\": \"Male\",\r\n            \"IsHolder\": true\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 2\",\r\n            \"DocumentNumber\": \"15030655026\",\r\n            \"Email\": \"teste2@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1992-06-10\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 3\",\r\n            \"DocumentNumber\": \"30861280032\",\r\n            \"Email\": \"teste3@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"2020-09-05\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/CreateWithBankData"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"signatureId\": 51452\n}"},{"id":"0a43bb14-a077-4624-8a0b-7dcb782848e6","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ExternalContractNumber\": 123456,\r\n    \"BankData\": {\r\n        \"Bank\": \"748\",\r\n        \"Agency\": \"0101\",\r\n        \"AgencyDigit\": \"5\",\r\n        \"Account\": \"125987\"\r\n    },\r\n    \"Beneficiaries\": [\r\n        {\r\n            \"Name\": \"Teste Docway\",\r\n            \"DocumentNumber\": \"17813348036\",\r\n            \"Email\": \"teste@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1996-11-11\",\r\n            \"Gender\": \"Male\",\r\n            \"IsHolder\": true\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 2\",\r\n            \"DocumentNumber\": \"15030655026\",\r\n            \"Email\": \"teste2@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1992-06-10\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 3\",\r\n            \"DocumentNumber\": \"30861280032\",\r\n            \"Email\": \"teste3@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"2020-09-05\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/CreateWithBankData"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possivel concluir a operação\"\n}"},{"id":"3580f6a1-ef00-4f7c-a221-f6f638e75d24","name":"Criar assinatura com dados bancários","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"ExternalContractNumber\":3918598543717315027,\r\n    \"BankData\": {\r\n        \"Bank\": \"748\",\r\n        \"Agency\": \"0101\",\r\n        \"AgencyDigit\": \"5\",\r\n        \"Account\": \"125987\"\r\n    },\r\n    \"Beneficiaries\": [\r\n        {\r\n            \"Name\": \"Teste Docway\",\r\n            \"DocumentNumber\": \"17813348036\",\r\n            \"Email\": \"teste@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1996-11-11\",\r\n            \"Gender\": \"Male\",\r\n            \"IsHolder\": true,\r\n            \"Address\": {\r\n                \"Street\": \"Avenida das Nações Unidas\",\r\n                \"StreetType\": \"Av\",\r\n                \"Number\": \"12901\",\r\n                \"Complement\": \"Andar 23, Torre Norte, Sala 103, 105, 107 e 108\",\r\n                \"Neighborhood\": \"Brooklin\",\r\n                \"Cep\": \"01234567\",\r\n                \"City\": \"São Paulo\",\r\n                \"State\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 2\",\r\n            \"DocumentNumber\": \"15030655026\",\r\n            \"Email\": \"teste2@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"1992-06-10\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false,\r\n            \"Address\": {\r\n                \"Street\": \"Avenida das Nações Unidas\",\r\n                \"StreetType\": \"Av\",\r\n                \"Number\": \"12901\",\r\n                \"Complement\": \"Andar 23, Torre Norte, Sala 103, 105, 107 e 108\",\r\n                \"Neighborhood\": \"Brooklin\",\r\n                \"Cep\": \"01234567\",\r\n                \"City\": \"São Paulo\",\r\n                \"State\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"Name\": \"Teste Docway - 3\",\r\n            \"DocumentNumber\": \"30861280032\",\r\n            \"Email\": \"teste3@docway.co\",\r\n            \"PhoneNumber\": \"1199999999\",\r\n            \"BirthDate\": \"2020-09-05\",\r\n            \"Gender\": \"Female\",\r\n            \"IsHolder\": false\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/Signatures/CreateWithBankData"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jun 2024 19:17:15 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"73"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"ARRAffinity=b9988da44036ab159e40e9884aebe36e04062236f7b94a3797cdbc1f2f51eaee;Path=/;HttpOnly;Secure;Domain=stage-docway-contract-api.azurewebsites.net"},{"key":"Set-Cookie","value":"ARRAffinitySameSite=b9988da44036ab159e40e9884aebe36e04062236f7b94a3797cdbc1f2f51eaee;Path=/;HttpOnly;SameSite=None;Secure;Domain=stage-docway-contract-api.azurewebsites.net"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"x-azure-ref","value":"20240612T191714Z-1665544d7d4tq62tehhx83bv300000000c7g0000000044rw"},{"key":"X-Cache","value":"CONFIG_NOCACHE"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Não foi possível criar a assinatura com dados bancários.\"\n}"}],"_postman_id":"6000dcd1-6f80-4684-8ed3-182411b5dfc2"},{"name":"Atualizar dados do titular","id":"6c78f9d5-118e-499b-a27a-bb843091886f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Teste Docway\",\r\n    \"DocumentNumber\": \"58328508079\",\r\n    \"Email\": \"teste@docway.co\",\r\n    \"PhoneNumber\": \"5199999999\",\r\n    \"BirthDate\": \"2000-11-11\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/People/<PERSON_ID>","description":"<p>Atualiza os dados cadastrais do titular. Caso o titular possua mais de uma assinatura, os novos dados irão<br />refletir em todas elas, pois o titular é o mesmo.</p>\n","urlObject":{"protocol":"https","path":["stage-contract","api","external","People","<PERSON_ID>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"47bb7a3d-e434-477b-bcd1-5000ac3bb2e3","name":"200","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Francicso Leonardo Schneider\",\r\n    \"DocumentNumber\": \"58328508079\",\r\n    \"Email\": \"teste@eximia.co\",\r\n    \"PhoneNumber\": \"5199999999\",\r\n    \"BirthDate\": \"2000-11-11\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/People/<PEOPLE_ID>"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"b796a61a-0aec-421d-9713-a76b6f953b01","name":"400","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Francicso Leonardo Schneider\",\r\n    \"DocumentNumber\": \"58328508079\",\r\n    \"Email\": \"teste@eximia.co\",\r\n    \"PhoneNumber\": \"5199999999\",\r\n    \"BirthDate\": \"2000-11-11\"\r\n}\r\n\r\n","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-contract/api/external/People/<PEOPLE_ID>"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"O CPF precisa ser informado.\"\n}"}],"_postman_id":"6c78f9d5-118e-499b-a27a-bb843091886f"},{"name":"Incluir dependente","id":"ecedecbb-7bdd-4eec-8739-b143f644ffb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"SignatureId\": 7718,\r\n    \"Name\": \"Teste Docway\",\r\n    \"DocumentNumber\": \"42544157020\",\r\n    \"Email\": \"teste@docway.co\",\r\n    \"PhoneNumber\": \"51999999999\",\r\n    \"DateOfBirth\": \"1996-11-11\",\r\n    \"Gender\": \"Male\"\r\n}"},"url":"https://service.docway.com.br/stage-contract/api/external/beneficiaries/dependent","urlObject":{"protocol":"https","path":["stage-contract","api","external","beneficiaries","dependent"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"ecedecbb-7bdd-4eec-8739-b143f644ffb2"}],"id":"224bdc78-1c55-4bf2-8db1-df1cbcf942c5","_postman_id":"224bdc78-1c55-4bf2-8db1-df1cbcf942c5","description":""},{"name":"Psicólogos","item":[{"name":"Recuperar temas","id":"c35423a8-7c45-42f4-a1d4-9a7554579246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/topics/<TYPE>","description":"<p>Tipos de profissionais existentes para recuperação dos temas:</p>\n<ul>\n<li><p>1 - Psicólogo;</p>\n</li>\n<li><p>2 - Médico;</p>\n</li>\n<li><p>3 - Nutricionista;</p>\n</li>\n<li><p>4 - Enfermeiro;</p>\n</li>\n<li><p>5 - Farmacêutico;</p>\n</li>\n<li><p>6 - Educação física.</p>\n</li>\n</ul>\n<p>Deve ser informado o número na URL para a recuperação dos temas referentes ao tipo desejado.</p>\n","urlObject":{"protocol":"https","path":["stage-accreditation","api","external","topics","<TYPE>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"901ec8b9-553e-418d-807b-3c069cc8925d","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/topics/<TYPE>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 38,\n        \"name\": \"Acompanhamento psicológico da gravidez, parto e puerpério\"\n    },\n    {\n        \"id\": 39,\n        \"name\": \"Acompanhamento psicológico de idosos\"\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Adaptação ao home office\"\n    }\n]"},{"id":"a44cbe9a-daba-4bf1-a8dc-48a3dc51eff3","name":"204","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/topics/<TYPE>"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c35423a8-7c45-42f4-a1d4-9a7554579246"},{"name":"Recuperar abordagens","id":"0fcc3f6a-1469-40eb-ab53-d21c14a4d3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/approaches/<TYPE>","description":"<p>Tipos de profissionais existentes para recuperação das abordagens:</p>\n<ul>\n<li><p>1 - Psicólogo;</p>\n</li>\n<li><p>2 - Médico;</p>\n</li>\n<li><p>3 - Nutricionista;</p>\n</li>\n<li><p>4 - Enfermeiro;</p>\n</li>\n<li><p>5 - Farmacêutico;</p>\n</li>\n<li><p>6 - Educação física.</p>\n</li>\n</ul>\n<p>Deve ser informado o número na URL para a recuperação das abordagens referentes ao tipo desejado.</p>\n","urlObject":{"protocol":"https","path":["stage-accreditation","api","external","approaches","<TYPE>"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"1a5d5a28-8c89-4074-bc2f-641c048d8c58","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/approaches/<TYPE>"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"name\": \"Análise do Comportamento\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Análise do Comportamento Aplicada\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Fenomenologia-Existencial\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Gestalt-Terapia\"\n    }\n]"},{"id":"94f16d2f-8782-49c9-b175-719c318d6c46","name":"204","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/approaches/<TYPE>"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0fcc3f6a-1469-40eb-ab53-d21c14a4d3ce"},{"name":"Recuperar psicólogos - paginado","id":"caf33123-b9a1-457a-9bc8-8e5ee31c18c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Page\": 1,\r\n    \"ItensPerPage\": 20,\r\n    \"FilterBy\": {\r\n        \"specialtyId\": 62\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/accreditation/api/external/psychologists/simplified/paged","description":"<p>O campo <code>FilterBy</code> não é obrigatório. Os filtros podem ser utilizados também separadamente. O <code>TopicId</code> pode ser obtido através do <a href=\"https://documentation.docway.com.br/#c35423a8-7c45-42f4-a1d4-9a7554579246\">endpoint que recupera os temas</a>. Igualmente, o <code>ApproachId</code> pode ser obtido através do <a href=\"https://documentation.docway.com.br/#0fcc3f6a-1469-40eb-ab53-d21c14a4d3ce\">endpoint que recupera as abordagens</a>.</p>\n","urlObject":{"protocol":"https","path":["accreditation","api","external","psychologists","simplified","paged"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"1dad69a6-0281-4eb1-9d52-1b8fce5fff32","name":"200","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Page\": 1,\r\n    \"ItensPerPage\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/simplified/paged"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"total\": 12,\r\n    \"items\": [\r\n        {\r\n            \"id\": \"62c278bd-0803-4d73-add4-518cd7625471\",\r\n            \"name\": \"Psico Stage Zero Cinco\",\r\n            \"email\": \"psicostage05docway@outlook.com\",\r\n            \"crp\": {\r\n                \"number\": \"68/03477\",\r\n                \"state\": \"AP\"\r\n            },\r\n            \"bio\": \"Ut felis orci, congue sit amet dapibus a, fringilla et velit. In commodo sit amet nulla eu viverra. \\nProin sit amet placerat nisl. \",\r\n            \"sex\": \"Male\",\r\n            \"photo\": \"https://docwaystage.blob.core.windows.net/professional-public/62c278bd-0803-4d73-add4-518cd7625471_20150424651651100550833144o.jpg\",\r\n            \"address\": {\r\n                \"city\": \"São Paulo\",\r\n                \"state\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"4582bd62-3c18-410c-b904-5d4224b853fe\",\r\n            \"name\": \"Psico Stage Zero UM\",\r\n            \"email\": \"psicostage01docway@outlook.com\",\r\n            \"crp\": {\r\n                \"number\": \"63/76517\",\r\n                \"state\": \"AM\"\r\n            },\r\n            \"bio\": \"Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. \\nVivamus in sollicitudin nisl.\",\r\n            \"sex\": \"Male\",\r\n            \"photo\": \"https://docwaystage.blob.core.windows.net/professional-public/4582bd62-3c18-410c-b904-5d4224b8asd165a1sd53fe_Screenshot_1.jpg\",\r\n            \"address\": {\r\n                \"city\": \"São Paulo\",\r\n                \"state\": \"SP\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"2c3f47ab-cb51-4df8-a53e-d80fc6b29eab\",\r\n            \"name\": \"Victor Souza Stage Call\",\r\n            \"email\": \"victorstagestagecall@tuamaeaquelaursa.com\",\r\n            \"crp\": {\r\n                \"number\": \"10/2847311111\",\r\n                \"state\": \"CE\"\r\n            },\r\n            \"bio\": \"lorem lorem lorem \",\r\n            \"sex\": \"Male\",\r\n            \"photo\": null,\r\n            \"address\": {\r\n                \"city\": \"Juiz de Fora\",\r\n                \"state\": \"MG\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"90faa4b2-273f-4691-8003-7761e3f839e4\",\r\n            \"name\": \"Ricardo Lucas\",\r\n            \"email\": \"rlrlrlrl@tuamaeaquelaursa.com\",\r\n            \"crp\": {\r\n                \"number\": \"79/59977\",\r\n                \"state\": \"BA\"\r\n            },\r\n            \"bio\": \"ametametametametametametametametamet\",\r\n            \"sex\": \"Male\",\r\n            \"photo\": null,\r\n            \"address\": {\r\n                \"city\": \"Juiz de Fora\",\r\n                \"state\": \"Minas Gerais\"\r\n            }\r\n        },\r\n        {\r\n            \"id\": \"e177b5c5-e080-403f-b461-3f7fe785145a\",\r\n            \"name\": \"Psico Stage Zero TRES\",\r\n            \"email\": \"psicostage03docway@outlook.com\",\r\n            \"crp\": {\r\n                \"number\": \"53/63349\",\r\n                \"state\": \"AM\"\r\n            },\r\n            \"bio\": \"In facilisis leo id ex dapibus tempus. Donec vitae rhoncus purus. \",\r\n            \"sex\": \"Female\",\r\n            \"photo\": \"https://docwaystage.blob.core.windows.net/professional-public/e177b5c5-e080-403f-b461-3f7fe7as54d5a4s1d85145a_asfgagdfha.jpg\",\r\n            \"address\": {\r\n                \"city\": \"São Paulo\",\r\n                \"state\": \"SP\"\r\n            }\r\n        }\r\n    ]\r\n}"},{"id":"368d7a39-7d3a-41e6-b353-7e308d057915","name":"204","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Page\": 1,\r\n    \"ItensPerPage\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/simplified/paged"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"4fcb77c9-8b58-4229-9040-6ab8da8ab3c1","name":"400","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Page\": 1,\r\n    \"ItensPerPage\": 10\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/simplified/paged"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Error\": \"Limite de 20 psicólogos por consulta excedido.\"\r\n}"}],"_postman_id":"caf33123-b9a1-457a-9bc8-8e5ee31c18c7"},{"name":"Recuperar detalhes do psicólogo","id":"c31d4247-132d-412d-bbb5-72a2509043d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/<PSYCHOLOGIST_ID>/detailed","urlObject":{"protocol":"https","path":["stage-accreditation","api","external","psychologists","<PSYCHOLOGIST_ID>","detailed"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"335ade48-ecbb-41e7-a659-b87f1a009463","name":"200","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/<PSYCHOLOGIST_ID>/detailed"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"id\": \"887a01ca-bec6-4c62-b94d-ac37c19963d9\",\r\n    \"name\": \"Psico Stage Zero DOIS\",\r\n    \"email\": \"psicostage02docway@outlook.com\",\r\n    \"crp\": {\r\n        \"number\": \"17/45877\",\r\n        \"state\": \"AL\"\r\n    },\r\n    \"bio\": \"In facilisis leo id ex dapibus tempus. Donec vitae rhoncus purus. \",\r\n    \"sex\": \"Male\",\r\n    \"photo\": \"https://docwaystage.blob.core.windows.net/professional-public/887a01ca-bec6-4c62-asd451a54s1d5a4s1dab94d-ac37c19963d9_fqfqfgq.jpg\",\r\n    \"address\": null,\r\n    \"topics\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Procrastinação\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Transtornos de humor\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"Depressão\"\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"Ansiedade\"\r\n        },\r\n        {\r\n            \"id\": 5,\r\n            \"name\": \"Medos e Fobias\"\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"name\": \"Dependência Química\"\r\n        },\r\n        {\r\n            \"id\": 7,\r\n            \"name\": \"Compulsões\"\r\n        },\r\n        {\r\n            \"id\": 8,\r\n            \"name\": \"Cirurgia bariátrica\"\r\n        },\r\n        {\r\n            \"id\": 9,\r\n            \"name\": \"Avaliação para laqueadura/vasectomia\"\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"name\": \"Morte e luto\"\r\n        },\r\n        {\r\n            \"id\": 11,\r\n            \"name\": \"Dor\"\r\n        },\r\n        {\r\n            \"id\": 12,\r\n            \"name\": \"Psicologia oncológica\"\r\n        },\r\n        {\r\n            \"id\": 13,\r\n            \"name\": \"Emagrecimento\"\r\n        },\r\n        {\r\n            \"id\": 14,\r\n            \"name\": \"Comportamento alimentar\"\r\n        },\r\n        {\r\n            \"id\": 15,\r\n            \"name\": \"Transtornos alimentares\"\r\n        },\r\n        {\r\n            \"id\": 16,\r\n            \"name\": \"Gestação\"\r\n        },\r\n        {\r\n            \"id\": 17,\r\n            \"name\": \"Maternidade\"\r\n        },\r\n        {\r\n            \"id\": 18,\r\n            \"name\": \"Estresse\"\r\n        },\r\n        {\r\n            \"id\": 19,\r\n            \"name\": \"TDAH (Transtorno de Déficit de Atenção e Hiperatividade)\"\r\n        },\r\n        {\r\n            \"id\": 20,\r\n            \"name\": \"LGBTQIA+\"\r\n        },\r\n        {\r\n            \"id\": 21,\r\n            \"name\": \"Burnout\"\r\n        },\r\n        {\r\n            \"id\": 22,\r\n            \"name\": \"Autoestima\"\r\n        },\r\n        {\r\n            \"id\": 23,\r\n            \"name\": \"Autoconhecimento\"\r\n        },\r\n        {\r\n            \"id\": 24,\r\n            \"name\": \"Orientação vocacional\"\r\n        },\r\n        {\r\n            \"id\": 25,\r\n            \"name\": \"Transição de carreira\"\r\n        },\r\n        {\r\n            \"id\": 26,\r\n            \"name\": \"Inteligência emocional\"\r\n        },\r\n        {\r\n            \"id\": 27,\r\n            \"name\": \"Esporte\"\r\n        },\r\n        {\r\n            \"id\": 28,\r\n            \"name\": \"Relacionamentos conjugais\"\r\n        },\r\n        {\r\n            \"id\": 29,\r\n            \"name\": \"Relações/ conflitos familiares\"\r\n        },\r\n        {\r\n            \"id\": 30,\r\n            \"name\": \"Relações/ conflitos profissionais\"\r\n        },\r\n        {\r\n            \"id\": 31,\r\n            \"name\": \"Relacionamento interpessoal\"\r\n        },\r\n        {\r\n            \"id\": 32,\r\n            \"name\": \"Transtornos do sono\"\r\n        },\r\n        {\r\n            \"id\": 33,\r\n            \"name\": \"Timidez\"\r\n        },\r\n        {\r\n            \"id\": 34,\r\n            \"name\": \"Obsessões\"\r\n        },\r\n        {\r\n            \"id\": 35,\r\n            \"name\": \"Violência sexual\"\r\n        },\r\n        {\r\n            \"id\": 36,\r\n            \"name\": \"Violência doméstica\"\r\n        },\r\n        {\r\n            \"id\": 37,\r\n            \"name\": \"Transtornos de personalidade\"\r\n        }\r\n    ],\r\n    \"approaches\": [\r\n        {\r\n            \"id\": 1,\r\n            \"name\": \"Terapia Cognitivo-Comportamental\"\r\n        },\r\n        {\r\n            \"id\": 2,\r\n            \"name\": \"Análise do Comportamento\"\r\n        },\r\n        {\r\n            \"id\": 3,\r\n            \"name\": \"Análise do Comportamento Aplicada\"\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"name\": \"Psicanálise\"\r\n        },\r\n        {\r\n            \"id\": 5,\r\n            \"name\": \"Gestalt-Terapia\"\r\n        },\r\n        {\r\n            \"id\": 6,\r\n            \"name\": \"Humanismo\"\r\n        },\r\n        {\r\n            \"id\": 7,\r\n            \"name\": \"Fenomenologia-Existencial\"\r\n        },\r\n        {\r\n            \"id\": 8,\r\n            \"name\": \"Sistêmica-Familiar\"\r\n        },\r\n        {\r\n            \"id\": 9,\r\n            \"name\": \"Psicodrama\"\r\n        },\r\n        {\r\n            \"id\": 10,\r\n            \"name\": \"Logoterapia\"\r\n        },\r\n        {\r\n            \"id\": 11,\r\n            \"name\": \"Psicologia Positiva\"\r\n        },\r\n        {\r\n            \"id\": 12,\r\n            \"name\": \"Outras\"\r\n        }\r\n    ]\r\n}"},{"id":"0f314502-94a9-41b6-b846-d2b8235ba5c3","name":"204","originalRequest":{"method":"GET","header":[],"url":"https://service.docway.com.br/stage-accreditation/api/external/psychologists/<PSYCHOLOGIST_ID>/detailed"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"c31d4247-132d-412d-bbb5-72a2509043d8"},{"name":"Recuperar a disponibilidade do psicólogo","id":"3c48b29f-7aa5-48b9-a907-f5d6a3e3df75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://service.docway.com.br/legacy/api/external/v1/availabilities/professional/00f640d2-80a8-4753-aff5-88639c15f93d?specialtyId=62","description":"<p>O valor do query param <code>specialtyId</code> deve ser consultado com a Docway.</p>\n","urlObject":{"protocol":"https","path":["legacy","api","external","v1","availabilities","professional","00f640d2-80a8-4753-aff5-88639c15f93d"],"host":["service","docway","com","br"],"query":[{"key":"specialtyId","value":"62"}],"variable":[]}},"response":[{"id":"92667688-eb0c-4138-9e7a-5431a60f690c","name":"200","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-legacy/api/external/v1/availabilities/professional/<PSYCHOLOGIST_ID>?specialtyId=<SPECIALTY_ID>","protocol":"https","host":["service","docway","com","br"],"path":["stage-legacy","api","external","v1","availabilities","professional","<PSYCHOLOGIST_ID>"],"query":[{"key":"specialtyId","value":"<SPECIALTY_ID>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    \"2024-07-12T09:15:00\",\n    \"2024-07-12T10:45:00\",\n    \"2024-07-22T20:30:00\"\n]"},{"id":"e0ec2b9f-40bb-4b4a-9cfb-fc437c1da4fe","name":"204","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-legacy/api/external/v1/availabilities/professional/<PSYCHOLOGIST_ID>?specialtyId=<SPECIALTY_ID>","protocol":"https","host":["service","docway","com","br"],"path":["stage-legacy","api","external","v1","availabilities","professional","<PSYCHOLOGIST_ID>"],"query":[{"key":"specialtyId","value":"<SPECIALTY_ID>"}]}},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"386c7e13-44b4-441f-a33f-8b1ab68b7da0","name":"400","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://service.docway.com.br/stage-legacy/api/external/v1/availabilities/professional/<PSYCHOLOGIST_ID>?specialtyId=<SPECIALTY_ID>","protocol":"https","host":["service","docway","com","br"],"path":["stage-legacy","api","external","v1","availabilities","professional","<PSYCHOLOGIST_ID>"],"query":[{"key":"specialtyId","value":"<SPECIALTY_ID>"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Error\": \"Especialidade não informada.\"\r\n}"}],"_postman_id":"3c48b29f-7aa5-48b9-a907-f5d6a3e3df75"},{"name":"Solicitar agendamento de psicologia","id":"7b810827-a1e3-4c41-b848-ca0adfd1ea14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"dateAppointment\": \"2024-07-18T10:00:00\",\r\n    \"buyerId\": \"<PATIENT_ID>\",\r\n    \"PartnerId\": <PARTNER_ID>, // Consultar com a Docway\r\n    \"sellerId\": \"7212cd3b-41d5-4779-b626-7bb2bffa32ea\",\r\n    \"specialty\": {\r\n        \"id\": 62\r\n    },\r\n    \"address\": {\r\n        \"street\": \"<PATIENT_ADDRESS_STREET>\",\r\n        \"number\": \"<PATIENT_ADDRESS_NUMBER>\",\r\n        \"state\": \"<PATIENT_ADDRESS_STATE>\",\r\n        \"city\": \"<PATIENT_ADDRESS_CITY>\",\r\n        \"cep\": \"<PATIENT_ADDRESS_CEP>\",\r\n        \"neighborhood\": \"<PATIENT_ADDRESS_NEIGHBORHOOD>\",\r\n        \"country\": \"<PATIENT_ADDRESS_COUNTRY>\"\r\n    },\r\n    \"type\": 6,\r\n    \"contactNumber\": \"+55119999999\",\r\n    \"contactEmail\":\"teste.docway@docway.co\",\r\n    \"reason\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur accumsan purus ut porttitor rhoncu\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://service.docway.com.br/stage-appointment/api/patients/<PATIENT_ID>/Appointments","urlObject":{"protocol":"https","path":["stage-appointment","api","patients","<PATIENT_ID>","Appointments"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[],"_postman_id":"7b810827-a1e3-4c41-b848-ca0adfd1ea14"}],"id":"ae477ad8-15d2-445f-a61b-9f03b500e6b8","_postman_id":"ae477ad8-15d2-445f-a61b-9f03b500e6b8","description":""},{"name":"Úteis","item":[{"name":"Asset - Consultar Sintomas","id":"91ba53e6-7dac-450b-ab66-bd93f866cd1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-asset/api/symptoms","urlObject":{"protocol":"https","path":["stage-asset","api","symptoms"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"2ed600f5-ae93-4271-9905-1c4bf52caead","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-asset/api/symptoms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';img-src data: https:;object-src 'none'; script-src  https://fonts.googleapis.com/* 'self' 'unsafe-inline';style-src  https://fonts.googleapis.com/* 'self' 'unsafe-inline'; upgrade-insecure-requests; font-src  https://fonts.googleapis.com/*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"02427YQAAAAAsYd/VEwaFSJbT413ABuOaUklPMDNFREdFMDcyMQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 19:04:58 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Febre\"\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Dor de garganta\"\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Dor de cabeça\"\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Dores abdominais\"\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Tosse\"\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Dificuldade de respiração\"\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Vômito \"\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Diarreia\"\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Obstipação\"\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Dores no corpo\"\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Perda de apetite\"\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Tontura\"\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Dores nas articulações\"\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Manchas/Erupções na pele\"\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Vermelhidão na pele\"\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Palidez\"\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Dor de ouvido\"\n    },\n    {\n        \"id\": 22,\n        \"name\": \"Dor no peito\"\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Choro/Irritabilidade\"\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Outros\"\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Rinite\"\n    },\n    {\n        \"id\": 50,\n        \"name\": \"Sinusite\"\n    },\n    {\n        \"id\": 51,\n        \"name\": \"Cãibras\"\n    },\n    {\n        \"id\": 52,\n        \"name\": \"Formigamento\"\n    },\n    {\n        \"id\": 53,\n        \"name\": \"Dores GástricasAzia\"\n    },\n    {\n        \"id\": 54,\n        \"name\": \"Inchaço\"\n    },\n    {\n        \"id\": 55,\n        \"name\": \"Sangramentos\"\n    },\n    {\n        \"id\": 56,\n        \"name\": \"Alterações de Pressão Arterial\"\n    },\n    {\n        \"id\": 57,\n        \"name\": \"Alterações Intestinais\"\n    },\n    {\n        \"id\": 58,\n        \"name\": \"Alteração Genitais e Urinarias\"\n    },\n    {\n        \"id\": 59,\n        \"name\": \"Dificuldade de mobilidade\"\n    },\n    {\n        \"id\": 60,\n        \"name\": \"Medo de Internação\"\n    },\n    {\n        \"id\": 61,\n        \"name\": \"Constipação\"\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Mal-Estar\"\n    },\n    {\n        \"id\": 63,\n        \"name\": \"Insônia\"\n    },\n    {\n        \"id\": 64,\n        \"name\": \"Diarreia/Vômito\"\n    },\n    {\n        \"id\": 65,\n        \"name\": \"Retenção urinária\"\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Fraqueza\"\n    },\n    {\n        \"id\": 67,\n        \"name\": \"Diabetes \\\"alta\\\"\"\n    },\n    {\n        \"id\": 68,\n        \"name\": \"Esquecimento\"\n    },\n    {\n        \"id\": 69,\n        \"name\": \"Resfriado/Gripe\"\n    },\n    {\n        \"id\": 70,\n        \"name\": \"Diminuição da visão\"\n    },\n    {\n        \"id\": 71,\n        \"name\": \"Zumbido\"\n    },\n    {\n        \"id\": 72,\n        \"name\": \"Alteração de humor\"\n    },\n    {\n        \"id\": 73,\n        \"name\": \"Confusão mental (Apatia/Agitação)\"\n    },\n    {\n        \"id\": 74,\n        \"name\": \"Assintomático\"\n    },\n    {\n        \"id\": 75,\n        \"name\": \"Sem Sintomas\"\n    },\n    {\n        \"id\": 76,\n        \"name\": \"Dúvidas\"\n    },\n    {\n        \"id\": 77,\n        \"name\": \"Cefaléia\"\n    },\n    {\n        \"id\": 78,\n        \"name\": \"Cefaléia\"\n    },\n    {\n        \"id\": 79\n    },\n    {\n        \"id\": 80\n    },\n    {\n        \"id\": 81\n    },\n    {\n        \"id\": 82\n    },\n    {\n        \"id\": 83\n    },\n    {\n        \"id\": 84\n    },\n    {\n        \"id\": 85\n    },\n    {\n        \"id\": 86\n    },\n    {\n        \"id\": 87\n    },\n    {\n        \"id\": 88\n    },\n    {\n        \"id\": 89\n    },\n    {\n        \"id\": 90\n    },\n    {\n        \"id\": 91\n    },\n    {\n        \"id\": 92\n    }\n]"}],"_postman_id":"91ba53e6-7dac-450b-ab66-bd93f866cd1b"},{"name":"Asset - Consultar Especialidades","id":"d03b28d2-1b5d-4ecd-8f73-24fc66d61b27","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-asset/api/specialities","urlObject":{"protocol":"https","path":["stage-asset","api","specialities"],"host":["service","docway","com","br"],"query":[],"variable":[]}},"response":[{"id":"f89b77c0-f9ca-4d08-8f2d-126ad4266a69","name":"200","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer <TOKEN>"}],"url":"https://service.docway.com.br/stage-asset/api/specialities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Request-Context","value":"appId=cid-v1:f787aca8-752d-4933-99d5-1bd91ebe0d89"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Content-Security-Policy","value":"default-src 'self';img-src data: https:;object-src 'none'; script-src  https://fonts.googleapis.com/* 'self' 'unsafe-inline';style-src  https://fonts.googleapis.com/* 'self' 'unsafe-inline'; upgrade-insecure-requests; font-src  https://fonts.googleapis.com/*"},{"key":"Strict-Transport-Security","value":"max-age=31536000"},{"key":"X-Cache","value":"CONFIG_NOCACHE"},{"key":"X-Azure-Ref","value":"0/o27YQAAAACFQkNTr+IVRJc6VQ2UdzfKUklPMDNFREdFMDcyMQBhZGMxOTM5Yy1hZDMzLTQxYjMtYjExZC0zNmI1YzdjOGU5Y2M="},{"key":"Date","value":"Thu, 16 Dec 2021 19:05:33 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"name\": \"Clínico Geral\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 2,\n        \"name\": \"Pediatria\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 3,\n        \"name\": \"Medicina de Família\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 4,\n        \"name\": \"Cardiologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 5,\n        \"name\": \"Ortopedia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 6,\n        \"name\": \"Psiquiatria\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 7,\n        \"name\": \"Homeopatia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 8,\n        \"name\": \"Dermatologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 9,\n        \"name\": \"Neurologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 10,\n        \"name\": \"Oftalmologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 11,\n        \"name\": \"Nutrologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 12,\n        \"name\": \"Gastroenterologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 13,\n        \"name\": \"Endocrinologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 14,\n        \"name\": \"Reumatologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 15,\n        \"name\": \"Pneumologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 16,\n        \"name\": \"Otorrinolaringologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 17,\n        \"name\": \"Coloproctologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 18,\n        \"name\": \"Oncologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 19,\n        \"name\": \"Hematologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 20,\n        \"name\": \"Nefrologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 21,\n        \"name\": \"Neurocirurgia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 22,\n        \"name\": \"Cirurgia Geral\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 23,\n        \"name\": \"Cirurgião Plástico\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 24,\n        \"name\": \"Radiologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 25,\n        \"name\": \"Ginecologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 26,\n        \"name\": \"Endocrinologia Pediátrica \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 27,\n        \"name\": \"Infectologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 28,\n        \"name\": \"Urologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 29,\n        \"name\": \"Anestesiologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 30,\n        \"name\": \"Cirurgia Vascular\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 31,\n        \"name\": \"Angiologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 32,\n        \"name\": \"Cirurgia Plástica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 33,\n        \"name\": \"Acupuntura \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 34,\n        \"name\": \"Geriatria\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 35,\n        \"name\": \"Gerontologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 36,\n        \"name\": \"Gastroenterologia Pedriátrica \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 37,\n        \"name\": \"Cirurgia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 38,\n        \"name\": \"Cirurgia Oncológica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 39,\n        \"name\": \"Alergia e Imunologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 40,\n        \"name\": \"Obstetrícia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 41,\n        \"name\": \"Medicina Preventiva e Social\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 42,\n        \"name\": \"Cirurgia de Cabeça e Pescoço\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 43,\n        \"name\": \"Ultrassonografia Geral\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 44,\n        \"name\": \"Medicina do Trabalho\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 45,\n        \"name\": \"Medicina da Dor\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 46,\n        \"name\": \"Medicina Nuclear\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 47,\n        \"name\": \"Cirurgia Cardiovascular\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 48,\n        \"name\": \"Cirurgia Torácica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 49,\n        \"name\": \"Medicina Esportiva\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 50,\n        \"name\": \"Educador(a) - Medtronic\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 51,\n        \"name\": \"Fisiatria\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 52,\n        \"name\": \"Medicina Aeroespacial\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 53,\n        \"name\": \"Enfermagem \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 54,\n        \"name\": \"Nutrição \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 55,\n        \"name\": \"Farmacêutico \",\n        \"enabled\": false\n    },\n    {\n        \"id\": 56,\n        \"name\": \"Fisioterapia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 57,\n        \"name\": \"Fonoaudiologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 58,\n        \"name\": \"Hematologia Benigna\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 59,\n        \"name\": \"Hematologia Benigna Pediátrica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 60,\n        \"name\": \"Nefrologia Pediátrica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 61,\n        \"name\": \"Neurologia Pediátrica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 62,\n        \"name\": \"Psicologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 63,\n        \"name\": \"Psicologia Pediátrica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 64,\n        \"name\": \"Nutrição Pediátrica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 65,\n        \"name\": \"Clínica Médica\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 66,\n        \"name\": \"Cirurgia do Aparelho Digestivo\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 67,\n        \"name\": \"Medicina de Emergência\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 68,\n        \"name\": \"Psicossomática\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 96,\n        \"name\": \"Cirurgia de mão\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 97,\n        \"name\": \"Mastologia\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 98,\n        \"name\": \"Cardiologia pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 99,\n        \"name\": \"Cirurgia Buco Maxilo\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 100,\n        \"name\": \"Genética Clínica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 101,\n        \"name\": \"Hemodinâmica / Cardiologia Intervencionista\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 102,\n        \"name\": \"Cirurgia Bariátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 103,\n        \"name\": \"Cirurgia Crânio Maxilo Facial\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 104,\n        \"name\": \"Cirurgia de Coluna\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 105,\n        \"name\": \"Hemoterapia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 106,\n        \"name\": \"Medicina de Adolescente\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 107,\n        \"name\": \"Medicina do Sono\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 108,\n        \"name\": \"Medicina Fetal\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 109,\n        \"name\": \"Neonatologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 110,\n        \"name\": \"Nutrologia pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 111,\n        \"name\": \"Oncologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 112,\n        \"name\": \"Reumatologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 113,\n        \"name\": \"Urologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 114,\n        \"name\": \"Angiorradiologia e Cirurgia Endovascular\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 115,\n        \"name\": \"Hemodinâmica / Cardio Intervencionista\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 116,\n        \"name\": \"Alergia e Imunologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 117,\n        \"name\": \"Cardiologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 118,\n        \"name\": \"Infectologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 119,\n        \"name\": \"Ortopedia pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 120,\n        \"name\": \"Pneumologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 121,\n        \"name\": \"Ortopedia Ombro\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 122,\n        \"name\": \"Ortopedia Joelho\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 123,\n        \"name\": \"Ortopedia Quadril\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 124,\n        \"name\": \"Hepatologia\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 125,\n        \"name\": \"Hepatologia Pediátrica\",\n        \"enabled\": false\n    },\n    {\n        \"id\": 126,\n        \"name\": \"Psiquiatria Infantil e de Adolescente\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 127,\n        \"name\": \"Pediatria Eletiva\",\n        \"enabled\": true\n    },\n    {\n        \"id\": 128,\n        \"name\": \"Clínica Médica Eletiva\",\n        \"enabled\": true\n    }\n]"}],"_postman_id":"d03b28d2-1b5d-4ecd-8f73-24fc66d61b27"}],"id":"666bd66c-afc6-42b8-9250-4370a99b9948","_postman_id":"666bd66c-afc6-42b8-9250-4370a99b9948","description":""}],"variable":[{"key":"signatureId","value":"25"},{"key":"peopleId","value":"822DD643-CA09-4FE9-8B56-51E8EDDC8ACC"}]}