{
  "info": {
    "_postman_id": "696d03fc-35bf-48ff-a94d-3746280ae62c",
    "name": "TSI",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "51975988",
    "_collection_link": "https://go.postman.co/collection/51975988-696d03fc-35bf-48ff-a94d-3746280ae62c?source=collection_link"
  },
  "item": [
    {
      "name": "Raiz",
      "item": [
        {
          "name": "Sequence-Hospital",
          "item": [
            {
              "name": "1.1 - Employee registration",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"companyCode\": 1,\n    \"name\": \"Teste Funcionario Teste Funcionario Teste Funcionario Teste Funcionario\",\n    \"registration\": 999999,\n    \"type\": 1\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "employee",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "employee",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "employee",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "employee",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "employee",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "employee",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.1.1 - Work leave registration",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"companyId\": 1,\n    \"leaveDate\": \"10/02/2020\",\n    \"leaveTime\": \"15:30\",\n    \"registrationNumber\": 99999999,\n    \"returnDate\": \"10/02/2020\",\n    \"returnTime\": \"15:30\",\n    \"status\": 1,\n    \"type\": 1\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "absence",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "absence",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "absence",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "absence",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "absence",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "absence",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2 - Cost center registration - It is necessary to have registered the company with Code 105",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "// It is necessary to have registered the company with Code 105\n[\n  {\n    \"costCenterCode\": 1,\n    \"costCenterName\": \"Custo 1\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "cost-center",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "cost-center",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "cost-center",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "cost-center",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "cost-center",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "cost-center",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2.1 - Cost center history",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"company\": 1,\n    \"costCenterCode\": 1,\n    \"enrollment\": 99999999\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "historic-center-cost",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-center-cost",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-center-cost",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-center-cost",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-center-cost",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-center-cost",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.3 - Position registration",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"positionCode\": \"1\",\n    \"positionTitle\": \"Dev\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "position",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "position",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.3.1 - Job history",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"company\": 1,\n    \"enrollment\": 99999999,\n    \"jobCode\": \"1\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "historic-position",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-position",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "historic-position",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4 - Visit Type Registration",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"description\": \"Type Visit 1\",\n    \"visitDuration\": 1\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "type-visit",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "type-visit",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "type-visit",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "type-visit",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "type-visit",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "type-visit",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4.1 - Visitor Registration",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"code\": 0,\n    \"documentNumber\": \"99911192212\",\n    \"documentType\": 2,\n    \"pne\": \"S\",\n    \"visitorName\": \"Test\",\n    \"phone\": \"12332123\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "visitor",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4.1 - Visitor Registration (V2 with Observation for Visit)",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n    {\n        \"code\": 12346,\n        \"documentType\": 1,\n        \"documentNumber\": \"1234567890012\",\n        \"visitorName\": \"João da Silva 2\",\n        \"phone\": \"5511987654321\",\n        \"email\": \"joao.silva@example.com\",\n        \"pne\": \"N\",\n        \"observation\": \"Visitante frequente, sempre acompanha o Sr. Carlos. Alergia a látex. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n    },\n    {\n        \"code\": 12345,\n        \"documentType\": 1,\n        \"documentNumber\": \"12345678900\",\n        \"visitorName\": \"João da Silva\",\n        \"phone\": \"5511987654321\",\n        \"photo\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\",\n        \"photoType\": 1,\n        \"email\": \"joao.silva@example.com\",\n        \"observation\": \"Visitante frequente, sempre acompanha o Sr. Carlos. Alergia a látex. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\",\n        \"pne\": \"N\"\n    }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "visitor",
                    "v002"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v002"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v002"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v002"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v002"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor",
                        "v002"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4.2 - Visitor Entrance",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\r\n  {\r\n    \"badge\": 0,\r\n    \"code\": 20041,\r\n    \"entryDate\": \"11/10/2020\",\r\n    \"entryTime\": \"10:40:00\",\r\n    \"permission\": 1,\r\n    \"visitType\": 1\r\n  }\r\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "visitor-entrance",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4.2 - Visitor Entrance (V2 with Observation)",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n    {\n  \"code\": 20056,\n  \"badge\": 987,\n  \"entryDate\": \"26/10/2023\",\n  \"entryTime\": \"11:00\",\n  \"visitType\": 3,\n  \"exitDate\": \"26/10/2023\",\n  \"exitTime\": \"12:15\",\n  \"permission\": 2,\n  \"observation\": \"Acompanhante do paciente Maria. Necessita cadeira de rodas.ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n},\n    {\n        \"code\": 20055,\n        \"badge\": 987,\n        \"entryDate\": \"26/10/2023\",\n        \"entryTime\": \"11:00\",\n        \"visitType\": 3,\n        \"exitDate\": \"26/10/2023\",\n        \"exitTime\": \"12:15\",\n        \"permission\": 1,\n        \"observation\": \"Acompanhante do paciente Maria. Necessita cadeira de rodas.ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n    }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "hospital",
                    "visitor-entrance",
                    "v002"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v002"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v002"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v002"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v002"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "hospital",
                        "visitor-entrance",
                        "v002"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            }
          ],
          "description": "Sequence of use of Hospital APIs, pay attention to observations and descriptions in the APIs in the Suricato.Integra/Hospital folder",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ]
        },
        {
          "name": "Sequence-Educacional",
          "item": [
            {
              "name": "1.1 - API Colab/Resp/Aluno",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n    {\n        \"codiFilial\": \"1\",\n        \"nome\": \"Teste Responsavel 321 Teste Responsavel 321 Teste Responsavel 321\",\n        \"codigo\": 321123123,\n        \"situacao\": 0,\n        \"tipoCada\": \"R\"\n    }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "educacional",
                    "colaborador",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.1.1 - API Aluno-Responsavel",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"codigo\": 321123,\n    \"ra\": 321123,\n    \"tipoCada\": \"R\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "educacional",
                    "aluno-responsavel",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "aluno-responsavel",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "aluno-responsavel",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "aluno-responsavel",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "aluno-responsavel",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "aluno-responsavel",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2 - API veículo",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"placa\": \"PLA1C42\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "educacional",
                    "veiculo",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2.1 - API responsável/motorista-veículo",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"ativo\": \"S\",\n    \"codigo\": 321123,\n    \"placa\": \"PLA1C42\"\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "educacional",
                    "colaborador-veiculo",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador-veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador-veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador-veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador-veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                      "options": {
                        "raw": {
                          "language": "text"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "educacional",
                        "colaborador-veiculo",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            }
          ],
          "description": "Sequencia de uso das APIs do Educacional , se atentar para observações e descrições nas apis na pasta Suricato.Integra/Educacional",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ]
        },
        {
          "name": "Sequence-Terceiro",
          "item": [
            {
              "name": "1.1 - API responsável por inserir/atualizar terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cpf\": \"998855443323\",\n  \"dataAdmissao\": \"08/03/2024\",\n  \"empresaCnpj\": \"49197360000114\",\n  \"matricula\": 3034,\n  \"nome\": \"Teste TerceiroTeste TerceiroTeste TerceiroTeste Terceiro\",\n  \"tipoColaborador\": 1,\n  \"tipoContrato\": 1,\n  \"tipoSituacao\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "terceiro",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "terceiro",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "terceiro",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "terceiro",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "terceiro",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "terceiro",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2 - API responsável por realizar pré cadastro de crachá",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"numeroCracha\": 998855443323,\n  \"tipoCracha\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "pre-cadastro-cracha",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "pre-cadastro-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "pre-cadastro-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "pre-cadastro-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "pre-cadastro-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "pre-cadastro-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.2.1 - API responsável por listar os crachás cadastrados que estão liberados para uso",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "crachas-liberados",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "crachas-liberados",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "crachas-liberados",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "crachas-liberados",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "crachas-liberados",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "crachas-liberados",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.3 - API responsável adicionar terceiro a grupos de acesso V001",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"49197360000114\",\n  \"grupoDeAcesso\": 1,\n  \"matricula\": 3034,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "grupo-acesso",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.3 - API responsável adicionar terceiro a grupos de acesso V002",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"49197360000114\",\n  \"grupoDeAcesso\": 2,\n  \"grupoDeAcessoDomingo\": 2,\n  \"grupoDeAcessoFeriado\": 2,\n  \"grupoDeAcessoSabado\": 2,\n  \"grupoDeAcessoVisitante\": 2,\n  \"matricula\": 3034,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "grupo-acesso",
                    "v002"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v002"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v002"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v002"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v002"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "grupo-acesso",
                        "v002"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.4 - API responsável por remover terceiro dos grupos de acesso",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"999999999\",\n  \"matricula\": 31150395\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "bloquear-grupo-acesso",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolor\",\n  \"matricula\": 31150395\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolor\",\n  \"matricula\": 31150395\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolor\",\n  \"matricula\": 31150395\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolor\",\n  \"matricula\": 31150395\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolor\",\n  \"matricula\": 31150395\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.5 - API responsável por adicionar terceiro terceiro no histórico de crachá",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cracha\": 998855443323,\n  \"dataHoraInicio\": \"03/08/2023 00:00\",\n  \"empresaCnpj\": \"49197360000114\",\n  \"matricula\": 3034\n}\n",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "adicionar-historico-cracha",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.6 - API responsável por adiconar múltiplos grupos de acesso de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"9999999999\",\n  \"grupoDeAcesso\": [\n    0\n  ],\n  \"grupoDeAcessoDomingo\": [\n    0\n  ],\n  \"grupoDeAcessoFeriado\": [\n    0\n  ],\n  \"grupoDeAcessoSabado\": [\n    0\n  ],\n  \"grupoDeAcessoVisitante\": [\n    0\n  ],\n  \"matricula\": 0,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "multiplos-grupos-acesso",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.7 - API responsável por adicionar terceiro a grupos de acesso restrito",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"49197360000114\",\n  \"dataHoraInicial\": \"03/08/2023 00:00\",\n  \"gruposDeAcesso\": [\n    1\n  ],\n  \"matricula\": 3034\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "adicionar-area-restrita",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "adicionar-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.8 - API responsável por remover terceiro dos grupos de acesso",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"49197360000114\",\n  \"matricula\": 3034\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "bloquear-grupo-acesso",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-grupo-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.9 - API responsável por listar tipos de afastamento de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "tipos-afastamento",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "tipos-afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "tipos-afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "tipos-afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "tipos-afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.10 - API responsável por criar um afastamento de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"codigoSituacao\": 3,\n  \"dataFinal\": \"10/10/2010 12:00\",\n  \"dataInicio\": \"10/10/2010 12:00\",\n  \"empresaCnpj\": \"9999999999999\",\n  \"matricula\": 9999999999\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "afastamento",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "afastamento",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.11 - API responsável por remover terceiro das áreas restritas",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"dataHoraFinal\": \"03/08/2023 00:00\",\n  \"empresaCnpj\": \"49197360000114\",\n  \"gruposDeAcesso\": [\n    1\n  ],\n  \"matricula\": 3034\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "bloquear-area-restrita",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "bloquear-area-restrita",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.12 - API responsável por dar baixa no histórico de Crachá",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"numeroCracha\": 998855443323\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "baixa-historico-cracha",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "baixa-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "baixa-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "baixa-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "baixa-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "baixa-historico-cracha",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.13 - API responsável por remover os multiplos grupos de acesso de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"empresaCnpj\": \"9999999999\",\n  \"grupoDeAcesso\": [\n    0\n  ],\n  \"grupoDeAcessoDomingo\": [\n    0\n  ],\n  \"grupoDeAcessoFeriado\": [\n    0\n  ],\n  \"grupoDeAcessoSabado\": [\n    0\n  ],\n  \"grupoDeAcessoVisitante\": [\n    0\n  ],\n  \"matricula\": 0,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "remove-multiplos-grupos-acesso",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "remove-multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "remove-multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "remove-multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "remove-multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "remove-multiplos-grupos-acesso",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.14 -API responsável por listar os buscar os contratos de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "GET",
                "header": [
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=&dataInicial=&empresaCnpj=99999999999999&matricula=123321123213",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "contratos",
                    "v001"
                  ],
                  "query": [
                    {
                      "key": "dataFinal",
                      "value": "",
                      "description": "Filtrar por data final (dd/MM/yyyy)",
                      "type": "string"
                    },
                    {
                      "key": "dataInicial",
                      "value": "",
                      "description": "Filtrar por data inicial (dd/MM/yyyy)",
                      "type": "string"
                    },
                    {
                      "key": "empresaCnpj",
                      "value": "99999999999999",
                      "description": "(Required) empresaCnpj",
                      "type": "string"
                    },
                    {
                      "key": "matricula",
                      "value": "123321123213",
                      "description": "(Required) matricula",
                      "type": "string"
                    }
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "GET",
                    "header": [
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "contratos",
                        "v001"
                      ],
                      "query": [
                        {
                          "key": "dataFinal",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data final (dd/MM/yyyy)"
                        },
                        {
                          "key": "dataInicial",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data inicial (dd/MM/yyyy)"
                        },
                        {
                          "key": "empresaCnpj",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "(Required) empresaCnpj"
                        },
                        {
                          "key": "matricula",
                          "value": "-86315323",
                          "description": "(Required) matricula"
                        }
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "contratos",
                        "v001"
                      ],
                      "query": [
                        {
                          "key": "dataFinal",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data final (dd/MM/yyyy)"
                        },
                        {
                          "key": "dataInicial",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data inicial (dd/MM/yyyy)"
                        },
                        {
                          "key": "empresaCnpj",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "(Required) empresaCnpj"
                        },
                        {
                          "key": "matricula",
                          "value": "-86315323",
                          "description": "(Required) matricula"
                        }
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "contratos",
                        "v001"
                      ],
                      "query": [
                        {
                          "key": "dataFinal",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data final (dd/MM/yyyy)"
                        },
                        {
                          "key": "dataInicial",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data inicial (dd/MM/yyyy)"
                        },
                        {
                          "key": "empresaCnpj",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "(Required) empresaCnpj"
                        },
                        {
                          "key": "matricula",
                          "value": "-86315323",
                          "description": "(Required) matricula"
                        }
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "GET",
                    "header": [],
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "contratos",
                        "v001"
                      ],
                      "query": [
                        {
                          "key": "dataFinal",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data final (dd/MM/yyyy)"
                        },
                        {
                          "key": "dataInicial",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "Filtrar por data inicial (dd/MM/yyyy)"
                        },
                        {
                          "key": "empresaCnpj",
                          "value": "Duis Lorem reprehenderit aliqua",
                          "description": "(Required) empresaCnpj"
                        },
                        {
                          "key": "matricula",
                          "value": "-86315323",
                          "description": "(Required) matricula"
                        }
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            },
            {
              "name": "1.15 -API responsável por finalizar um contrato de um terceiro",
              "protocolProfileBehavior": {
                "strictSSL": false,
                "followRedirects": true
              },
              "request": {
                "method": "POST",
                "header": [
                  {
                    "key": "Content-Type",
                    "value": "application/json",
                    "type": "string"
                  },
                  {
                    "key": "Accept",
                    "value": "*/*",
                    "type": "string"
                  }
                ],
                "body": {
                  "mode": "raw",
                  "raw": "{\n \"empresaCnpj\": \"9999999999999\",\n  \"matricula\": 9999999999,\n  \"referenciaContrato\": \"12221\",\n  \"datFinal\": \"10/10/2010\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                },
                "url": {
                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "path": [
                    "suricato.integra",
                    "terceiro",
                    "finalizar-contrato",
                    "v001"
                  ]
                }
              },
              "response": [
                {
                  "name": "OK",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "finalizar-contrato",
                        "v001"
                      ]
                    }
                  },
                  "status": "OK",
                  "code": 200,
                  "_postman_previewlanguage": "json",
                  "header": [
                    {
                      "key": "Content-Type",
                      "value": "*/*"
                    }
                  ],
                  "cookie": [],
                  "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                },
                {
                  "name": "Created",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "finalizar-contrato",
                        "v001"
                      ]
                    }
                  },
                  "status": "Created",
                  "code": 201,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Unauthorized",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "finalizar-contrato",
                        "v001"
                      ]
                    }
                  },
                  "status": "Unauthorized",
                  "code": 401,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Forbidden",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "finalizar-contrato",
                        "v001"
                      ]
                    }
                  },
                  "status": "Forbidden",
                  "code": 403,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                },
                {
                  "name": "Not Found",
                  "originalRequest": {
                    "method": "POST",
                    "header": [
                      {
                        "key": "Content-Type",
                        "value": "application/json"
                      },
                      {
                        "key": "Accept",
                        "value": "*/*",
                        "type": "string"
                      }
                    ],
                    "body": {
                      "mode": "raw",
                      "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                      "options": {
                        "raw": {
                          "language": "json"
                        }
                      }
                    },
                    "url": {
                      "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                      "host": [
                        "{{baseUrl}}"
                      ],
                      "path": [
                        "suricato.integra",
                        "terceiro",
                        "finalizar-contrato",
                        "v001"
                      ]
                    }
                  },
                  "status": "Not Found",
                  "code": 404,
                  "_postman_previewlanguage": "text",
                  "header": [],
                  "cookie": [],
                  "body": ""
                }
              ]
            }
          ],
          "description": "Sequencia de uso das APIs do Terceiro, se atentar para observações e descrições nas apis na pasta Suricato.Integra/Terceiro",
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ]
        },
        {
          "name": "Suricato-Integra",
          "item": [
            {
              "name": "educacional",
              "item": [
                {
                  "name": "aluno-responsavel",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "aluno-responsavel",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"codigo\": 55004433,\n    \"ra\": 876787,\n    \"tipoCada\": \"A\"\n  },\n    {\n    \"ativo\": \"1\",\n    \"codigo\": 55004433,\n    \"ra\": 876787,\n    \"tipoCada\": \"A\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "aluno-responsavel",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "aluno-responsavel",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "aluno-responsavel",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "aluno-responsavel",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "aluno-responsavel",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"P\",\n    \"ativo\": \"<integer>\"\n  },\n  {\n    \"codigo\": \"<long>\",\n    \"ra\": \"<long>\",\n    \"tipoCada\": \"R\",\n    \"ativo\": \"<integer>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/aluno-responsavel/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "aluno-responsavel",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Modelo do relacionamento entre o Aluno com o Responsável\n\n- Ativo (1 - Ativo / 0 - Inativo) - ativo | integer($int32)\n- Codigo (Matricula do Responsável ou Motorista) - **codigo**\\* | integer($int64)\n    \n- RA (RA do aluno) - **ra**\\* | integer($int64)\n    \n- Tipo Cadastro (P - Pai / M - Mãe / R - Responsável / O - Motorista) - **tipoCada**\\* | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável pelo cruzamento de informações entre aluno, responsável e motorista.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "colaborador-veiculo",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "colaborador-veiculo",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"ativo\": \"S\",\n    \"codigo\": 876787,\n    \"placa\": \"fers232\"\n  },\n  {\n    \"ativo\": \"S\",\n    \"codigo\": 876787,\n    \"cracha\": 1,\n    \"placa\": \"fers232\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "colaborador-veiculo",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador-veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador-veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador-veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador-veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  },\n  {\n    \"ativo\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"placa\": \"<string>\",\n    \"cracha\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador-veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador-veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Modelo para cruzamento de dados do veiculo com responsável/motorista\n\n- Ativo (S sim / N Não) - **ativo**\\* | string\n    \n- Codigo (Matrícula do Responsável ou Motorista) - **codigo**\\* | integer($int64)\n    \n- Crachá (Numero do Crachá) - cracha | integer($int64)\n- Placa (Placa do Veículo) - **placa**\\* | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API para relacionamento entre o responsável/motorista e o veículo",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "colaborador",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "colaborador",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\r\n  {\r\n    \"companyCode\": 1,\r\n    \"name\": \"Teste Funcionario Teste Funcionario Teste Funcionario Teste Funcionario\",\r\n    \"registration\": 999999,\r\n    \"type\": 1\r\n  }\r\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "colaborador",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"A\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  },\n  {\n    \"codiFilial\": \"<string>\",\n    \"codigo\": \"<long>\",\n    \"nome\": \"<string>\",\n    \"ra\": \"<long>\",\n    \"situacao\": \"<integer>\",\n    \"tipoCada\": \"M\",\n    \"anoletivo\": \"<integer>\",\n    \"bairro\": \"<string>\",\n    \"celular\": \"<string>\",\n    \"cep\": \"<string>\",\n    \"cidade\": \"<string>\",\n    \"complemento\": \"<string>\",\n    \"curso\": \"<long>\",\n    \"dataMatricula\": \"<string>\",\n    \"dataNasc\": \"<string>\",\n    \"email\": \"<string>\",\n    \"endereco\": \"<string>\",\n    \"estado\": \"<string>\",\n    \"foto\": \"<string>\",\n    \"mae\": \"<string>\",\n    \"nomeMotorista\": \"<string>\",\n    \"numeCpf\": \"<long>\",\n    \"numero\": \"<string>\",\n    \"pai\": \"<string>\",\n    \"responsavel\": \"<string>\",\n    \"saida\": \"<string>\",\n    \"sexo\": \"F\",\n    \"telefone\": \"<string>\",\n    \"transporte\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Modelo de Aluno, Responsável ou Motorista\n\n- Ano Letivo - anoletivo | integer($int32)\n- Bairro - bairro | string\n- Celular - celular | string\n- CEP - cep | string\n- Cidade - cidade | string\n- Codigo da Filial (Unidade) - **codiFilial**\\* | string\n- Codigo (Se não for aluno mandar o codigo da matricula do RM) - **codigo**\\* | integer($int64)\n- Complemento - complemento | string\n- Código do Curso - (O Códgio do curso será o código do Organograma que foi criado e enviado a TOTVS para o De-Para, lembrando que esse Curso será o principal) - curso | integer($int64)\n- Data da Matricula (formato: DD/MM/YYYY) - dataMatricula | string\n- Data de Nascimento (formato: DD/MM/YYYY) - dataNasc | string\n- E-mail - email | string\n- Endereço - endereco | string\n- Estado (SOMENTE A SIGLA) - estado | string\n- Foto em formato Varbinary - foto | string\n- Nome da Mãe - mae | string\n- Nome - **nome**\\* | string\n    \n- Nome do Motorista - nomeMotorista | string\n- Numero do CPF - numeCpf | integer($int64)\n- Número do Endereço - numero | string\n- Nome do Pai - pai | string\n- RA do aluno - **ra**\\* | integer($int64)\n- Nome do Responsavel - responsavel | string\n- Saida (S para Sim ou S para Não) - saida | string\n- Sexo - sexo | string\n- Situação (1 Ativo e 0 Inativo) - **situacao**\\* | integer($int32)\n- Telefone - telefone | string\n- Tipo de Cadastro (A - Aluno / P - Pai / M - Mãe / R - Responsável / O - Motorista) - **tipoCada**\\* | string\n- Nome da VAN - transporte | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por receber os dados dos alunos, responsáveis ou motoristas. No caso dos alunos, é necessário enviar o ano letivo, a série e os dados solicitados.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "veiculo",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API para cadastro de veículo",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"placa\": \"PLA1C42\"\n  },\n  {\n    \"placa\": \"PLA1C42\",\n    \"cor\": \"Preto\",\n    \"marca\": \"GM\",\n    \"modelo\": \"Celta\",\n    \"tipoVei\": \"1\",\n    \"uf\": \"SP\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "veiculo",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  },\n  {\n    \"placa\": \"<string>\",\n    \"cor\": \"<string>\",\n    \"marca\": \"<string>\",\n    \"modelo\": \"<string>\",\n    \"tipoVei\": \"<integer>\",\n    \"uf\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/veiculo/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "veiculo",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Modelo dos dados do veículo\n\n- Cor - cor | string\n    \n- Marca - marca | string\n    \n- Modelo - modelo | string\n    \n- Placa do Veículo - **placa**\\* | string\n    \n- Tipo Veiculo (1 - Carro de Passeio / 2 - Carro Executivo / 3 - Utilitário / 4 - Transporte de Carga / 5 - Transporte Coletivo / 6 - Transporte de Carga e Coletivo / 7 - Motocicleta / 9 - Táxi / 10 - Van / 11 - Outros  \n    ) - tipoVei | integer($int32)\n    \n- Estado - uf | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api Responsável por fazer cadastro de Veículos.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "marcacao-acesso",
                  "item": [
                    {
                      "name": "V001",
                      "item": [
                        {
                          "name": "Api para Consulta de Marcação de Acesso",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V001?DateAces=2023-12-12&ICard=1&ICardV=0&Limite=1&Pendentes=false",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "listaMarcacaoAcesso",
                                "V001"
                              ],
                              "query": [
                                {
                                  "key": "DateAces",
                                  "value": "2023-12-12",
                                  "description": "Data de Acesso - yyyy-mm-dd",
                                  "type": "string"
                                },
                                {
                                  "key": "ICard",
                                  "value": "1",
                                  "description": "ID do Cartão",
                                  "type": "string"
                                },
                                {
                                  "key": "ICardV",
                                  "value": "0",
                                  "description": "ID do Cartão do Veículo",
                                  "type": "string"
                                },
                                {
                                  "key": "Limite",
                                  "value": "1",
                                  "description": "Limite de Marcações.",
                                  "type": "string"
                                },
                                {
                                  "key": "Pendentes",
                                  "value": "false",
                                  "description": "Marcações pendentes.",
                                  "type": "string"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "Sucesso",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V001?DateAces=2023-12-12&ICard=1&ICardV=0&Limite=1&Pendentes=false",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "listaMarcacaoAcesso",
                                    "V001"
                                  ],
                                  "query": [
                                    {
                                      "key": "DateAces",
                                      "value": "2023-12-12",
                                      "description": "Data de Acesso - yyyy-mm-dd"
                                    },
                                    {
                                      "key": "ICard",
                                      "value": "1",
                                      "description": "ID do Cartão"
                                    },
                                    {
                                      "key": "ICardV",
                                      "value": "0",
                                      "description": "ID do Cartão do Veículo"
                                    },
                                    {
                                      "key": "Limite",
                                      "value": "1",
                                      "description": "Limite de Marcações."
                                    },
                                    {
                                      "key": "Pendentes",
                                      "value": "false",
                                      "description": "Marcações pendentes."
                                    }
                                  ]
                                }
                              },
                              "_postman_previewlanguage": "Text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Os parametro de consulta são\n\n- DateAces - tipo de dado: String ( formato: yyyy-mm-dd )\n- ICard - tipo de dado: Long\n- ICardV - tipo de dado Long\n- Limite - tipo de dado: Integer\n- Pendentes - tipo de dado: Boolean\n    \n\nComo no exemplo a baixo\n\n```\nDateAces=2023-12-12&ICard=0&ICardV=0&Limite=100&Pendentes=false\n\n ```\n\nA consulta pode ser realizada independende de qual parametro esteja na consulta, pode não ter parametro, como pode ter somente um ou todos os parametros para realizar o filtro.\n\n- DateAces - é a data que foi registrado o acesso\n- ICard - Cracá da pessoa\n- ICardV - Crachá do Veiculo\n- Limite - Quantidade de dados que deseja receber\n- Pendentes - TRUE retornar os dados que ainda não foram coletados e FALSE para retornar todos dados que foram registrados.\n    \n\nExemplo de como os dados devem ser inseridos para realizar a consulta.\n\n- &DateAces=2023-12-12\n    \n- &ICard=0\n    \n- &ICardV=0\n    \n- &Limite=100\n    \n- &Pendentes=false\n    \n\n```\nDateAces=2023-12-12&ICard=0\n\n ```",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    },
                    {
                      "name": "V002",
                      "item": [
                        {
                          "name": "Api para Consulta de Marcação de Acesso V002",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V002?CodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=S&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=3491",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "listaMarcacaoAcesso",
                                "V002"
                              ],
                              "query": [
                                {
                                  "key": "CodiCole",
                                  "value": "2652",
                                  "description": "Código da Coleção",
                                  "type": "string"
                                },
                                {
                                  "key": "CodiPlan",
                                  "value": "2652",
                                  "description": "Código do Plano",
                                  "type": "string"
                                },
                                {
                                  "key": "DateAces",
                                  "value": "2004-03-08",
                                  "description": "Data de Acesso - yyyy-MM-dd",
                                  "type": "string"
                                },
                                {
                                  "key": "DateAcesEnd",
                                  "value": "2004-03-08",
                                  "description": "Data Final de Acesso - yyyy-MM-dd",
                                  "type": "string"
                                },
                                {
                                  "key": "DireAces",
                                  "value": "S",
                                  "description": "Direção do Acesso (E/S)",
                                  "type": "string"
                                },
                                {
                                  "key": "ICard",
                                  "value": "2652",
                                  "description": "ID do Cartão",
                                  "type": "string"
                                },
                                {
                                  "key": "ICardV",
                                  "value": "2652",
                                  "description": "ID do Cartão do Veículo",
                                  "type": "string"
                                },
                                {
                                  "key": "Limite",
                                  "value": "7311",
                                  "description": "Limite de Marcações.",
                                  "type": "string"
                                },
                                {
                                  "key": "Pendentes",
                                  "value": "true",
                                  "description": "Marcações pendentes.",
                                  "type": "string"
                                },
                                {
                                  "key": "TimeAces",
                                  "value": "7311",
                                  "description": "Hora de Acesso",
                                  "type": "string"
                                },
                                {
                                  "key": "TimeAcesEnd",
                                  "value": "7311",
                                  "description": "Hora Final de Acesso",
                                  "type": "string"
                                },
                                {
                                  "key": "TipoAces",
                                  "value": "3491",
                                  "description": "Tipo de Acesso (em Lista separado por virgula e tudo junto, \"100,200,300\")",
                                  "type": "string"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V002?CodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=string&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=2249",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "listaMarcacaoAcesso",
                                    "V002"
                                  ],
                                  "query": [
                                    {
                                      "key": "CodiCole",
                                      "value": "2652",
                                      "description": "Código da Coleção"
                                    },
                                    {
                                      "key": "CodiPlan",
                                      "value": "2652",
                                      "description": "Código do Plano"
                                    },
                                    {
                                      "key": "DateAces",
                                      "value": "2004-03-08",
                                      "description": "Data de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DateAcesEnd",
                                      "value": "2004-03-08",
                                      "description": "Data Final de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DireAces",
                                      "value": "string",
                                      "description": "Direção do Acesso (E/S)"
                                    },
                                    {
                                      "key": "ICard",
                                      "value": "2652",
                                      "description": "ID do Cartão"
                                    },
                                    {
                                      "key": "ICardV",
                                      "value": "2652",
                                      "description": "ID do Cartão do Veículo"
                                    },
                                    {
                                      "key": "Limite",
                                      "value": "7311",
                                      "description": "Limite de Marcações."
                                    },
                                    {
                                      "key": "Pendentes",
                                      "value": "true",
                                      "description": "Marcações pendentes."
                                    },
                                    {
                                      "key": "TimeAces",
                                      "value": "7311",
                                      "description": "Hora de Acesso"
                                    },
                                    {
                                      "key": "TimeAcesEnd",
                                      "value": "7311",
                                      "description": "Hora Final de Acesso"
                                    },
                                    {
                                      "key": "TipoAces",
                                      "value": "2249",
                                      "description": "Tipo de Acesso (em Lista separado por virgula e tudo junto, \"100,200,300\")"
                                    }
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V002?CodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=string&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=2249",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "listaMarcacaoAcesso",
                                    "V002"
                                  ],
                                  "query": [
                                    {
                                      "key": "CodiCole",
                                      "value": "2652",
                                      "description": "Código da Coleção"
                                    },
                                    {
                                      "key": "CodiPlan",
                                      "value": "2652",
                                      "description": "Código do Plano"
                                    },
                                    {
                                      "key": "DateAces",
                                      "value": "2004-03-08",
                                      "description": "Data de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DateAcesEnd",
                                      "value": "2004-03-08",
                                      "description": "Data Final de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DireAces",
                                      "value": "string",
                                      "description": "Direção do Acesso (E/S)"
                                    },
                                    {
                                      "key": "ICard",
                                      "value": "2652",
                                      "description": "ID do Cartão"
                                    },
                                    {
                                      "key": "ICardV",
                                      "value": "2652",
                                      "description": "ID do Cartão do Veículo"
                                    },
                                    {
                                      "key": "Limite",
                                      "value": "7311",
                                      "description": "Limite de Marcações."
                                    },
                                    {
                                      "key": "Pendentes",
                                      "value": "true",
                                      "description": "Marcações pendentes."
                                    },
                                    {
                                      "key": "TimeAces",
                                      "value": "7311",
                                      "description": "Hora de Acesso"
                                    },
                                    {
                                      "key": "TimeAcesEnd",
                                      "value": "7311",
                                      "description": "Hora Final de Acesso"
                                    },
                                    {
                                      "key": "TipoAces",
                                      "value": "2249",
                                      "description": "Tipo de Acesso (em Lista separado por virgula e tudo junto, \"100,200,300\")"
                                    }
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V002?CodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=string&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=2249",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "listaMarcacaoAcesso",
                                    "V002"
                                  ],
                                  "query": [
                                    {
                                      "key": "CodiCole",
                                      "value": "2652",
                                      "description": "Código da Coleção"
                                    },
                                    {
                                      "key": "CodiPlan",
                                      "value": "2652",
                                      "description": "Código do Plano"
                                    },
                                    {
                                      "key": "DateAces",
                                      "value": "2004-03-08",
                                      "description": "Data de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DateAcesEnd",
                                      "value": "2004-03-08",
                                      "description": "Data Final de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DireAces",
                                      "value": "string",
                                      "description": "Direção do Acesso (E/S)"
                                    },
                                    {
                                      "key": "ICard",
                                      "value": "2652",
                                      "description": "ID do Cartão"
                                    },
                                    {
                                      "key": "ICardV",
                                      "value": "2652",
                                      "description": "ID do Cartão do Veículo"
                                    },
                                    {
                                      "key": "Limite",
                                      "value": "7311",
                                      "description": "Limite de Marcações."
                                    },
                                    {
                                      "key": "Pendentes",
                                      "value": "true",
                                      "description": "Marcações pendentes."
                                    },
                                    {
                                      "key": "TimeAces",
                                      "value": "7311",
                                      "description": "Hora de Acesso"
                                    },
                                    {
                                      "key": "TimeAcesEnd",
                                      "value": "7311",
                                      "description": "Hora Final de Acesso"
                                    },
                                    {
                                      "key": "TipoAces",
                                      "value": "2249",
                                      "description": "Tipo de Acesso (em Lista separado por virgula e tudo junto, \"100,200,300\")"
                                    }
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/listaMarcacaoAcesso/V002?CodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=string&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=2249",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "listaMarcacaoAcesso",
                                    "V002"
                                  ],
                                  "query": [
                                    {
                                      "key": "CodiCole",
                                      "value": "2652",
                                      "description": "Código da Coleção"
                                    },
                                    {
                                      "key": "CodiPlan",
                                      "value": "2652",
                                      "description": "Código do Plano"
                                    },
                                    {
                                      "key": "DateAces",
                                      "value": "2004-03-08",
                                      "description": "Data de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DateAcesEnd",
                                      "value": "2004-03-08",
                                      "description": "Data Final de Acesso - yyyy-MM-dd"
                                    },
                                    {
                                      "key": "DireAces",
                                      "value": "string",
                                      "description": "Direção do Acesso (E/S)"
                                    },
                                    {
                                      "key": "ICard",
                                      "value": "2652",
                                      "description": "ID do Cartão"
                                    },
                                    {
                                      "key": "ICardV",
                                      "value": "2652",
                                      "description": "ID do Cartão do Veículo"
                                    },
                                    {
                                      "key": "Limite",
                                      "value": "7311",
                                      "description": "Limite de Marcações."
                                    },
                                    {
                                      "key": "Pendentes",
                                      "value": "true",
                                      "description": "Marcações pendentes."
                                    },
                                    {
                                      "key": "TimeAces",
                                      "value": "7311",
                                      "description": "Hora de Acesso"
                                    },
                                    {
                                      "key": "TimeAcesEnd",
                                      "value": "7311",
                                      "description": "Hora Final de Acesso"
                                    },
                                    {
                                      "key": "TipoAces",
                                      "value": "2249",
                                      "description": "Tipo de Acesso (em Lista separado por virgula e tudo junto, \"100,200,300\")"
                                    }
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Os parametro de consulta são\n\n- DateAces - tipo de dado: String ( formato: yyyy-mm-dd )\n    \n- DateAcesEnd - tipo de dado: String ( formato: yyyy-mm-dd )\n    \n- ICard - tipo de dado: Long\n    \n- ICardV - tipo de dado Long\n    \n- Limite - tipo de dado: Integer\n    \n- Pendentes - tipo de dado: Boolean\n    \n- CodiCole - tipo de dados: Long\n    \n- CodiPlan - tipo de dados: Long\n    \n- DireAces - tipo de dados: String (valores E - Entrada e S - Saida)\n    \n- TimeAces - tipo de dados: Long\n    \n- TimeAcesEnd - tipo de dados: Long\n    \n- TipoAces - tipo de dados: Long\\[ \\] (lista de valores long como: 100,200,300)\n    \n\nComo no exemplo a baixo\n\n```\nCodiCole=2652&CodiPlan=2652&DateAces=2004-03-08&DateAcesEnd=2004-03-08&DireAces=S&ICard=2652&ICardV=2652&Limite=7311&Pendentes=true&TimeAces=7311&TimeAcesEnd=7311&TipoAces=3491&TipoAces=2249\n\n ```\n\nA consulta pode ser realizada independende de qual parametro esteja na consulta, pode não ter parametro, como pode ter somente um ou todos os parametros para realizar o filtro.\n\n- CodiCole - Código do Coletor cadastrado no suricato\n    \n- CodiPlan - Código da planta cadastrado no Suricato\n    \n- ICard - Cracá da pessoa\n    \n- ICardV - Crachá do Veiculo\n    \n- Limite - Quantidade de dados que deseja receber\n    \n- DateAces - Data do Acesso\n    \n- TimeAces - Hora do acesso em minutos\n    \n- DateAcesEnd - Data do acesso\n    \n- TimeAcesEnd - Hora do acesso em minutos\n    \n- TipoAces - Tipo do acesso (Consultar a Api tipos-acessos/v001 para mais informações)\n    \n- Pendentes - TRUE retornar os dados que ainda não foram coletados e FALSE para retornar todos dados que foram registrados.\n    \n\nExemplo de como os dados devem ser inseridos para realizar a consulta.\n\n- CodiCole=2652\n    \n- &CodiPlan=2652\n    \n- &DateAces=2004-03-08\n    \n- &DateAcesEnd=2004-03-08\n    \n- &DireAces=S\n    \n- &ICard=2652\n    \n- &ICardV=2652\n    \n- &Limite=7311\n    \n- &Pendentes=true\n    \n- &TimeAces=7311\n    \n- &TimeAcesEnd=7311\n    \n- &TipoAces=3491,1021",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Requisição para busca de marcações de acesso",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "tipos-acessos",
                  "item": [
                    {
                      "name": "V001",
                      "item": [
                        {
                          "name": "Consulta de Marcação de Acesso",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/educacional/tipos-acessos/V001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "educacional",
                                "tipos-acessos",
                                "V001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/tipos-acessos/V001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "tipos-acessos",
                                    "V001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/tipos-acessos/V001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "tipos-acessos",
                                    "V001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/tipos-acessos/V001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "tipos-acessos",
                                    "V001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/educacional/tipos-acessos/V001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "educacional",
                                    "tipos-acessos",
                                    "V001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Consulta de dados sem parâmetros.",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Consulta os tipos de acesso cadastrados.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                }
              ],
              "event": [
                {
                  "listen": "prerequest",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                },
                {
                  "listen": "test",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                }
              ]
            },
            {
              "name": "hospital",
              "item": [
                {
                  "name": "absence",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "List all work leaves",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "absence",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Work leave registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "absence",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 1,\n    \"type\": \"<long>\"\n  },\n  {\n    \"companyId\": \"<long>\",\n    \"leaveDate\": \"<string>\",\n    \"leaveTime\": \"<string>\",\n    \"registrationNumber\": \"<long>\",\n    \"returnDate\": \"<string>\",\n    \"returnTime\": \"<string>\",\n    \"status\": 3,\n    \"type\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/absence/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "absence",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model for Leave of Absence\n\n- Company Code - **companyId**\\* | integer($int64)\n    \n- Leave Date - **leaveDate**\\* | string\n    \n- Leave Time - **leaveTime**\\* | string\n    \n- Registration Number - **registrationNumber**\\* | integer($int64)\n    \n- Return Date - **returnDate**\\* | string\n    \n- Return Time - **returnTime**\\* | string\n    \n- Company Status (1 - Working / 2 - Dismissed / 3 - Vacation) -| **status**\\* | integer($int64)\n    \n- Type (1-Employee) - **type**\\* | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api for consulting and registering a Leave of Absence",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "badge-released",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "List Badge released",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/badge-released/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "badge-released",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/badge-released/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "badge-released",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/badge-released/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "badge-released",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/badge-released/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "badge-released",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/badge-released/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "badge-released",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Consultation by free visitor badge",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult free badges",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "company",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-cnpj",
                          "item": [
                            {
                              "name": "Search by Company CNPJ",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001/:cnpj",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "company",
                                    "v001",
                                    ":cnpj"
                                  ],
                                  "variable": [
                                    {
                                      "key": "cnpj",
                                      "value": "49197360000114",
                                      "description": "(Required) Company cnpj"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001/:cnpj",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "company",
                                        "v001",
                                        ":cnpj"
                                      ],
                                      "variable": [
                                        {
                                          "key": "cnpj",
                                          "value": "",
                                          "description": "(Required) Company cnpj"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001/:cnpj",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "company",
                                        "v001",
                                        ":cnpj"
                                      ],
                                      "variable": [
                                        {
                                          "key": "cnpj",
                                          "value": "",
                                          "description": "(Required) Company cnpj"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001/:cnpj",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "company",
                                        "v001",
                                        ":cnpj"
                                      ],
                                      "variable": [
                                        {
                                          "key": "cnpj",
                                          "value": "",
                                          "description": "(Required) Company cnpj"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001/:cnpj",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "company",
                                        "v001",
                                        ":cnpj"
                                      ],
                                      "variable": [
                                        {
                                          "key": "cnpj",
                                          "value": "",
                                          "description": "(Required) Company cnpj"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "Search by Company",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "company",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "company",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "company",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "company",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/company/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "company",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Consultation by registered companies",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API for consulting registered companies",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "cost-center",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-code",
                          "item": [
                            {
                              "name": "Search Cost Center by Code",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "1",
                                      "description": "(Required) Cost Center Code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "cost-center",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Cost Center Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "cost-center",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Cost Center Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "cost-center",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Cost Center Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "cost-center",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Cost Center Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "description": "Api to consult the Cost Center code",
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "List Cost Center",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "cost-center",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Cost center registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "cost-center",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  },\n  {\n    \"costCenterCode\": \"<long>\",\n    \"costCenterName\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/cost-center/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "cost-center",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model for Cost Centers. It is necessary to have registered the company with Code 105\n\n- Cost Center Code - **costCenterCode**\\* | integer($int64)\n    \n- Cost Center Name - **costCenterName**\\* | string\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult and register a cost in the Cost Center",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "employee",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "List all employeers",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "employee",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Employee registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"companyCode\": \"1\",\n    \"name\": \"Gabriel\",\n    \"registration\": \"1\",\n    \"type\": \"1\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "employee",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"M\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  },\n  {\n    \"companyCode\": \"<long>\",\n    \"name\": \"<string>\",\n    \"registration\": \"<long>\",\n    \"type\": \"<long>\",\n    \"address\": \"<string>\",\n    \"addressComplement\": \"<string>\",\n    \"addressNumber\": \"<string>\",\n    \"admissionDate\": \"<string>\",\n    \"birthDate\": \"<string>\",\n    \"cellphone\": \"<string>\",\n    \"city\": \"<string>\",\n    \"cpfNumber\": \"<long>\",\n    \"email\": \"<string>\",\n    \"fatherName\": \"<string>\",\n    \"gender\": \"F\",\n    \"motherName\": \"<string>\",\n    \"neighborhood\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"pisNumber\": \"<long>\",\n    \"postalCode\": \"<string>\",\n    \"state\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/employee/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "employee",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Employee Data Model.\n\n- Address - address | string\n- Address complement - addressComplement | string\n- Address number - addressNumber | string\n- Admission Date - admissionDate | string\n- Date of Birth - birthDate | string\n- Cellphone - cellphone | string\n- City - city | string\n- Company code - **companyCode**\\* | integer($int64)\n    \n- CPF Number (Numbers only) - cpfNumber | integer($int64)\n- Email - email | string\n- Father's Name - fatherName | string\n- Gender (M-Male/F-Female) - gender | string\n- Mother's Name - motherName | string\n- Name - **name**\\* | string\n    \n- Neighborhood - neighborhood | string\n- Phone - phone | string\n- Photo - photo | string\n- PIS Number (Numbers only) - pisNumber | integer($int64)\n- Postal Code - postalCode | string\n- Registration number - **registration**\\* | integer($int64)\n    \n- State (Abbreviation only) - state | string\n- Type (1-Employee) - **type**\\* | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api for consulting and registering an employee",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "historic-center-cost",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "List Cost Center History",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "historic-center-cost",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Cost center history",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "historic-center-cost",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"costCenterCode\": \"<long>\",\n    \"enrollment\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-center-cost/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-center-cost",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model based on the Cost Center record\n\n- Company Code - **company**\\* | integer($int64)\n    \n- Code (registered in Cost Center) - **costCenterCode**\\* | integer($int64)\n    \n- Enrollment Number - **enrollment**\\* | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult and record a Cost Center History",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "historic-position",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "List Position History",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "historic-position",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Job history",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "historic-position",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  },\n  {\n    \"company\": \"<long>\",\n    \"enrollment\": \"<long>\",\n    \"jobCode\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/historic-position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "historic-position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model based on the job registration history\n\n- Company Code - **company**\\* | integer($int64)\n    \n- Enrollment Number - **enrollment**\\* | integer($int64)\n    \n- Job Code - **jobCode**\\* | string\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult and record a Job History",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "position",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-code",
                          "item": [
                            {
                              "name": "Position search by code",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "1",
                                      "description": "(Required) Position code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "position",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Position code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "position",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Position code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "position",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Position code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "position",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Position code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "description": "Api to consult the Job code",
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "List all positions",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "position",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Position registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "position",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  },\n  {\n    \"positionCode\": \"<string>\",\n    \"positionTitle\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/position/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "position",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Position data model\n\n- Position Code - **positionCode**\\* | string\n    \n- Position Title - **positionTitle**\\* | string\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult and register a Position",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "type-visit",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-code",
                          "item": [
                            {
                              "name": "Search by Type of Visit Code",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "1",
                                      "description": "(Required) Type of Visit Code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "type-visit",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Type of Visit Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "type-visit",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Type of Visit Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "type-visit",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Type of Visit Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "type-visit",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Type of Visit Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "description": "Api to query by Visit Type code",
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "List Visit Types",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "type-visit",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Visit Type Registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "type-visit",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"antiDouble\": \"Y\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  },\n  {\n    \"antiDouble\": \"N\",\n    \"code\": \"<long>\",\n    \"description\": \"<string>\",\n    \"visitDuration\": \"<long>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/type-visit/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "type-visit",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model for Visit Types\n\n- Anti-double ( Y(es) or N(o) ) - **antiDouble**\\* | string\n    \n- Visit Type Code - **code**\\* | integer($int64)\n    \n- Description - **description**\\* | string\n    \n- Visit Duration (In minutes) - visitDuration | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api for consulting and recording Visitor Type",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "visitor-entrance",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-code",
                          "item": [
                            {
                              "name": "Search by Visitor Entry Code",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "123",
                                      "description": "(Required) Visitor Entry Code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor Entry Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor Entry Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor Entry Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor Entry Code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "description": "Api to consult Visitor Entry using code",
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "List Visitor Entries",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor-entrance",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Visitor Entrance",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\r\n    {\r\n        \"badge\": 0,\r\n        \"code\": 12323,\r\n        \"entryDate\": \"10/10/2020\",\r\n        \"entryTime\": \"10:30:00\",\r\n        \"permission\": 1,\r\n        \"visitType\": 1,\r\n        \"exitDate\": \"10/10/2020\",\r\n        \"exitTime\": \"10:30:00\"\r\n    }\r\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor-entrance",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  },\n  {\n    \"badge\": \"<long>\",\n    \"code\": \"<long>\",\n    \"entryDate\": \"<string>\",\n    \"entryTime\": \"<string>\",\n    \"permission\": \"<long>\",\n    \"visitType\": \"<long>\",\n    \"exitDate\": \"<string>\",\n    \"exitTime\": \"<string>\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model with control of entry and exit of Visitor or Patient\n\n- Badge - **badge**\\* | integer($int64)\n    \n- Visitor/Patient Code - **code**\\* | integer($int64)\n    \n- Entry date - **entryDate**\\* | string\n    \n- Entry time in minutes - **entryTime**\\* | string\n    \n- Exit date - exitDate | string\n- Exit time in minutes - exitTime | string\n- Permission (Sector) - **permission**\\* | integer($int64)\n    \n- Type of visit - **visitType**\\* | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    },
                    {
                      "name": "v002",
                      "item": [
                        {
                          "name": "{code}",
                          "item": [
                            {
                              "name": "Search by Visitor Entry Code v2",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "2652",
                                      "description": "code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor-entrance",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "List Visitor Entries v2",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor-entrance",
                                "v002"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Visitor Entrance (V2 with Observation)",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n    {\n  \"code\": 20056,\n  \"badge\": 987,\n  \"entryDate\": \"26/10/2023\",\n  \"entryTime\": \"11:00\",\n  \"visitType\": 3,\n  \"exitDate\": \"26/10/2023\",\n  \"exitTime\": \"12:15\",\n  \"permission\": 2,\n  \"observation\": \"Acompanhante do paciente Maria. Necessita cadeira de rodas.ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n},\n    {\n        \"code\": 20055,\n        \"badge\": 987,\n        \"entryDate\": \"26/10/2023\",\n        \"entryTime\": \"11:00\",\n        \"visitType\": 3,\n        \"exitDate\": \"26/10/2023\",\n        \"exitTime\": \"12:15\",\n        \"permission\": 1,\n        \"observation\": \"Acompanhante do paciente Maria. Necessita cadeira de rodas.ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n    }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor-entrance",
                                "v002"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"badge\": 7503,\n    \"code\": 8979,\n    \"entryDate\": \"32/20/0453\",\n    \"entryTime\": \"95:86\",\n    \"permission\": 3531,\n    \"visitType\": 4382,\n    \"exitDate\": \"55/19/6895\",\n    \"exitTime\": \"63:62\",\n    \"observation\": \"string\"\n  },\n  {\n    \"badge\": 4589,\n    \"code\": 5137,\n    \"entryDate\": \"38/46/5764\",\n    \"entryTime\": \"68:45\",\n    \"permission\": 852,\n    \"visitType\": 6331,\n    \"exitDate\": \"00/96/2441\",\n    \"exitTime\": \"62:52\",\n    \"observation\": \"string\"\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor-entrance/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor-entrance",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Data model with control of entry and exit of Visitor or Patient\n\n- Badge - **badge**\\* | integer($int64)\n    \n- Visitor/Patient Code - **code**\\* | integer($int64)\n    \n- Entry date - **entryDate**\\* | string\n    \n- Entry time in minutes - **entryTime**\\* | string\n    \n- Exit date - exitDate | string\n    \n- Exit time in minutes - exitTime | string\n    \n- Permission (Sector) - **permission**\\* | integer($int64)\n    \n- Observation - observation\\* | string (4000 caracteres)\n    \n- Type of visit - **visitType**\\* | integer($int64)\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api for consulting and registering Visitor Entry",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "visitor",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "search-by-code",
                          "item": [
                            {
                              "name": "Search by Visitor Code",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "1",
                                      "description": "(Required) Visitor code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v001",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "(Required) Visitor code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "description": "Api to query a Visitor using code",
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "Visitors List",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Visitor Registration",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 2,\n    \"pne\": \"N\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 1\n  },\n  {\n    \"code\": \"<long>\",\n    \"documentNumber\": \"<string>\",\n    \"documentType\": 3,\n    \"pne\": \"S\",\n    \"visitorName\": \"<string>\",\n    \"email\": \"<string>\",\n    \"phone\": \"<string>\",\n    \"photo\": \"<string>\",\n    \"photoType\": 2\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Model for Visitor/Patient registration\n\n- Code - **code**\\* | integer($int64)\n    \n- Document Number - (Data of the above documents) - **documentNumber**\\* | string\n    \n- Document Type (1-Identity / 2-CPF / 3-Driver's License / 4-Passport) - **documentType**\\* | integer($int64)\n    \n- Email - email | string\n    \n- Phone - **phone**\\* | string\n    \n- Photo - photo | string\n    \n- Type Photo (Type of third party contract: 1 - Third Party Photo, 2 - Front Document, 3 - Back Document) - photoType | integer($int32)\n    \n- PNE - S(yes) / N(no) - **pne**\\* | string\n    \n- Visitor Name - **visitorName**\\* | string\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    },
                    {
                      "name": "v002",
                      "item": [
                        {
                          "name": "{code}",
                          "item": [
                            {
                              "name": "Search by Visitor Code v2",
                              "protocolProfileBehavior": {
                                "strictSSL": false,
                                "followRedirects": true
                              },
                              "request": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002/:code",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002",
                                    ":code"
                                  ],
                                  "variable": [
                                    {
                                      "key": "code",
                                      "value": "2652",
                                      "description": "code"
                                    }
                                  ]
                                }
                              },
                              "response": [
                                {
                                  "name": "OK",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [
                                      {
                                        "key": "Accept",
                                        "value": "*/*"
                                      }
                                    ],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "OK",
                                  "code": 200,
                                  "_postman_previewlanguage": "json",
                                  "header": [
                                    {
                                      "key": "Content-Type",
                                      "value": "*/*"
                                    }
                                  ],
                                  "cookie": [],
                                  "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                                },
                                {
                                  "name": "Unauthorized",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Unauthorized",
                                  "code": 401,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Forbidden",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Forbidden",
                                  "code": 403,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                },
                                {
                                  "name": "Not Found",
                                  "originalRequest": {
                                    "method": "GET",
                                    "header": [],
                                    "url": {
                                      "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002/:code",
                                      "host": [
                                        "{{baseUrl}}"
                                      ],
                                      "path": [
                                        "suricato.integra",
                                        "hospital",
                                        "visitor",
                                        "v002",
                                        ":code"
                                      ],
                                      "variable": [
                                        {
                                          "key": "code",
                                          "value": "",
                                          "description": "code"
                                        }
                                      ]
                                    }
                                  },
                                  "status": "Not Found",
                                  "code": 404,
                                  "_postman_previewlanguage": "text",
                                  "header": [],
                                  "cookie": [],
                                  "body": ""
                                }
                              ]
                            }
                          ],
                          "event": [
                            {
                              "listen": "prerequest",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            },
                            {
                              "listen": "test",
                              "script": {
                                "exec": [],
                                "type": "text/javascript",
                                "packages": {}
                              }
                            }
                          ]
                        },
                        {
                          "name": "Visitors List",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor",
                                "v002"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        },
                        {
                          "name": "Visitor Registration (V2 with Reason for Visit)",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "[\n    {\n        \"code\": 12346,\n        \"documentType\": 1,\n        \"documentNumber\": \"1234567890012\",\n        \"visitorName\": \"João da Silva 2\",\n        \"phone\": \"5511987654321\",\n        \"email\": \"joao.silva@example.com\",\n        \"pne\": \"N\",\n        \"observation\": \"Visitante frequente, sempre acompanha o Sr. Carlos. Alergia a látex. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\"\n    },\n    {\n        \"code\": 12345,\n        \"documentType\": 1,\n        \"documentNumber\": \"12345678900\",\n        \"visitorName\": \"João da Silva\",\n        \"phone\": \"5511987654321\",\n        \"photo\": \"iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=\",\n        \"photoType\": 1,\n        \"email\": \"joao.silva@example.com\",\n        \"observation\": \"Visitante frequente, sempre acompanha o Sr. Carlos. Alergia a látex. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ\",\n        \"pne\": \"N\"\n    }\n]",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "hospital",
                                "visitor",
                                "v002"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1965-06-07T17:45:44.248Z\",\n  \"httpStatus\": 6046,\n  \"listSize\": 8819,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "[\n  {\n    \"code\": 4821,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"str\",\n    \"photo\": \"string\",\n    \"photoType\": 2\n  },\n  {\n    \"code\": 4116,\n    \"documentNumber\": \"string\",\n    \"documentType\": 1,\n    \"phone\": \"string\",\n    \"pne\": \"N\",\n    \"visitorName\": \"string\",\n    \"email\": \"string\",\n    \"observation\": \"string\",\n    \"photo\": \"string\",\n    \"photoType\": 3\n  }\n]",
                                  "options": {
                                    "raw": {
                                      "language": "text"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/hospital/visitor/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "hospital",
                                    "visitor",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Description: Model for Visitor/Patient registration\n\n- Code - **code**\\* | integer($int64)\n    \n- Document Number - (Data of the above documents) - **documentNumber**\\* | string\n    \n- Document Type (1-Identity / 2-CPF / 3-Driver's License / 4-Passport) - **documentType**\\* | integer($int64)\n    \n- Email - email | string\n    \n- Phone - **phone**\\* | string\n    \n- Photo - photo | string\n    \n- Type Photo (Type of third party contract: 1 - Third Party Photo, 2 - Front Document, 3 - Back Document) - photoType | integer($int32)\n    \n- PNE - S(yes) / N(no) - **pne**\\* | string\n    \n- Observation - observation\\* | string (4000 caracteres)\n    \n- Visitor Name - **visitorName**\\* | string\n    \n\nObs.: Data marked with \" \\* \" is mandatory",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api to consult and register a Visitor",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                }
              ],
              "event": [
                {
                  "listen": "prerequest",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                },
                {
                  "listen": "test",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                }
              ]
            },
            {
              "name": "terceiro",
              "item": [
                {
                  "name": "adicionar-area-restrita",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "adicionar-area-restrita",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"dataHoraFinal\": \"21/10/2020 00:00\",\n  \"dataHoraInicial\": \"20/10/2020 00:00\",\n  \"empresaCnpj\": \"12345678912345\",\n  \"gruposDeAcesso\": [\n    1\n  ],\n  \"matricula\": 3033,\n  \"observacao\": \"string\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "adicionar-area-restrita",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\",\n  \"dataHoraFinal\": \"<string>\",\n  \"dataHoraInicial\": \"<string>\",\n  \"observacao\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura de Permissão de Grupo Restrito\n\n- Data e hora final (formato: DD/MM/YYYY HH:MM) - dataHoraFinal | string\n- Data e hora inicial (formato: DD/MM/YYYY HH:MM) - dataHoraInicial | string\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n- Grupos de Acesso do Terceiro - **gruposDeAcesso**\\* \\[integer($int32), integer($int32)\\] (Lista)\n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n- Observação com até 80 caracteres - observacao | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por adicionar terceiro a grupos de acesso restrito.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "adicionar-historico-cracha",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "adicionar-historico-cracha",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "\n{\n  \"cracha\": 303024,\n  \"dataHoraInicio\": \"03/08/2023 00:00\",\n  \"dataHoraFim\": \"20/08/2023 00:00\",\n  \"empresaCnpj\": \"12345678912345\",\n  \"matricula\": 3034\n}\n",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "adicionar-historico-cracha",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"cracha\": \"<long>\",\n  \"dataHoraInicio\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"dataHoraFim\": \"<string>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/adicionar-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "adicionar-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura de Cadastro de Crachá\n\n- Crachá - **cracha**\\* | integer($int64)\n- Data e Hora do fim (formato DD/MM/YYYY HH:MM) - dataHoraFim | string\n- Data e Hora do início (formato DD/MM/YYYY HH:MM) - **dataHoraInicio**\\* | string\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por adicionar histórico de crachá",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "baixa-historico-cracha",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "baixa-historico-crachá",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"numeroCracha\": 0\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "baixa-historico-cracha",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "baixa-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "baixa-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "baixa-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "baixa-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/baixa-historico-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "baixa-historico-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura para Baixa de Histórito de Crachá\n\n- Crachá - **numeroCracha**\\* | integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por dar baixa no histórico de Crachá",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "bloquear-area-restrita",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "bloquear-area-restrita",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"dataHoraFinal\": \"03/08/2023 00:00\",\n  \"empresaCnpj\": \"12345678912345\",\n  \"gruposDeAcesso\": [\n    1\n  ],\n  \"matricula\": 3033\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "bloquear-area-restrita",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"gruposDeAcesso\": [\n    \"<integer>\",\n    \"<integer>\"\n  ],\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-area-restrita/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-area-restrita",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura de Bloqueio de Área Restrita\n\n- Data e hora final (formato DD/MM/YYYY HH:MM) - **dataHoraFinal**\\* string\n    \n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Áreas Restritas para bloqueio do acesso - **gruposDeAcesso**\\* | \\[integer($int32), integer($int32)\\] (Lista)\n    \n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por Bloquear terceiro das áreas restritas.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "bloquear-grupo-acesso",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "bloquear-grupo-acesso",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"empresaCnpj\": \"12345678912345\",\n  \"matricula\": 3033\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "bloquear-grupo-acesso",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dataHoraFinal\": \"<string>\",\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/bloquear-grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "bloquear-grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo para remoção de acesso a grupos\n\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por Bloquear terceiro dos grupos de acesso.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "crachas-bloqueados",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "cracha-bloqueados",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-bloqueados/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "crachas-bloqueados",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-bloqueados/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "crachas-bloqueados",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-bloqueados/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "crachas-bloqueados",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-bloqueados/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "crachas-bloqueados",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-bloqueados/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "crachas-bloqueados",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por listar os crachás bloqueados.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "grupo-acesso",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "grupo-acesso V001",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"empresaCnpj\": \"12345678912345\",\n  \"grupoDeAcesso\": 1,\n  \"matricula\": 3034,\n  \"utilizaControleBiometrico\": \"N\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "grupo-acesso",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"1\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura de Permissão de Grupo de Acesso\n\n- CNPJ da Empresa do Terceiro (somente números) - **empresaCnpj**\\* | string\n- Grupo de Acesso do Terceiro - **grupoDeAcesso**\\* | integer($int32)\n    \n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n- Indica se utilizará controle biométrico (1, 2, 3) - **utilizaControleBiometrico**\\* | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    },
                    {
                      "name": "v002",
                      "item": [
                        {
                          "name": "grupo-acesso V002",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"empresaCnpj\": \"1234567891234\",\n  \"grupoDeAcesso\": 0,\n  \"grupoDeAcessoDomingo\": 0,\n  \"grupoDeAcessoFeriado\": 0,\n  \"grupoDeAcessoSabado\": 0,\n  \"grupoDeAcessoVisitante\": 0,\n  \"matricula\": 1,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "grupo-acesso",
                                "v002"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"grupoDeACesso\": \"<integer>\",\n  \"grupoDeACessoDomingo\": \"<integer>\",\n  \"grupoDeACessoFeriado\": \"<integer>\",\n  \"grupoDeACessoSabado\": \"<integer>\",\n  \"grupoDeACessoVisitante\": \"<integer>\",\n  \"matricula\": \"<long>\",\n  \"utilizaControleBiometrico\": \"2\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupo-acesso/v002",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupo-acesso",
                                    "v002"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Assinatura de Permissão de Grupo de Acesso\n\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n- Grupo de Acesso do Terceiro (Dias de Semana) - **grupoDeAcesso**\\* | integer($int32)\n    \n- Grupo de Acesso do Terceiro (Domingo) - **grupoDeAcessoDomingo**\\* | integer($int32)\n    \n- Grupo de Acesso do Terceiro (Feriado) - **grupoDeAcessoFeriado**\\* | integer($int32)\n    \n- Grupo de Acesso do Terceiro (Sabado) - **grupoDeAcessoSabado**\\* | integer($int32)\n    \n- Grupo de Acesso do Terceiro (Visitante) - **grupoDeAcessoVisitante**\\* | integer($int32)\n    \n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n- Indica se utilizará controle biométrico (1, 2, 3 ) - **utilizaControleBiometrico**\\* | string\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável adicionar terceiro a grupos de acesso.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "grupos-de-acesso",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "grupos-de-acessos",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/grupos-de-acesso/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "grupos-de-acesso",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupos-de-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupos-de-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupos-de-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupos-de-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupos-de-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupos-de-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/grupos-de-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "grupos-de-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Obs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por listar os grupos de acessos.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "pre-cadastro-cracha",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "pre-cadastro-cracha",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"numeroCracha\": 303024,\n  \"tipoCracha\": 1\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "pre-cadastro-cracha",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "pre-cadastro-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "pre-cadastro-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "pre-cadastro-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "pre-cadastro-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"numeroCracha\": \"<long>\",\n  \"tipoCracha\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/pre-cadastro-cracha/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "pre-cadastro-cracha",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo Pre cadstro de crachá\n\n- Número do crachá - **numeroCracha**\\* | integer($int64)\n- Tipo do crachá - **tipoCracha**\\* | integer($int32)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por realizar pré cadastro de crachá.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "terceiro",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "Terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"apelido\": \"Teste\",\n  \"cpf\": \"5544332234\",\n  \"dataAdmissao\": \"20/10/2020\",\n  \"empresaCnpj\": \"12345678912345\",\n  \"foto\": \"string\",\n  \"matricula\": 3034,\n  \"nome\": \"Teste \",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": 1,\n  \"tipoContrato\": 1,\n  \"tipoSituacao\": 1\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "terceiro",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "terceiro",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"<dateTime>\",\n  \"httpStatus\": \"<integer>\",\n  \"listSize\": \"<integer>\",\n  \"messageStatus\": \"<string>\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "terceiro",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "terceiro",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "terceiro",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"<string>\",\n  \"matricula\": \"<long>\",\n  \"nome\": \"<string>\",\n  \"apelido\": \"<string>\",\n  \"cpf\": \"<string>\",\n  \"dataAdmissao\": \"<string>\",\n  \"foto\": \"<string>\",\n  \"sexo\": \"M\",\n  \"tipoColaborador\": \"<integer>\",\n  \"tipoContrato\": \"<integer>\",\n  \"tipoSituacao\": \"<integer>\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/terceiro/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "terceiro",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo terceiro\n\n- Apelido do Terceiro - apelido | string\n    \n- CPF do Terceiro - **cpf**\\* | string\n    \n- Data de admissão do Terceiro (formato DD/MM/YYYY) - **dataAdmissao**\\* | string\n    \n- CNPJ da Empresa do Terceiro (somente números) - **empresaCnpj**\\* | string\n    \n- Foto (formato Base64) - foto | string\n    \n- Matrícula do terceiro - **matricula**\\* | integer($int64)\n    \n- Nome do Terceiro - **nome**\\* | string\n    \n- Sexo - sexo | string\n    \n- Tipo do colaborador - **tipoColaborador**\\* | integer($int32)\n    \n- Tipo do contrato do terceiro - **tipoContrato**\\* | integer($int32)\n    \n- Tipo da situação do terceiro (1-Trabalhando, 2-Demitido e 3-Férias) - **tipoSituacao**\\* | integer($int32)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por inserir/atualizar terceiro.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "afastamento",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por adiconar múltiplos grupos de acesso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"codigoSituacao\": 1,\n  \"dataFinal\": \"10/10/2010 12:00\",\n  \"dataInicio\": \"10/10/2010 12:00\",\n  \"empresaCnpj\": \"9999999999999\",\n  \"matricula\": 9999999999\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "afastamento",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codigoSituacao\": -70806093,\n  \"dataInicio\": \"ex commodo sunt\",\n  \"empresaCnpj\": \"Ut\",\n  \"matricula\": 50767898,\n  \"dataFinal\": \"proident\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo Afastamento\n\n- Codigo da situacação de afastamento- **codigoSituacao**\\* | integer($int32)\n    \n- Data de fim do afastamento (dd/MM/yyyy HH:mm) - dataFinal | string\n    \n- Data de início do afastamento (dd/MM/yyyy HH:mm) - **dataInicio**\\* | string\n    \n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Matrícula do Terceiro - **matricula**\\* | integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável pela criação de uma situação de afastamento de um usuário.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "contratos",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por adiconar múltiplos grupos de acesso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=&dataInicial=&empresaCnpj=99999999999999&matricula=123321123213",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "contratos",
                                "v001"
                              ],
                              "query": [
                                {
                                  "key": "dataFinal",
                                  "value": "",
                                  "description": "Filtrar por data final (dd/MM/yyyy)",
                                  "type": "string"
                                },
                                {
                                  "key": "dataInicial",
                                  "value": "",
                                  "description": "Filtrar por data inicial (dd/MM/yyyy)",
                                  "type": "string"
                                },
                                {
                                  "key": "empresaCnpj",
                                  "value": "99999999999999",
                                  "description": "(Required) empresaCnpj",
                                  "type": "string"
                                },
                                {
                                  "key": "matricula",
                                  "value": "123321123213",
                                  "description": "(Required) matricula",
                                  "type": "string"
                                }
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "contratos",
                                    "v001"
                                  ],
                                  "query": [
                                    {
                                      "key": "dataFinal",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data final (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "dataInicial",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data inicial (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "empresaCnpj",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "(Required) empresaCnpj"
                                    },
                                    {
                                      "key": "matricula",
                                      "value": "-86315323",
                                      "description": "(Required) matricula"
                                    }
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "contratos",
                                    "v001"
                                  ],
                                  "query": [
                                    {
                                      "key": "dataFinal",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data final (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "dataInicial",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data inicial (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "empresaCnpj",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "(Required) empresaCnpj"
                                    },
                                    {
                                      "key": "matricula",
                                      "value": "-86315323",
                                      "description": "(Required) matricula"
                                    }
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "contratos",
                                    "v001"
                                  ],
                                  "query": [
                                    {
                                      "key": "dataFinal",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data final (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "dataInicial",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data inicial (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "empresaCnpj",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "(Required) empresaCnpj"
                                    },
                                    {
                                      "key": "matricula",
                                      "value": "-86315323",
                                      "description": "(Required) matricula"
                                    }
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/contratos/v001?dataFinal=Duis Lorem reprehenderit aliqua&dataInicial=Duis Lorem reprehenderit aliqua&empresaCnpj=Duis Lorem reprehenderit aliqua&matricula=-86315323",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "contratos",
                                    "v001"
                                  ],
                                  "query": [
                                    {
                                      "key": "dataFinal",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data final (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "dataInicial",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "Filtrar por data inicial (dd/MM/yyyy)"
                                    },
                                    {
                                      "key": "empresaCnpj",
                                      "value": "Duis Lorem reprehenderit aliqua",
                                      "description": "(Required) empresaCnpj"
                                    },
                                    {
                                      "key": "matricula",
                                      "value": "-86315323",
                                      "description": "(Required) matricula"
                                    }
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo Contratos\n\n- Filtrar por data final (dd/MM/yyyy)- dataFinal |string\n    \n- Filtrar por data inicial (dd/MM/yyyy) - dataInicial | string\n    \n- CNPJ da Empresa do Terceiro(somente números) - empresaCnpj\\* | string\n    \n- Matrícula do Terceiro - **matricula\\* |** integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por consultar os contratos.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "finalizar-contrato",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por adiconar múltiplos grupos de acesso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n \"empresaCnpj\": \"9999999999999\",\n  \"matricula\": 9999999999,\n  \"referenciaContrato\": \"12221\",\n  \"datFinal\": \"10/10/2010\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "finalizar-contrato",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "finalizar-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "finalizar-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "finalizar-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "finalizar-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"Ut enim est dolor ex\",\n  \"matricula\": -19475444,\n  \"referenciaContrato\": \"minim nostrud eiusmod mollit\",\n  \"datFinal\": \"sint Ut\"\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/finalizar-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "finalizar-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo Finalizar Contrato\n\n- Data para finalizar o contrato. (dd/MM/yyyy) - dataFinal | string\n    \n- Referência do contrato que será finalizado. (id/Numero do Contrato) - **referenciaContrato**\\* | string\n    \n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Matrícula do Terceiro - **matricula\\* |** integer($int64)\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por finalização de um contrato de terceiro.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "multiplos-grupos-acesso",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por adiconar múltiplos grupos de acesso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"empresaCnpj\": \"9999999999\",\n  \"grupoDeAcesso\": [\n    0\n  ],\n  \"grupoDeAcessoDomingo\": [\n    0\n  ],\n  \"grupoDeAcessoFeriado\": [\n    0\n  ],\n  \"grupoDeAcessoSabado\": [\n    0\n  ],\n  \"grupoDeAcessoVisitante\": [\n    0\n  ],\n  \"matricula\": 0,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "multiplos-grupos-acesso",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo multiplos grupos de acesso\n\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Matrícula do Terceiro - **matricula\\* |** integer($int64)\n    \n- Múltiplos grupos de acesso Dias da Semana - gruposDeAcesso | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Domingo - gruposDeAcessoDomingo | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Feriado- gruposDeAcessoFeriado| List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Sábado - gruposDeAcessoSabado | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Visitante - gruposDeAcessoVisitante | List \\[ integer($int32) \\]\n    \n- Indica se utilizará controle biométrico - **utilizaControleBiometrico**\\* | enum \\[ 1, 2, 3 \\]\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por adicionar multiplos grupos de acesso.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "remove-multiplos-grupos-acesso",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por remover os multiplos grupos de acesso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json",
                                "type": "string"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"empresaCnpj\": \"9999999999\",\n  \"grupoDeAcesso\": [\n    0\n  ],\n  \"grupoDeAcessoDomingo\": [\n    0\n  ],\n  \"grupoDeAcessoFeriado\": [\n    0\n  ],\n  \"grupoDeAcessoSabado\": [\n    0\n  ],\n  \"grupoDeAcessoVisitante\": [\n    0\n  ],\n  \"matricula\": 0,\n  \"utilizaControleBiometrico\": \"1\"\n}",
                              "options": {
                                "raw": {
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "remove-multiplos-grupos-acesso",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "remove-multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "remove-multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "remove-multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "remove-multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*",
                                    "type": "string"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"empresaCnpj\": \"dolore officia\",\n  \"matricula\": 31744560,\n  \"utilizaControleBiometrico\": \"2\",\n  \"grupoDeAcesso\": [\n    -60044844,\n    -48610045\n  ],\n  \"grupoDeAcessoDomingo\": [\n    50381803,\n    2729718\n  ],\n  \"grupoDeAcessoFeriado\": [\n    -95949646,\n    -47323514\n  ],\n  \"grupoDeAcessoSabado\": [\n    66528291,\n    18342742\n  ],\n  \"grupoDeAcessoVisitante\": [\n    13065018,\n    -86082085\n  ]\n}",
                                  "options": {
                                    "raw": {
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/remove-multiplos-grupos-acesso/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "remove-multiplos-grupos-acesso",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Modelo remove multiplos grupos de acesso\n\n- CNPJ da Empresa do Terceiro(somente números) - **empresaCnpj**\\* | string\n    \n- Matrícula do Terceiro - **matricula\\* |** integer($int64)\n    \n- Múltiplos grupos de acesso Dias da Semana - gruposDeAcesso | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Domingo - gruposDeAcessoDomingo | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Feriado- gruposDeAcessoFeriado| List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Sábado - gruposDeAcessoSabado | List \\[ integer($int32) \\]\n    \n- Múltiplos grupos de acesso Visitante - gruposDeAcessoVisitante | List \\[ integer($int32) \\]\n    \n- Indica se utilizará controle biométrico - **utilizaControleBiometrico**\\* | enum \\[ 1, 2, 3 \\]\n    \n\nObs.: Os dados marcados com \"\\*\" são obrigatórios",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por remover multiplos grupos de acesso.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "tipos-afastamento",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por listar os tipos de afastamentos de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [
                              {
                                "key": "Accept",
                                "value": "*/*",
                                "type": "string"
                              }
                            ],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "tipos-afastamento",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "GET",
                                "header": [
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "tipos-afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "json",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1972-03-05T18:43:53.034Z\",\n  \"httpStatus\": -87623745,\n  \"listSize\": -68764150,\n  \"messageStatus\": \"id sunt\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "tipos-afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "tipos-afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/tipos-afastamento/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "tipos-afastamento",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Consulta dos Tipos de Afastamentos",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "Api responsável por consultar os tipos de afastamentos cadastrados no bando.",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                },
                {
                  "name": "crachas-liberados",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por listar os crachás cadastrados e prontos para uso de um terceiro",
                          "protocolProfileBehavior": {
                            "strictSSL": false,
                            "followRedirects": true
                          },
                          "request": {
                            "method": "GET",
                            "header": [],
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "terceiro",
                                "crachas-liberados",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "Sucesso",
                              "originalRequest": {
                                "method": "GET",
                                "header": [],
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/terceiro/crachas-liberados/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "terceiro",
                                    "crachas-liberados",
                                    "v001"
                                  ]
                                }
                              },
                              "_postman_previewlanguage": "Text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Consulta simples sem parâmetro.",
                      "event": [
                        {
                          "listen": "prerequest",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        },
                        {
                          "listen": "test",
                          "script": {
                            "exec": [],
                            "type": "text/javascript",
                            "packages": {}
                          }
                        }
                      ]
                    }
                  ],
                  "description": "API responsável por listar os crachás cadastrados e prontos para uso de um terceiro",
                  "event": [
                    {
                      "listen": "prerequest",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    },
                    {
                      "listen": "test",
                      "script": {
                        "exec": [],
                        "type": "text/javascript",
                        "packages": {}
                      }
                    }
                  ]
                }
              ],
              "event": [
                {
                  "listen": "prerequest",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                },
                {
                  "listen": "test",
                  "script": {
                    "exec": [],
                    "type": "text/javascript",
                    "packages": {}
                  }
                }
              ]
            },
            {
              "name": "sabesp",
              "item": [
                {
                  "name": "colaborador",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por inserir dados na tabela TBINTEGRA para disparar integração",
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"dados\": \"string\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "sabesp",
                                "colaborador",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dados\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "text",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1991-07-23T05:46:44.189Z\",\n  \"httpStatus\": 5647,\n  \"listSize\": 8280,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dados\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dados\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dados\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"dados\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/colaborador/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "colaborador",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Insere na tabela TBINTEGRA os seguintes parámetros:\n\n- DADOS - Máximo de 300 posições (Alfanuméricas, com dados separadas por ponto e vírgula).\n    \n\nObs.: Cada row enviada criará uma nova linha."
                    }
                  ],
                  "description": "API responsável por inserir dados da integração na tabela: TBINTEGRA"
                },
                {
                  "name": "tipo-contrato",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por inserir tipo de contrato na tabela TBTIPOCONTR",
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "sabesp",
                                "tipo-contrato",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "text",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1991-07-23T05:46:44.189Z\",\n  \"httpStatus\": 5647,\n  \"listSize\": 8280,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"desctipocont\": \"string\",\n  \"tipocont\": 8340\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-contrato/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-contrato",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Insere na tabela TBTIPOCONTR os seguintes parámetros:\n\n- TIPOCONT - Máximo de 10 posições (Numéricas).\n    \n- DESCTIPOCONT - Máximo de 80 posições (Alfanuméricas).\n    \n\nObs.: Se já existir a row, a linha enviada substituirá a linha existente."
                    }
                  ],
                  "description": "API responsável por inserir tipo de contrato na tabela: TBTIPOCONTR"
                },
                {
                  "name": "tipo-situacao",
                  "item": [
                    {
                      "name": "v001",
                      "item": [
                        {
                          "name": "API responsável por inserir situação na tabela TBSITUA",
                          "request": {
                            "method": "POST",
                            "header": [
                              {
                                "key": "Content-Type",
                                "value": "application/json"
                              },
                              {
                                "key": "Accept",
                                "value": "*/*"
                              }
                            ],
                            "body": {
                              "mode": "raw",
                              "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                              "options": {
                                "raw": {
                                  "headerFamily": "json",
                                  "language": "json"
                                }
                              }
                            },
                            "url": {
                              "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                              "host": [
                                "{{baseUrl}}"
                              ],
                              "path": [
                                "suricato.integra",
                                "sabesp",
                                "tipo-situacao",
                                "v001"
                              ]
                            }
                          },
                          "response": [
                            {
                              "name": "OK",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  },
                                  {
                                    "key": "Accept",
                                    "value": "*/*"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-situacao",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "OK",
                              "code": 200,
                              "_postman_previewlanguage": "text",
                              "header": [
                                {
                                  "key": "Content-Type",
                                  "value": "*/*"
                                }
                              ],
                              "cookie": [],
                              "body": "{\n  \"dateRequest\": \"1991-07-23T05:46:44.189Z\",\n  \"httpStatus\": 5647,\n  \"listSize\": 8280,\n  \"messageStatus\": \"string\",\n  \"object\": {}\n}"
                            },
                            {
                              "name": "Created",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-situacao",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Created",
                              "code": 201,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Unauthorized",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-situacao",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Unauthorized",
                              "code": 401,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Forbidden",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-situacao",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Forbidden",
                              "code": 403,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            },
                            {
                              "name": "Not Found",
                              "originalRequest": {
                                "method": "POST",
                                "header": [
                                  {
                                    "key": "Content-Type",
                                    "value": "application/json"
                                  }
                                ],
                                "body": {
                                  "mode": "raw",
                                  "raw": "{\n  \"codisitu\": 7405,\n  \"descsitu\": \"string\"\n}",
                                  "options": {
                                    "raw": {
                                      "headerFamily": "json",
                                      "language": "json"
                                    }
                                  }
                                },
                                "url": {
                                  "raw": "{{baseUrl}}/suricato.integra/sabesp/tipo-situacao/v001",
                                  "host": [
                                    "{{baseUrl}}"
                                  ],
                                  "path": [
                                    "suricato.integra",
                                    "sabesp",
                                    "tipo-situacao",
                                    "v001"
                                  ]
                                }
                              },
                              "status": "Not Found",
                              "code": 404,
                              "_postman_previewlanguage": "text",
                              "header": [],
                              "cookie": [],
                              "body": ""
                            }
                          ]
                        }
                      ],
                      "description": "Descrição: Insere na tabela TBSITUA os seguintes parámetros:\n\n- CODISITU - Máximo de 4 posições (Numéricas).\n    \n- DESCSUTU - Máximo de 30 posições (Alfanuméricas).\n    \n\nObs.: Se já existir a row, a linha enviada substituirá a linha existente."
                    }
                  ],
                  "description": "API responsável por inserir tipo de situação na tabela: TBSITUA"
                }
              ]
            }
          ],
          "event": [
            {
              "listen": "prerequest",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            },
            {
              "listen": "test",
              "script": {
                "exec": [],
                "type": "text/javascript",
                "packages": {}
              }
            }
          ]
        }
      ],
      "auth": {
        "type": "basic",
        "basic": [
          {
            "key": "username",
            "value": "admin",
            "type": "string"
          },
          {
            "key": "password",
            "value": "ADMIN",
            "type": "string"
          }
        ]
      },
      "event": [
        {
          "listen": "prerequest",
          "script": {
            "exec": [
              ""
            ],
            "type": "text/javascript",
            "packages": {}
          }
        },
        {
          "listen": "test",
          "script": {
            "exec": [
              ""
            ],
            "type": "text/javascript",
            "packages": {}
          }
        }
      ]
    }
  ]
}